GHOSTS

When you delete a unit from a project the USES references can remain
in the PAS files and it appears it is compiled behind your back.

This is a program that looks at the source code of a Delphi project
and units in that project to see if there are instances where a
reference remains to a unit that has been removed from the project.

If a unit appears in the report then it could be
a) A library unit  - If these get on your nerves then add
   the name of the unit to the constant COMMONUNITS
b) A reference to a unit you actually need but have not
   explicitly added to your project
c) A unit that became obsolete, you deleted it from the
   project but USES references remain in odd places.

It is free and supplied as zipped source code.

If you find it useful then please drop me a line because otherwise
I have no way of knowing if it is worth publishing this sort of
tool.

Have a browse through the USEFUL.PAS unit see if there's anything there
you might be able to use - if so then go ahead.

Email - peter@eminent.demon.co.uk
Other free Delphi bits  -  www.eminent.demon.co.uk/delphi.htm


