Jump to content

TheDcoder

Active Members
  • Posts

    7,103
  • Joined

  • Days Won

    88

Everything posted by TheDcoder

  1. My Output: 9223372036854775800 is a Int64 9223372036854775801 is a Int64 9223372036854775802 is a Int64 9223372036854775803 is a Int64 9223372036854775804 is a Int64 9223372036854775805 is a Int64 9223372036854775806 is a Int64 9223372036854775807 is a Int64 -9223372036854775808 is a Int64 -9223372036854775807 is a Int64 -9223372036854775806 is a Int64 -9223372036854775805 is a Int64 Double
  2. Also, this works for me: MsgBox(0,0,2^63) ; Note that I added 1 to the maximim possible number.
  3. I know that it differs in C...
  4. Are you sure that its the same for both 32 bit and 64 bit AutoIt @jchd?
  5. So yeah, what's the largest possible number which can be stored in a variable as an integer?? I don't see it in the helpfile .
  6. So yeah, what's the largest possible number which can be stored in a variable as an integer?? I don't see it in the helpfile .
  7. well... its a slag term for something done in a crappy manner .
  8. You did? Can I see the final result?
  9. @maniootek Sorry, I cannot show the code as its a project of one of my clients! Anyway, I have already found out the problem, the AV was blocking calls to the DLL!
  10. Hello, sorry bumping an old thread but is there an way to know the cause of failure in _MySQL_Real_Query function?
  11. I have set it to Close Processes (It works fine when I close HMW window by pressing the "X" button)
  12. Oh, I have just looked and saw that Boss Key's purpose is to hide all windows. I wanted boss key to make HMW exit and close all the hidden windows
  13. I have just checked... and it worked but not as expected! EVERY window on my desktop closed! (I have set HMW to kill every process when exiting)
  14. DriveMapAdd("H:", "\\sfile-23-001\home\osic", $DMA_AUTHENTICATION + $DMA_PERSISTENT)
  15. Nice! I am working on my IRC UDF too, expect a update from me soon .
  16. Oh, that? . What about the Exit Confirmation dialogue?
  17. @KaFu I have tested the "dirty hack" and it did not work! Your script is not responding to the termination messages sent by taskkill, I had to use the /F switch which forces the program to close. The force close has it down-side, it automatically kills the process, therefore, any operations before closing (like closing the hidden window processes) will not be performed! I would very much like to see this feature .
  18. For Keepass? or for the MySQLite (_SQLite_* Functions) UDF?
  19. If you are doing this for serious business, use Keepass (2) instead of reinventing the wheel. If you are just doing this for fun, look at the MySQLite UDF included in AutoIt.
  20. You would have to create a Global IE Object and login into gmail into that object before doing anything.
  21. After logging into Gmail, you can access your RSS Atom Feed, it feeds your unread emails.
  22. Waiting for the September 2016 AutoIt code challenge! Congratulations to the winners .
  23. Long time no see . Released a new version, Release information on GitHub: https://github.com/TheDcoder/Experimental-Maps-UDF/releases/tag/v0.4.0 (Download also available here.)
×
×
  • Create New...