Your call to StartApplication, EventLoop, and StopApplication, should all be done only on a normal or goto launch code, not on a sync notify. I think the tutorial gets this right. You said you're calling StopApplication on all launch codes, and that is accessing a global, so you've definitely identified the problem. Change your code to only call these 3 routines when it's handling a launch code which has access to globals, and it should fix the problem. -- Peter Epstein Palm Inc. Developer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
