Archive: integer limit?


integer limit?
Is there a way to use integers that go past 2^31? Right now
IntCmp 2660708532 31000 EQUAL LESS GREATER
does not return GREATER (just an example, both numbers change programmatically). Is there a way to use 64 bit ints?


the system plugin can do that

http://nsis.sourceforge.net/Docs/Sys...tml#64bitfuncs


Works perfectly... thanks!