Board index » cppbuilder » 64 bit integer support?
Richard Hartman
![]() CBuilder Developer |
64 bit integer support?2004-07-31 01:04:19 AM cppbuilder110 I have read that different versions of the Borland compiler support 64-bit integers with __int64, but I have not been able to get it to work on any of them in 4.0 4.5 5.0 or 5.5. In some versions there is a LONGLONG defined as a _double_ (not an int!) Another posting I read suggested that 5.02 is the earliest version of the compiler to support this ... is it in 5.0 as well? Or do I have to find a 5.02 somewhere? If so, where could I find it? The code we are compiling is _not_ for windows, it is for an embedded system, so I would prefer to stay away from 5.5 which seems to target windows only. Our current code is actually compiling under 4.0, so if we could get 64-bit integer support for that version it would be best. Otherwise, the lower the version number the better (assumption: fewer porting issues w/ least version # change). Thanks In Advance -Richard M. Hartman XXXX@XXXXX.COM 186,000 mi/sec: not just a good idea, it's the LAW! |