Click here to Skip to main content
15,918,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to run more than one SQL query Pin
prithaa24-Nov-07 20:29
prithaa24-Nov-07 20:29 
QuestionRe: How to run more than one SQL query Pin
David Crow26-Nov-07 3:59
David Crow26-Nov-07 3:59 
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 
CataclysmicQuantums wrote:
Wouldn't it have to go through Windows?


No. The C runtime (e.g. MSVCRT) ties the exception system together applying filters and calling installed handlers and the like. Internally it's hooked into signals at the OS level but I don't think it needs them to handle C++ exceptions within a User mode process.
Remember exception handling is all to do with stack manipulation so as long as the excepting functions runtime data is on the same call stack as the handler it doesn't matter which module the code is in.

Nothing is exactly what it seems but everything with seems can be unpicked.

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 
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 

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.