ANN: madExcept 5.1.0

delphi package - automated exception handling
Post Reply
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

ANN: madExcept 5.1.0

Post by madshi »

Today I'm releasing madExcept 5.1.0 with the following improvements:

(1) added support for Delphi 10.4
(2) added new leak checking API SetChildLeakFiltering
(3) added new leak checking API WaitForCleanExitProcess
(4) init speedup when using madExcept in a lot of dlls
(5) a bunch of smaller bug fixes

http://madshi.net/madCollection.exe (installer 2.8.9.0)
tprami
Posts: 12
Joined: Tue Apr 11, 2017 5:03 am

Re: ANN: madExcept 5.1.0

Post by tprami »

[dcc32 Hint] madZip.pas(2679): H2077 Value assigned to 'InflateCodes' never used

Hint om 5.1.0, nothing major most likely tough...
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: ANN: madExcept 5.1.0

Post by madshi »

The hint is valid. But then, sometimes if you write code to avoid such hints in older Delphi versions, it will cause a hint in newer Delphi versions, and vice versa. Anyway, nothing to worry about...
tprami
Posts: 12
Joined: Tue Apr 11, 2017 5:03 am

Re: ANN: madExcept 5.1.0

Post by tprami »

Fair enough.

Would be simple ifdef if know which delphi versions are affected.

On other hand there are couple of binary dfm:s in then code-base. Please convert them to text form, if just OK with you.

-Tee-
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: ANN: madExcept 5.1.0

Post by madshi »

Can't, still need madExcept to be compatible with Delphi 4. Not sure which Delphi version introduced text style DFMs. Might have been Delphi 6? Would have to drop Delphi 4 + 5 support to make the DFMs text style.
SanfordOlson
Posts: 2
Joined: Mon Nov 13, 2017 8:31 pm

Re: ANN: madExcept 5.1.0

Post by SanfordOlson »

I'm quite sure Delphi 5 introduced text DFM files.
Post Reply