Stack unwinding in native code

How can I use try - catch - throw exceptions in native code? I need ___CxxFrameHandler3 function or it specification.
You're talking about assembly, right?

Do you mean "structured exception handling"?
http://www.microsoft.com/msj/0197/Exception/Exception.aspx

Or do you mean interfacing with C++'s try..catch blocks?
(You'll need to read your compiler's technical documentation for that.)
Topic archived. No new replies allowed.