For MFC applications (don’t know about WTL but it should be the same), there
is an issue of ‘swallowed exceptions’ when running 32bit apps on 64 bit
systems. See
http://support.microsoft.com/kb/976038
which is an issue e.g. when the windows procedure is hooked. Also, MFC
subclasses windows and in its windows procedure it catches some exceptions etc.
I have thus added functions to enable the hotfix mentioned in the article (so
that exceptions are no longer swallowed) above and to replace the standard MFC
windows procedure with one handling the exceptions thrown when the application
is allowed to continue (otherwise Dr. Watson would appear).
I have ported your CrashRptTest to MFC to test these issues.
Original issue reported on code.google.com by zexspect...@gmail.com on 18 Oct 2011 at 3:09
Original issue reported on code.google.com by
zexspect...@gmail.com
on 18 Oct 2011 at 3:09