S
SmileWithMe
IDE: Visual C++6.0
Project: MFC application
I came across a fuzzy problem.When I shut down my program in Debug
mode,it g
ive me the following words: First-chance exception invalid …………:Invalid
hand
le
I debug the program,and find that the problem comes out after the
destructor
of the last object.I think that the destructor is the last operation
of all
actions,if it goes well,the program could go well too.
Project: MFC application
I came across a fuzzy problem.When I shut down my program in Debug
mode,it g
ive me the following words: First-chance exception invalid …………:Invalid
hand
le
I debug the program,and find that the problem comes out after the
destructor
of the last object.I think that the destructor is the last operation
of all
actions,if it goes well,the program could go well too.