Hi all
In a certain condition I have to terminate the program. But when I tried to exit By calling CEikAppUi::Exit().The Program does not exit. So before calling CEikAppUi::Exit() I have to call CActiveScheduler::Stop(); But this call gives a panic Cone-5.
here is the code snippet for the same
CActiveScheduler::Stop(); //Cone-5 at this line
CEikAppUi::Exit();
The same code is working fine in all the s60 3rd edition and 3rd edition fp1 devices but it is giving panic on S60 2nd edition phones. I have tried on 6630.
Has anyone solution for this problem.
Thanks in advance


Reply With Quote


