> case appStopEvent:
> StopApplication(); // does necessary cleanup of memory
> break;
Do this:
EventType evt;
evt.eType = appStopEvent;
EvtAddEventToQueue( &evt );
-Rus
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Re: appStopEvent call Anuradha J
- Re: appStopEvent call Nesse, Rustin
- Re: appStopEvent call Dave Lippincott
