Page 1 of 1

ANN: madExcept 5.1.0

Posted: Thu Jul 16, 2020 9:29 pm
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)

Re: ANN: madExcept 5.1.0

Posted: Mon Jul 20, 2020 8:13 am
by tprami
[dcc32 Hint] madZip.pas(2679): H2077 Value assigned to 'InflateCodes' never used

Hint om 5.1.0, nothing major most likely tough...

Re: ANN: madExcept 5.1.0

Posted: Mon Jul 20, 2020 8:29 am
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...

Re: ANN: madExcept 5.1.0

Posted: Tue Jul 28, 2020 8:01 am
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-

Re: ANN: madExcept 5.1.0

Posted: Tue Jul 28, 2020 8:05 am
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.

Re: ANN: madExcept 5.1.0

Posted: Wed Oct 27, 2021 4:27 pm
by SanfordOlson
I'm quite sure Delphi 5 introduced text DFM files.