> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Tony Sinclair
> Sent: Wednesday, 12 July 2000 11:26
> To: Multiple recipients of list delphi
> Subject: [DUG]: The Comiler Itself
>
>
> Hi all,
>
> how efficient is the Delphi compiler with regarding the uses
> clause?  If you
> have several units specified, does it link them all even though
> you may not
> use any functionality out of those units?

As far as I can tell (with EXE size etc) it only links those units that are
actually used.

If you want to win a contest for the smallest EXE size (like 15K) it behoves
one to use functions in the Windows unit instead of similar functions that
you have to link in a whole lot of code to use :)

snip

============================================
Patrick Dunford, Christchurch, NZ
EnzedRailWeb Sites
http://www.trainweb.org/enzedrail/web/

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to