hi everyone

if i quit my application, it close its all forms and etc., but it doesn't 
disconnect with the simulator, so i got error when i reenter into 
application,in my code, i used appStopEvent as follows,

 do {
//        DisplayMemoryInfo(false);
                EvtGetEvent(&event, evtWaitForever);

                if (SysHandleEvent(&event))
                        continue;
                        
                if (MenuHandleEvent(0, &event, &error))
                        continue;
                        
                if (AppHandleEvent(&event))
                        continue;

                FrmDispatchEvent(&event);

        } while ((event.eType != appStopEvent)||(isAppRunning));
when isAppRunning is false it close the application but doesnt disconnect with 
simulator, what is the problem?

Thanks with,
karthik
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to