First-chance exception--Invalid handle

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.
 
B

Ben Voigt [C++ MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top