Command line compile output (RESOLVED)

delphi package - automated exception handling
Post Reply
ertank
Posts: 10
Joined: Sat Feb 17, 2024 8:42 pm

Command line compile output (RESOLVED)

Post by ertank »

Hello,

I am testing command line compile and run madExceptPatch.exe after a successful compilation.
Sometimes I read

Code: Select all

Binary patched.
map file appended
other times I read

Code: Select all

map file appended
I wonder why some executables are patched and some not?

Thanks & Regards,
Ertan
ertank
Posts: 10
Joined: Sat Feb 17, 2024 8:42 pm

Re: Command line compile output

Post by ertank »

Just ignore that.

It turns out IDE wizard put madExcept units in my {$IFDEF DEBUG} and so they were not included in Release builds.

All good now.

Thanks.
Post Reply