hi edward,

i did what u said, still it continues the problem, actually my application get 
exiting but when re-tap my application it shows fatal alert like,
"Run68K.c, Line:2202, Null access read from 00000000"

then i did one thing that goto 
\Treo_680_Cingular_Simulator_Release_Build_3131\Card1\PALM\ path and delete the 
folder "program" and continues to launch my application it works correctly. 
what is the reason?

thanks with
karthik




> Date: Tue, 22 Apr 2008 11:16:31 +0100
> From: [EMAIL PROTECTED]
> Subject: Re: how to exit the application?
> To: [email protected]
> 
> This is how I do it -
> 
> procedure Quit;
> var MyEvent: EventType;
> begin
>    MemSet(@MyEvent, SizeOf(MyEvent), 0);
>    MyEvent.eType := appStopEvent;
>    EvtAddEventToQueue(@MyEvent);
> end;
> 
> 
> Edward Jones
> 
> 
> karthik wrote:
> > hi everyone,
> > 
> >  i don't know how to exit the application, i have used appstopevent but the 
> > application doesnt exit properly, i used treo 680 simulator, please anyone 
> > tell me how to do this.
> > 
> > Thanks with
> > karthik
> > 
> 
> -- 
> For information on using the ACCESS Developer Forums, or to unsubscribe, 
> please see http://www.access-company.com/developers/forums/

_________________________________________________________________
Fashion Channel : Want to know what’s the latest in the fashion world ? You 
have it all here on MSN Fashion.
http://lifestyle.in.msn.com/
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to