Hi there, In my code, if something goes wrong, I am posting the AppStop event using the following code but it doesn't seem to be working immediately!
EventType event; event.eType = appStopEvent; EvtAddEventToQueue( &event ); Like it exits the application but before that it executes many other following instructions of the code that I don't want it to! Can anyone help me with this? Thanks, Keyur. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
