Further to Myles' suggestion, you might want to turn on the genaration of
map files and then compare them from the two PC's
John
-----Original Message-----
From: Myles Penlington [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 21 August 2001 2:00 pm
To: Multiple recipients of list delphi
Subject: RE: [DUG]: EXE filesize differences on 2 computers
Here is my 2 cents worth ..
My guess at this is quite simple - but harder to find. You have somehow got
an extra unit included - the trick is which one any why!
My only thought on this would be if have some modified VCL source compiled
into the program, and a fresh install on another machine does not have the
same modified source.
How can you check?
Run the program with Debug DCU's and set a break point. Then view the module
debug window and select the program, this will then list all the units
compiled into the program. You can copy the whole list and then compare with
a list from the other machine.
Again once you (have hopefully) found the extra unit(s), you then have the
problem of finding which unit is responsible for including the extra
unit(s).
Myles.
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/