Dinesh , use the following code to exit from your application.
EventType evtStop; evtStop.eType = appStopEvent; EvtAddEventToQueue (&evtStop); ;) Nikhil ----- Original Message ----- From: "Dinesh Kumar" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 3:51 PM Subject: how to exit from an App with a 'exit' button > In my app the GUI has an exit button.what function can be used for that > i've tried SysAppExit and exit(0).it doesn't works. > > regards, > > Dinesh Kumar > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
