When I am closing my app, to use the calendar, or anything else, I get a fatal error, and have to do a reset by pressing the button on the back of the device.
I run my debugger on XP SP2, and am getting a memory error as someone reported in Sept: MemoryMgr.c, free ptr, this happened when the emulator was calling DmOpenDatabaseInfo function.
Since you're running the debugger, set a breakpoint and step through your code. That way you can find exactly what line is crashing you. You may be trying to free pointer that has already been freed.
I am using CodeWarrior 9.2 it appears from the Help.
It probly won't fix your problem, but you should upgrade to 9.3
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
