MadExceptionHandler

delphi package - automated exception handling
Post Reply
crefird
Posts: 10
Joined: Thu Jan 30, 2014 8:18 pm

MadExceptionHandler

Post by crefird »

I have found that the OnException event of MadExceptionHandler never gets called for madExcept version 3.0o. I discovered it in Delphi XE. I created a simple test program and determined the event did not fire in Delphi 7 either.

I installed 3.0n and the OnException event gets called when expected.
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Re: MadExceptionHandler

Post by madshi »

That sounds quite weird to me. Well, you (probably?) have the source code to both versions, so you can compare to find out which of the changes is reponsible for the problem. The problem is likely to be either in madExceptVcl.pas or in madExcept.pas.

Unfortunately madExcept 3 is so old that I can't offer support for it, anymore.
Post Reply