| View previous topic :: View next topic |
| Author |
Message |
Brad Wood Guest
|
Posted: Tue May 23, 2006 10:15 pm Post subject: Automated tool to add referenced units to project? |
|
|
Working on a huge project that references all sorts of units that aren't
included in the project file directly. Is there any add-in that will show a
list of such units? |
|
| Back to top |
|
 |
d r Guest
|
Posted: Wed May 24, 2006 4:14 am Post subject: Re: Automated tool to add referenced units to project? |
|
|
Don't know of such tool, but how about this as a workaround:
delete all files from dpr file, select add to projects and from the open
dialog perform muliple files selection, click OK and they all should be
added to dpr file, (you might need to repeat process for multiple/nested
folders). |
|
| Back to top |
|
 |
Ed Vander Hoek Guest
|
Posted: Wed May 24, 2006 8:14 am Post subject: Re: Automated tool to add referenced units to project? |
|
|
On 2006.05.23 14:29, Brad Wood wrote:
| Quote: | Working on a huge project that references all sorts of units that aren't
included in the project file directly. Is there any add-in that will show a
list of such units?
|
One approach is to use FileMon from www.sysinternals.com to monitor all
files accessed during a compile. Load the resulting tab-delimited log
file into a spreadsheet or text editor, do some judicious editing, and
voila.
--
Ed Vander Hoek
www.getawaymaps.com
"ed.vanderhoek" with the domain "getawaymaps.com" |
|
| Back to top |
|
 |
Ruediger Kabbasch Guest
|
Posted: Wed May 24, 2006 8:14 am Post subject: Re: Automated tool to add referenced units to project? |
|
|
Maybe this is what you are looking for:
http://www.peganza.com/
Kind regards,
Ruediger Kabbasch
"Brad Wood" <brad_dot_wood_at_us_dot_ing_dot_com> schrieb im Newsbeitrag
news:44737ec7$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Working on a huge project that references all sorts of units that aren't
included in the project file directly. Is there any add-in that will show
a
list of such units?
|
|
|
| Back to top |
|
 |
Gerrit Beuze Guest
|
Posted: Wed May 24, 2006 8:14 am Post subject: Re: Automated tool to add referenced units to project? |
|
|
Hello Brad,
| Quote: | Working on a huge project that references all sorts of units that aren't
included in the project file directly. Is there any add-in that will show a
list of such units?
|
ModelMaker Code Explorer has a "Linked Modules Analyzer"
This uses the .map file for a compiled project (which is by the way
more or less human readible anyway) and then uses searchpaths
to displays all files included in the project.
This file list can be reported as text, file, clipboard etc.
It also shows which files have a .dfm associated plus the corresponding
dfm designer class name ( for example TMyForm ).
Check: http://www.modelmakertools.com/code-explorer/misc-screenshots.html#linked-modules
The fully functional demo gives you 4 weeks to fix your project.
After that you can uninstall - if you're not addicted to the other features by then :-)
http://www.modelmakertools.com/code-explorer/download.html
Gerrit Beuze
ModelMaker Tools |
|
| Back to top |
|
 |
|