"Simon Heaton" <[EMAIL PROTECTED]> wrote in message news:79351@palm-dev-forum... > > Hi There, > > I have a problem which is driving me nuts at the moment. The following > code fragment: > > FlpCompDouble fDouble; > fDouble.fd = FlpAToF("1.2"); > > Is causing POSE to barf a "Low memory access" error.
Get the Palm OS 4.0 SDK, then read the comments in the file that defines FlpAToF... you need to use the "buffered" version of the calls when using GCC, because the float return convention differs from CodeWarrior. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
