Jump to content
Attila Kovacs

Overview of the generated files after build/compile

Recommended Posts

Is there somewhere in the IDE something which would show me a list about the generated files after a build/compile?

I would like to see the full path of every single files, also bpl's, dcp etc...

Otherwise I have to write one..

Share this post


Link to post
  On 1/10/2024 at 12:19 PM, Attila Kovacs said:

Is there somewhere in the IDE something which would show me a list about the generated files after a build/compile?

I would like to see the full path of every single files, also bpl's, dcp etc...

Not that I am aware of.

  • Thanks 1

Share this post


Link to post
  On 1/10/2024 at 12:19 PM, Attila Kovacs said:

Is there somewhere in the IDE something which would show me a list about the generated files after a build/compile?

I would like to see the full path of every single files, also bpl's, dcp etc...

There is no such list generated by the IDE/compiler.  And the only documentation that I know of which talks about generated files is:

File Types Index

File Extensions of Files Generated by RAD Studio

  • Like 2

Share this post


Link to post
  On 1/10/2024 at 6:55 PM, Remy Lebeau said:

There is no such list generated by the IDE/compiler. 

It should be; it would spare a lot of headaches when migrating projects to new IDEs.

Share this post


Link to post
  On 1/10/2024 at 6:58 PM, Attila Kovacs said:

It should be; it would spare a lot of headaches when migrating projects to new IDEs.

I'm struggling to imagine what headaches would be solved by this feature.

 

I don't know how you can't get a list of generated files by simply checking out the project and then compiling it. All the files created after you compiled are the ones made by that compile. 

  • Like 1

Share this post


Link to post
  On 1/11/2024 at 4:42 AM, David Heffernan said:

I mean, you were the one with the headaches. 

I understand, but it's unnecessary to argue over subjective matters. When migrating dozens of third-party packages to newer IDEs, I find it more efficient to detect configuration errors by observing the compiler's output. However, since I have already implemented a file monitor, there is no longer any need to debate this issue.

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

×