Does anybody know the meaning of "Keep generated .cfg File" in the Finalbuilder 4 action "Compile Delphi Win32 Projekt" ? You can find the checkbox in the compiler-tabsheet.
There is no help entry about this topic.
We found out that an executable with this setting worked fine and without it, an exception occured. But without knowledge of the meaning of "Keep generated .cfg File", we don't know how to fix the sourcecode and which client versions has to be reinstalled.
Many Thanks for any help.
Karsten,
FinalBuilder creates the .cfg file which dcc32 uses to compile the Delphi project. By default, the action completes it deletes the generated .cfg file and restores the original one, but the Keep option will restore the original one and rename the generated one to .used
hth - but not sure why you’re getting an exception. Do you get a stack trace? Maybe your original .cfg or the .used files are read only?
.t8