foxters 0 Posted March 12 I want to put the compiled DRC file in a separate folder from the EXE/DLL files. In Project Options->Building->Delphi Compiler i see the following options: "Output directory" and "Package output directory": And in the documentation I see the following description: But after Build, the DRC file always goes to the "bin" folder instead of the "packages"... What am I doing wrong? Share this post Link to post
foxters 0 Posted April 3 Can anyone help please? DRC file is saving to "Output directory" instead of "Package output directory" despite what the documentation says. Is this behavior incorrect? Or is this an inaccuracy in the documentation? Share this post Link to post
Uwe Raabe 2057 Posted April 3 AFAIK, that Package output directory is only used when you build a package (hence the name). For other projects the Output directory is used. In other words, the DRC file is always placed where the compiled binary goes. 1 Share this post Link to post
foxters 0 Posted April 5 Thank you @Uwe Raabe Maybe I really misunderstood the documentation.. Share this post Link to post