Hi, Looking at some of the filesizes in excess of 14MB is indeed a very disturbing thought... Also I find it very strange that an application has multiple executables; you're doing something wrong here.
Apart from that, I find it very hard to believe you're having successful results by UPX'ing your executables. UPX is only a utility to shrink your final exe-size, it does NOT decrease your codebase-size, in fact it adds a little amount of needed RAM to execute the file. The UPX utility compares somewhat to a "stubbed" (self- extracting) ZIP-file and it could (potentially) slow down the startup-speed of your exe by a few milliseconds or even seconds, depending on codesize and processorspeed. Just my two cents, Peter. > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > Behalf Of David Smith > Sent: Tuesday, June 07, 2005 11:24 PM > To: [email protected] > Subject: Re: [delphi-en] exe does not work on win98 > > > 14MB executable size is absurd for one app! These > things are part of ONE app? Try using packages or > dll's. > --- grndeveloper <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > We have one aplicaction with several exes, some of > > them greater than 14Mb. % SNIP % > > One possible solution is compressing the file with > > upx. This has > > solved the problem in some cases. ------------------------ Yahoo! Groups Sponsor --------------------~--> <!-- SpaceID=1705115362 loc=TM noad --> --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

