Corrupt

Login to reply to this topic.
Tue, 2008-01-29 13:48
Joined: 2008-01-22
Forum posts: 4

i wrote an application and when i am doing debugging after "return EikStart::RunApplication(NewApplication);" this line in application.cpp file the control is exiting permanently and corrupt message is showing. please help me


Best Regards

Pranaya


Tue, 2008-01-29 15:00
Joined: 2007-12-19
Forum posts: 49
Re: Corrupt

You loose controls because all ather actions are executed from symbian librarys, the other places where you can put breakpoint are methods of AppUi class implementation e.g HandleCommandL or its constructor. Mainly in main thread of Ui applications in EikStart::RunApplication(NewApplication) call, ActiveScheduler loop is started.

  • Login to reply to this topic.