FldGetTextPtr will return NULL (the 0x00000000 value you see) when the field has had no text entered into it. You need to validate the contents of the field before passing its text to FlpAToF.
On 2/18/06, Jim Davis <[EMAIL PROTECTED]> wrote: > I am useing POD and writing a 68K app > > When I use StrAToI there is no problem > deg = StrAToI(FldGetTextPtr(field)); > > When I use FlpAToF it compiles with no error but when I debug it > I get an error message that the emulator just read from low memory > 0X00000000 > FDin = FlpAToF(FldGetTextPtr(field)); > > I'm stuck. Any suggestions would be greatly appreciated > > Jim > -- > For information on using the PalmSource Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
