First-chance exception--Invalid handle

  • Thread starter Thread starter SmileWithMe
  • Start date Start date
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.
 
SmileWithMe said:
IDE: Visual C++6.0
Project: MFC application

wrong newsgroup, this group is for using C++ in .NET programs. Look for a
group with "mfc" in the name.
 
Back
Top