Search found 4 matches

by Heiko
Sat Mar 12, 2022 10:56 pm
Forum: madExcept
Topic: raise TObject - RegisterHiddenExceptionHandler
Replies: 7
Views: 4108

Re: raise TObject - RegisterHiddenExceptionHandler

we use Delphi 2007 and the last Version of MadExcept 4.0.21.
I have tested with Delphi 11 and MadExcept 5.0 and it works also for me.
thanks for your time.
by Heiko
Mon Feb 28, 2022 7:43 pm
Forum: madExcept
Topic: raise TObject - RegisterHiddenExceptionHandler
Replies: 7
Views: 4108

Re: raise TObject - RegisterHiddenExceptionHandler

here is a little demo. I copied the construction of the outline speciality in the demo.
When you press "Nicht abgefangen Exception" the EAccessViolation happens.
by Heiko
Thu Feb 24, 2022 11:43 am
Forum: madExcept
Topic: raise TObject - RegisterHiddenExceptionHandler
Replies: 7
Views: 4108

Re: raise TObject - RegisterHiddenExceptionHandler

Yes, the outline is a part of the vcl.

Very strange, the exception happens when the try except block ends.
And the raised "Exception" will ignored by the IDE and the Debugger, that's the trick.
by Heiko
Wed Feb 23, 2022 8:22 pm
Forum: madExcept
Topic: raise TObject - RegisterHiddenExceptionHandler
Replies: 7
Views: 4108

raise TObject - RegisterHiddenExceptionHandler

Hi, i have an Problem with the old Outline Control with MadExcept. We want to activate the HiddenExceptions for all Exceptions in our software. In the old Outline there will be raised an OutlineError but the base class is TObject, not Exception. MadExcept throws an AccessViolation. Is there a nice w...