Click here to Skip to main content
15,909,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: C++ Exception Pin
T.RATHA KRISHNAN14-Jun-07 3:09
T.RATHA KRISHNAN14-Jun-07 3:09 
AnswerRe: C++ Exception Pin
Russell'14-Jun-07 4:12
Russell'14-Jun-07 4:12 
QuestionRe: C++ Exception Pin
T.RATHA KRISHNAN15-Jun-07 0:19
T.RATHA KRISHNAN15-Jun-07 0:19 
AnswerRe: C++ Exception Pin
Russell'15-Jun-07 0:52
Russell'15-Jun-07 0:52 
QuestionRe: C++ Exception Pin
T.RATHA KRISHNAN15-Jun-07 1:39
T.RATHA KRISHNAN15-Jun-07 1:39 
AnswerRe: C++ Exception Pin
Russell'15-Jun-07 2:15
Russell'15-Jun-07 2:15 
QuestionRe: C++ Exception Pin
T.RATHA KRISHNAN15-Jun-07 2:50
T.RATHA KRISHNAN15-Jun-07 2:50 
AnswerRe: C++ Exception Pin
Russell'15-Jun-07 3:19
Russell'15-Jun-07 3:19 
You need to pause the application one second before the crash...and then use debug tool like F10 or F11 to understand why it crashes. And do this, of course, before that the program exit from your code and goes to external dll(s).
You said that the exception comes when you close the application using the cross on the top right of the window....USE THIS INFO! Go to OnClose() (put there a brakpoint) and run the application step by step F10, F11.

Another thing: pressing the stop button in the VS toolbar will terminate the DEBUG mode, and it destroy the application, so no exception can occuors, beaouse NO CODE will run.



Russell

QuestionFuction prototype in .C or .H Pin
krishnakumar7514-Jun-07 2:06
krishnakumar7514-Jun-07 2:06 
AnswerRe: Fuction prototype in .C or .H Pin
James R. Twine14-Jun-07 2:18
James R. Twine14-Jun-07 2:18 
AnswerRe: Fuction prototype in .C or .H Pin
Russell'14-Jun-07 4:15
Russell'14-Jun-07 4:15 
QuestionDrawing a text over a picture control Pin
eli1502197914-Jun-07 1:31
eli1502197914-Jun-07 1:31 
AnswerRe: Drawing a text over a picture control Pin
shiraztk14-Jun-07 7:29
shiraztk14-Jun-07 7:29 
AnswerRe: Drawing a text over a picture control Pin
Mark Salsbery14-Jun-07 7:40
Mark Salsbery14-Jun-07 7:40 
GeneralRe: Drawing a text over a picture control Pin
eli1502197915-Jun-07 1:16
eli1502197915-Jun-07 1:16 
GeneralRe: Drawing a text over a picture control Pin
Mark Salsbery15-Jun-07 6:05
Mark Salsbery15-Jun-07 6:05 
AnswerRe: Drawing a text over a picture control Pin
tyagineha14-Jun-07 18:05
tyagineha14-Jun-07 18:05 
GeneralRe: Drawing a text over a picture control Pin
Hamid_RT14-Jun-07 19:57
Hamid_RT14-Jun-07 19:57 
AnswerRe: Drawing a text over a picture control Pin
Hamid_RT14-Jun-07 19:56
Hamid_RT14-Jun-07 19:56 
QuestionProperty sheets Pin
rajeevktripathi14-Jun-07 1:23
rajeevktripathi14-Jun-07 1:23 
AnswerRe: Property sheets Pin
James R. Twine14-Jun-07 1:57
James R. Twine14-Jun-07 1:57 
QuestionRe: Property sheets Pin
rajeevktripathi19-Jun-07 20:10
rajeevktripathi19-Jun-07 20:10 
AnswerRe: Property sheets Pin
James R. Twine19-Jun-07 23:58
James R. Twine19-Jun-07 23:58 
QuestionCListctrl Pin
mehrdadov14-Jun-07 1:14
mehrdadov14-Jun-07 1:14 
AnswerRe: CListctrl Pin
Naveen14-Jun-07 1:28
Naveen14-Jun-07 1:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.