PDA

View Full Version : Compiler settings


CaptAndy
22-Jan-2009, 01:14 PM
I'm using a build server to compile my application and set the compiler flags in the dcc32.cfg config file.

I don't want to use the ecc32.exe, because I use the dcc32speed.exe compiler (see http://cc.codegear.com/Item/25419), so I'm using ecc32.exe to alter the compiled exe.

What are the correct compiler settings for Eurekalog to work? ($D+ does not seem to suffice).

Thanks for your help!

Karl
22-Jan-2009, 03:43 PM
Hi Andy,

You should use:

-U' + AppDir + '" -GD -$D+

where AppDir is the full path to the folder that contains ExceptionLog.pas

(I also noticed dcc32speed can now be renamed to dcc32 in which case I imagine you could use ecc32)

CaptAndy
25-Jan-2009, 10:18 AM
Thank you, that worked.

admin
27-Jan-2009, 09:52 AM
Perfect! :)