Joe Jenkins wrote:
> Is there any way I can use a integer type of 'unsigned long long' or 
> 'long long' (64 bits) on the palm computing device in C?

In CodeWarrior, yes.  My app uses 64-bit ints extensively.  You need to
link with the startup library "MSL Runtime Palm OS (xi).lib" for runtime
support, since all 64-bit ops are implemented via runtime functions
instead of inline code.  There is a #pragma to enable or disable 64-bit
int support, but it should be enabled by default.

(In GCC, I have no idea.)

-slj-

Reply via email to