Click here to Skip to main content
16,017,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handle C++ exception and structured exception together Pin
jhwurmbach24-Jan-08 4:53
jhwurmbach24-Jan-08 4:53 
GeneralRe: Handle C++ exception and structured exception together Pin
George_George24-Jan-08 15:17
George_George24-Jan-08 15:17 
GeneralRe: Handle C++ exception and structured exception together Pin
Maxwell Chen24-Jan-08 16:40
Maxwell Chen24-Jan-08 16:40 
GeneralRe: Handle C++ exception and structured exception together Pin
George_George24-Jan-08 16:55
George_George24-Jan-08 16:55 
GeneralRe: Handle C++ exception and structured exception together Pin
Maxwell Chen24-Jan-08 17:09
Maxwell Chen24-Jan-08 17:09 
GeneralRe: Handle C++ exception and structured exception together Pin
George_George24-Jan-08 17:50
George_George24-Jan-08 17:50 
GeneralRe: Handle C++ exception and structured exception together Pin
Maxwell Chen24-Jan-08 18:15
Maxwell Chen24-Jan-08 18:15 
GeneralRe: Handle C++ exception and structured exception together Pin
George_George24-Jan-08 18:30
George_George24-Jan-08 18:30 
Thanks Maxwell!


Sorry I have not made myself understood. I just want to make a summary of this question and let you have a final review to see whether it is correct. Smile | :)

1. set_se_translator only works for /EHa mode;

2. in /EHsc mode, when there are programming errors, like dereferencing a NULL pointer, structured exception will not occur and program will report error and let end user select to debug;

3. /EHa mode is more accurately a mixed mode of structured exception and C++ exception, not structured exception only, as quoted from Visual Studio 2008

Enable C++ Exceptions Yes With SEH Exceptions (/EHa)


regards,
George
Generalfile open Pin
Paulraj G24-Jan-08 1:19
Paulraj G24-Jan-08 1:19 
GeneralRe: file open Pin
Don Box24-Jan-08 1:26
Don Box24-Jan-08 1:26 
GeneralRe: file open Pin
Paulraj G24-Jan-08 1:28
Paulraj G24-Jan-08 1:28 
GeneralRe: file open Pin
Don Box24-Jan-08 1:33
Don Box24-Jan-08 1:33 
GeneralRe: file open Pin
Paulraj G24-Jan-08 1:37
Paulraj G24-Jan-08 1:37 
QuestionDebug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 1:07
Neels24-Jan-08 1:07 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Don Box24-Jan-08 1:30
Don Box24-Jan-08 1:30 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 1:46
Neels24-Jan-08 1:46 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Don Box24-Jan-08 1:50
Don Box24-Jan-08 1:50 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 2:21
Neels24-Jan-08 2:21 
QuestionRe: Debug assert error while using DoModal() ?? please help Pin
David Crow24-Jan-08 3:16
David Crow24-Jan-08 3:16 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 4:29
Neels24-Jan-08 4:29 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
David Crow24-Jan-08 4:36
David Crow24-Jan-08 4:36 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 23:07
Neels24-Jan-08 23:07 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
David Crow25-Jan-08 2:26
David Crow25-Jan-08 2:26 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 23:07
Neels24-Jan-08 23:07 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 23:13
Neels24-Jan-08 23:13 

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.