Hi,

I have an application developed using wxWidgets(C++ based) with Visual C++ 2008 standard edition. The application runs fine without any problem. But when it comes to closing of an application, it throws and exception message stating

An unhandled win32 exception has occurred in myapp.exe [892]

the number in [] keeps on changing every time.

How do i come out of this exception.? Or can anyone one tell me what leads to such exception??

Thanks in advance