> From: Ralph Krausse [mailto:[EMAIL PROTECTED]]
> I need to hold this value 8048171509, in a variable. How?

There are no 64-bit integer typedefs in the SDK, but CodeWarrior does
support a 64-bit type called 'long long'.  There is a #pragma to enable or
disable it.  Be aware that 64-bit ops use runtime library code instead of
inline instructions, if performance is critical to you.  (I don't know about
GCC.)

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to