KEN a �crit : > how to define double ( 8 bytes) in palm? > I have tried to use Int64 but when I compile the program CW says error > and I did not find double defined in PalmTypes.h
double is an 8-byte floating point data type that already exists. If you want an integer value, use "unsigned long long" or "signed long long". Or declare the Int64 and UInt64 typedefs. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
