madExcept 5.1.0

delphi package - automated exception handling
Post Reply
kolar
Posts: 2
Joined: Tue Aug 23, 2016 12:36 pm

madExcept 5.1.0

Post by kolar »

Hello,

is madExcept 5.1.0 compatible with new clang C++ compiler ? I dont find this information in product description.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: madExcept 5.1.0

Post by madshi »

32bit: In theory yes, however, Embarcadero keeps breaking stuff, e.g. removing important debug information from the lib files. I'd suggest that you double check with the non-commercial edition, which is fully functional. You may have to modify the clang library paths to find madExcept's folders. It's also possible you may have to call "madExcept.HandleException" in the Application.OnException handler.
Post Reply