Does Application.OnException work in a COM Dll?

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-03-22T21:30:08Z Indexed on 2010/03/22 21:31 UTC
Read the original article Hit count: 266

Filed under:
|

I want to log some seemingly random errors I'm getting in a Delphi written COM DLL. How do I do this? Is it possible to use the Application.OnException event handler? I have control of the COM DLL source, but not the calling application.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about exception-handling