"KEN" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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
Did you try "double"? It works well for me. You should FlpCompDouble if your code needs to interface with PalmOS APIs, a they don't accept doubles. Also, keep in mind that the PalmOS hardware doesn't have a FPU, so floating point code is emulated (ie: SLOW). Alan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
