Hi! I get an "E32USER-CBase 66" error allways when I call CEikAppUi::Exit() -function in my program. This is done, when I'm trying to close my application in my own AppUi-class.
I've understood that this error message has something to do with the CleanupStack and its PushL()-function. I have no idea from where to look an error. Any succestions?
Here is a text form SDK help:
---8<---8<---
66
This panic is raised if an attempt is being made to insert a cleanup item into a position on the cleanup stack reserved for marking the current TRAP nest level. In practice this error occurs if the call to CleanupStack::PushL() happens when there has been no call to TRAP().
---8<---8<---