Jump to content
foxters

[Delphi 10.3] wrong DRC file output directory

Recommended Posts

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":

image.thumb.png.b6380d83b26ee07634e6a8abb5b8e355.png

 

And in the documentation I see the following description:

image.thumb.png.c8d84aa6db2049a6d965ddb12c2553cd.png

 

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

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

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.

  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×