Reputation: 89
Hi I am debugging such a program that call win32 api RaiseException(). I want to know how can i handle it manually not by debugger.
Tanx
Upvotes: 0
Views: 542
Reputation: 1810
Try reading up on Structured Exception Handling. Then check out Matt Pietrek's article: A Crash Course on the Depths of Win32™ Structured Exception Handling.
Upvotes: 2