Search found 10 matches

by maggigisla
Tue Nov 30, 2021 10:58 am
Forum: madExcept
Topic: Delphi 11 - Alexandria
Replies: 31
Views: 65053

Re: Delphi 11 - Alexandria

Any news on the Delphi 11 version ?
by maggigisla
Fri Mar 31, 2017 2:32 pm
Forum: madExcept
Topic: Dynamically check if exception in exception filters
Replies: 10
Views: 8286

Re: Dynamically check if exception in exception filters

:)
Now we are talking ..., that's what was missing, add madExecpt.pas to my uses clause ( I thought that madExceptVcl.pas was enough).
Thank you for your support
by maggigisla
Fri Mar 31, 2017 2:07 pm
Forum: madExcept
Topic: Dynamically check if exception in exception filters
Replies: 10
Views: 8286

Re: Dynamically check if exception in exception filters

In what scope is MESettings() a valid variable ?

[dcc32 Error] main.pas(795): E2003 Undeclared identifier: 'MESettings'
by maggigisla
Fri Mar 31, 2017 1:52 pm
Forum: madExcept
Topic: Dynamically check if exception in exception filters
Replies: 10
Views: 8286

Re: Dynamically check if exception in exception filters

Just to be sure that I'm not telling you some bullshit, I'll try to explain my situation again. I'm inside the OnException event on TMadExceptionHandler. In my case : {code} procedure TfrmMain.adalException(const exceptIntf: IMEException; var handled: Boolean); {code} Here I want to check if the exc...
by maggigisla
Fri Mar 31, 2017 1:31 pm
Forum: madExcept
Topic: Dynamically check if exception in exception filters
Replies: 10
Views: 8286

Re: Dynamically check if exception in exception filters

exceptIntf.Filter2Classes;
[dcc32 Error] main.pas(795): E2003 Undeclared identifier: 'Filter2Classes

Yes he does :)
by maggigisla
Fri Mar 31, 2017 12:50 pm
Forum: madExcept
Topic: Dynamically check if exception in exception filters
Replies: 10
Views: 8286

Re: Dynamically check if exception in exception filters

Hi ...

I see the exceptIntf.ExceptClass property but not exceptIntf.Filter1Class or exceptIntf.Filter2Class, are they private ?
by maggigisla
Thu Mar 30, 2017 6:28 pm
Forum: madExcept
Topic: Dynamically check if exception in exception filters
Replies: 10
Views: 8286

Dynamically check if exception in exception filters

Hi ...
Is there a way for me to check if given exception that was raised is in the exception filters in the settings window ?
by maggigisla
Mon May 23, 2011 3:25 pm
Forum: madCollection
Topic: madExcept and msbuild
Replies: 4
Views: 10549

Re: madExcept and msbuild

:crazy:
It worked, my project.mes file was naturally not in my \run folder, after i ran the madExceptPatch.exe and pointed to the *.mes file it worked.
Thank you for great support.
by maggigisla
Mon May 23, 2011 2:40 pm
Forum: madCollection
Topic: madExcept and msbuild
Replies: 4
Views: 10549

Re: madExcept and msbuild

Hi and thanks for the response. I tried what you suggested, did not work, maybe I'm doing something wrong. Here's what I did : - Project -> Options -> Compiler -- Debugging group --- All options on - Project -> Options -> Linker -- Map file Group --- Detailed option on There are no debug options in ...
by maggigisla
Fri May 20, 2011 3:04 pm
Forum: madCollection
Topic: madExcept and msbuild
Replies: 4
Views: 10549

madExcept and msbuild

Hi ... I'm using the madcollection, and have been for a while, great product. My problem is this. If I compile my project in the Delphi IDE then madExcept seem to catch the exceptions raise, but if I compile the same project using msbuild, it seem that madExcept is not existent. I use the Debug opti...