It sounds like you're aware of the possibility that you're keeping databases, records, or resources open when you should be closing them, and that you might be allocating memory that you're neglecting to free... You might want to check that. If your app isn't iQue-specific, you might want to test on the PalmOS emulator, as it's pretty good about notifying you when you forget to release a resource you've been using. The PalmOS simulator isn't quite as useful in this regard - but would still probably tell you more than the actual device.
good luck Brandon On Fri, 25 Feb 2005 20:25:23 -0000, Fabio Guerra <[EMAIL PROTECTED]> wrote: > Hi, I�m developing an application using databases and pointers (and obviously > functions as "malloc" and "free", etc). When I exit the application (by > taping "home") sometimes it crashes, turning the application screen all > white, freezing the PDA, and leaving no trace of what happened. Is there some > sort of obvious cares that I�m possibly not taking with that application? In > time, the PDA is a Garmin IQue 3600 and the IDE that I�m using is the PODS > 1.0. > > thanks to all, > > Fabio Guerra > -- > For information on using the Palm Developer Forums, or to unsubscribe, please > see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
