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.


-----Original Message-----
From: Neven MacEwan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 21 August 2001 3:02 p.m.
To: Multiple recipients of list delphi
Subject: Re: [DUG]: EXE filesize differences on 2 computers


Nello

It's a trap in support to avoid, always pointing the finger at viruses, but
in many cases they cause the inexplicable
another thing to do is run "fc" and see at what point the differences occur

Then run "debug" and start tracing......maybe not

Neven

----- Original Message -----
From: "Nello Sestini" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Tuesday, 21 August 2001 14:12
Subject: Re: [DUG]: EXE filesize differences on 2 computers


> From: "Neven MacEwan" <[EMAIL PROTECTED]>
>
> > Have you checked the obvious - A virus tacked on the end?
>
>
> lol@ "obvious"
>
> i suppose it SHOULD have been obvious.  <g>
>
> good call.
>
> -ns
>
> --------------------------------------------------------------------------
-
>     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/
>

---------------------------------------------------------------------------
    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/
---------------------------------------------------------------------------
    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/

Reply via email to