Re: Which version for small .exes?
- From: "Bruce Roberts" <ber@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Jul 2005 10:46:36 -0400
"Ray" <arcane94@xxxxxxxxx> wrote in message
news:RI9Fe.158396$go.2428@xxxxxxxxxxxxx
> Which 32-bit version of Delphi produced the smallest executables using the
> VCL? I'm thinking about purchasing a copy of an older version of Delphi
> (perhaps 2.0 or 3.0) in order to develop the smallest Windows applications
> possible. I don't need any of the features in the newer versions of Delphi
> (i.e. 5, 6, 7, 2005, etc) anyway...
In this case, one wonders why you need Delphi at all. If you really want to
construct small Windows exe a google search will turn up some valuable
Delphi references. IIRC there is at least one component set available that
replaces most of the big stuff in the VCL with simpler, less capable, and
thus smaller components. There are also a number of pages describing how one
can bypass the VCL and work directly with the Windows API. AFAIK the Delphi
version is not material to these solutions.
Personally I think its usually a complete waste of time trying to produce
very small exe. (There are exceptions, but very few.) In percentage terms,
the difference between a 1MB exe and at 30KB exe is less than 1/4% of the
resources of a modern desktop.
.
- References:
- Which version for small .exes?
- From: Ray
- Which version for small .exes?
- Prev by Date: Using TLame component in Windows XP
- Next by Date: Re: Which version for small .exes?
- Previous by thread: Re: Which version for small .exes?
- Next by thread: Re: Which version for small .exes?
- Index(es):
Relevant Pages
|