Run maprep.exe with a mapfile generated from Delphi I. It will generate
a report with all units name, size, public procedures, global data.
I will do maprep32.exe in few days.
General Idea of map files are:
- Find out the units you don't intend to include in your project.
- Finf out what are the global vars used and sizes.
- Find out if there are dupplicate procedure names.
- ....

More free utils and components in www.cs.monash.edu.au/~vtran.


