I can't understand! my program report Error random when click X.

B

Bruno van Dooren [MVP VC++]

can anybody have some ideas?

Ideas a-plenty, but not about your problem.

When posting a question:
- describe what your program is doing, and how it does it.
- if there are any error messages, include the actual text.
- describes the steps you have already taken to find the problem. did you
tried debugging it?
- If you know that the crash occurrs at some specific place, show us the
code.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 
C

chris

Thanks for reply,


Sometimes click X at the upright conner, pop up a dialog ask me to
report error to microsoft, and i add a button and response code for
it:
{
exit(0);
}

it also has the same problem.

"Bruno van Dooren [MVP VC++] :
"
 
D

David Wilkinson

chris said:
can anybody have some ideas?

Chris:

Please do not put your entire question in the subject. Describe it, in
detail, in the body of the message.

Why don't you run the program under the debugger and find out what happens?

David Wilkinson
 
P

pvdg42

chris said:
Thanks for reply,


Sometimes click X at the upright conner, pop up a dialog ask me to
report error to microsoft, and i add a button and response code for
it:
{
exit(0);
}

it also has the same problem.
Chris, you're still leaving us in the dark. What template are you using? Is
it C++/CLI, MFC, etc?
Which version of Visual Studio are you using? If you are referring to an
error message that appears when you try to close your application, what,
exactly, is the error message? Does this occur with only one application, or
with all applications?
Does the issue occur when you are running your application from within the
IDE? If so, have you tried running it from outside the IDE?
Please help the people here help you by providing details.
 

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