http://bugs.winehq.org/show_bug.cgi?id=50583 --- Comment #7 from Dmitry Timoshkov <dmitry@baikal.ru> --- (In reply to Alexandre Julliard from comment #6)
(In reply to Dmitry Timoshkov from comment #5)
(In reply to Anastasius Focht from comment #2)
I've debugged the custom action multiple times and came to conclusion the C++ exception can't be avoided.
Probably __TRY/__EXCEPT around the custom DLL procedure call should be replaced either by vectored or unhandled exception handler because __TRY/__EXCEPT macros in Wine won't catch the exceptions generated by RaiseException().
They will catch it, but of course __EXCEPT_PAGE_FAULT is not going to handle C++ exceptions.
Thanks for the correction Alexandre, then __EXCEPT_ALL could be a more appropriate filter. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.