cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Stack unwinding in native code
Stack unwinding in native code
Jul 27, 2008 at 12:18pm UTC
israeltanin
(1)
How can I use try - catch - throw exceptions in native code? I need ___CxxFrameHandler3 function or it specification.
Jul 27, 2008 at 3:47pm UTC
Duthomhas
(13282)
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.