On 2/28/06, Regis melo <[EMAIL PROTECTED]> wrote: > So, what is the reason of FlpCompDouble, for example?
It's a union type that lets you access the same memory space as a C float variable and the system version that's used for the device's floating point functions. It just exists to avoid a lot of casts in the code and to strictly define the format of FP numbers for the system code. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
