mdelfede Messages: 1310 Registered: September 2007
Ultimate Contributor
SEH should be for C exception, try...catch for c++ ones, and (IIRC) they're not very compatible.
If your DLL throws c++ exception, they should be caught with try... catch construct; if it's a c dll, it should work with SEH.