07-02-2009 02:58 PM
This problem drive me nut. I recently upgraded my Visual C++ 6.0 project to Visual C++ 2008 with meansurement studio 8.6.
In the program, I have a dialog which contains two 2D graph control(Wrapped by CNiGraph class). There is no compile erro.
After the program is run, any first time displaying the dialog by calling DoModal(), Everything seems good. But the second time the program try to display the same dialog (the same instance). It gives "Catastrophic failure " error 0x8000FFFF.
Totally no idea what is wrong. Can I get some help here? I will really appreciate that.
07-06-2009 04:22 PM