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
18 minutes ago, 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
6 hours ago, 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
1 minute ago, 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
25 minutes ago, 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
53 minutes ago, David Heffernan said:

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

I'm sorry to hear that. Get well soon.

Share this post


Link to post
8 hours ago, Attila Kovacs said:

I'm sorry to hear that. Get well soon.

I mean, you were the one with the headaches. 

 

9 hours ago, Attila Kovacs said:

it would spare a lot of headaches

 

Share this post


Link to post
5 hours ago, 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

×