64 Bit support

delphi package - automated exception handling
Post Reply
Han312
Posts: 54
Joined: Mon Mar 14, 2016 3:49 pm

64 Bit support

Post by Han312 »

I am trying to get memory leaks reported with a 64-bit build. But somehow it doesn't seem to work. No report window opens.

By changing from 32 to 64 bit i also realised that in the option menu Madexcept is enabled but the compiler directives madExcept & LeakChecking were not set.
Do I have to change the Madexcept settings with every change of the build?

(I tried this with Delphi XE8 & XE2)
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: 64 Bit support

Post by madshi »

Unfortunately leak reporting currently only works for 32bit processes... :( I might not have a chance to add support for 64bit leak reporting until madExcept 5, unfortunately, because it will be quite a lot of work.
Post Reply