Using _set_se_translator

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: David (davidw_at_hunterlab.com)
Date: 03/14/05


Date: Mon, 14 Mar 2005 10:12:47 -0500

I have written an inprocess OCX using ATL (Visual C++ 6).

I want to install my own exception handler using the function
_set_se_translator.

Is this advisable to do inside an inprocess OCX. Will calling
this function affect the exception handling behavior of the
calling host program, i.e. does calling _set_se_translator
inside my OCX also install the same exception handler
for the host program?

Thanks

David



Relevant Pages