G
Guest
Hi guys,
I created a user-defined SEH by following Crash Course SEH article by Matt
Pietrek. When building the app in Debug mode, it has no problem catching
exception and entering the user defined hanlder. In Release mode, however,
the app would just crash at the point where the exception occurs.
Why is that? Is there any way to solve this?
Thanks in advance,
Johnny
I created a user-defined SEH by following Crash Course SEH article by Matt
Pietrek. When building the app in Debug mode, it has no problem catching
exception and entering the user defined hanlder. In Release mode, however,
the app would just crash at the point where the exception occurs.
Why is that? Is there any way to solve this?
Thanks in advance,
Johnny