KERN-EXEC 0 when closing application
| Wed, 2005-07-13 14:05 | |
|
I have created a simple database application. I have splitted the application to GUI and Engine. Everything is working fine. But problem is that when I close the application it crashes with error KERN-EXEC 0.
I create engine in CMyAppDocument class and pass pointer to CMyAppAppUI and CMyAppContainer. Application crashes when I delete Engine in destructor of CMyAppDocument class. Code: CMyAppDocument::~CMyAppDocument() { if( iEngine ) { delete iEngine;Â Â // Crashes here!! iEngine = NULL; } } What could be the reason? |
|






Forum posts: 76
Also try to debug in your destructor of Engine.
All the Best.
..
KiraN Puranik
Forum posts: 723
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/