[M3devel] LONGINT on NT386

Coleburn, Randy rcolebur at SCIRES.COM
Wed Jan 13 03:57:02 CET 2010


Ok, so now that we have this LONGINT type, what else needs to take place for it to be useful?

I ask, because currently on Windows, LONGINT has same range as INTEGER.

Is there anything I can do to help?

BYTESIZE(INTEGER) =4
BYTESIZE(CARDINAL)=4
BYTESIZE(LONGINT) =4

FIRST(INTEGER) =-2147483648
LAST (INTEGER) = 2147483647

FIRST(CARDINAL)=0
LAST (CARDINAL)=2147483647

FIRST(LONGINT) =-2147483648
LAST (LONGINT) = 2147483647

Regards,
Randy Coleburn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20100112/9c6de4be/attachment-0001.html>


More information about the M3devel mailing list