Click here to Skip to main content
15,920,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionC++ Exceptions wihout OS Pin
CataclysmicQuantum23-Nov-07 20:26
CataclysmicQuantum23-Nov-07 20:26 
AnswerRe: C++ Exceptions wihout OS Pin
super_ttd23-Nov-07 23:33
super_ttd23-Nov-07 23:33 
GeneralRe: C++ Exceptions wihout OS Pin
CataclysmicQuantum24-Nov-07 0:50
CataclysmicQuantum24-Nov-07 0:50 
GeneralRe: C++ Exceptions wihout OS Pin
Gary R. Wheeler24-Nov-07 2:20
Gary R. Wheeler24-Nov-07 2:20 
GeneralRe: C++ Exceptions wihout OS Pin
CataclysmicQuantum24-Nov-07 2:21
CataclysmicQuantum24-Nov-07 2:21 
GeneralRe: C++ Exceptions wihout OS Pin
Matthew Faithfull24-Nov-07 7:10
Matthew Faithfull24-Nov-07 7:10 
AnswerRe: C++ Exceptions wihout OS Pin
Bram van Kampen24-Nov-07 16:38
Bram van Kampen24-Nov-07 16:38 
AnswerRe: C++ Exceptions wihout OS Pin
Stephen Hewitt25-Nov-07 17:43
Stephen Hewitt25-Nov-07 17:43 
It’s implementation dependent, as others have alluded to, but on windows it is generally implemented in terms of the OS supplied SEH. All Microsoft compilers (for Windows) layer the compiler’s exception handling code over of OS supplied SEH mechanism. Here’s a link I came across years ago which may be of interest:
A Crash Course on the Depths of Win32™ Structured Exception Handling[^]


Steve

GeneralRe: C++ Exceptions wihout OS Pin
CataclysmicQuantum25-Nov-07 20:34
CataclysmicQuantum25-Nov-07 20:34 
Questionbitmaps clipboard getpixel Pin
chronos2323-Nov-07 20:19
chronos2323-Nov-07 20:19 
AnswerRe: bitmaps clipboard getpixel Pin
Hamid_RT23-Nov-07 21:19
Hamid_RT23-Nov-07 21:19 
Questionchanging a bmp on a button Click event Pin
neha.agarwal2723-Nov-07 20:02
neha.agarwal2723-Nov-07 20:02 
AnswerRe: changing a bmp on a button Click event Pin
Hamid_RT23-Nov-07 21:08
Hamid_RT23-Nov-07 21:08 
AnswerRe: changing a bmp on a button Click event Pin
Mark Salsbery24-Nov-07 7:48
Mark Salsbery24-Nov-07 7:48 
QuestionClass wizard in VC 2005 Pin
neha.agarwal2723-Nov-07 17:05
neha.agarwal2723-Nov-07 17:05 
AnswerRe: Class wizard in VC 2005 Pin
Mark Salsbery23-Nov-07 17:17
Mark Salsbery23-Nov-07 17:17 
GeneralRe: Class wizard in VC 2005 Pin
neha.agarwal2723-Nov-07 17:50
neha.agarwal2723-Nov-07 17:50 
GeneralRe: Class wizard in VC 2005 Pin
Prasann Mayekar23-Nov-07 18:32
Prasann Mayekar23-Nov-07 18:32 
JokeRe: Class wizard in VC 2005 Pin
ThatsAlok23-Nov-07 18:55
ThatsAlok23-Nov-07 18:55 
QuestionTerminateThread hangs Pin
maciu202023-Nov-07 15:10
maciu202023-Nov-07 15:10 
QuestionRe: TerminateThread hangs Pin
Mark Salsbery23-Nov-07 15:22
Mark Salsbery23-Nov-07 15:22 
AnswerRe: TerminateThread hangs [modified] Pin
maciu202023-Nov-07 21:11
maciu202023-Nov-07 21:11 
GeneralRe: TerminateThread hangs Pin
Mark Salsbery24-Nov-07 7:04
Mark Salsbery24-Nov-07 7:04 
GeneralRe: TerminateThread hangs Pin
maciu202024-Nov-07 7:28
maciu202024-Nov-07 7:28 
GeneralRe: TerminateThread hangs Pin
Mark Salsbery24-Nov-07 8:06
Mark Salsbery24-Nov-07 8:06 

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.