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

C / C++ / MFC

 
GeneralRe: Spy++ unable to find dialog controls Pin
led mike24-Jan-08 5:32
led mike24-Jan-08 5:32 
GeneralRe: Spy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 6:19
Dave Calkins24-Jan-08 6:19 
GeneralRe: Spy++ unable to find dialog controls Pin
Wes Aday24-Jan-08 6:26
professionalWes Aday24-Jan-08 6:26 
GeneralRe: Spy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 6:31
Dave Calkins24-Jan-08 6:31 
GeneralRe: Spy++ unable to find dialog controls Pin
Wes Aday24-Jan-08 6:40
professionalWes Aday24-Jan-08 6:40 
GeneralHandle C++ exception and structured exception together Pin
George_George24-Jan-08 1:40
George_George24-Jan-08 1:40 
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 
Thanks jhwurmbach,


1. You mean in the current part of the application, which handles C++ exception;
2. The current part of application invokes another model, which throws structured exception to the current part;
3. The current part of application uses set_se_translator to convert structured exception to C++ exception and catch it (since current model is designed to handle only C++ exception).

Is my description correct?

If yes, my confusion is in the project setting, we could either select /EHa or /EHsc, means only one model could be selected, and how to make the current part and the other model in my sample above to have different exception model?


regards,
George
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 
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 

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.