From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: EXE file size Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <8rg4fg$sm6$1 AT nntp DOT itservices DOT ubc DOT ca> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 22 X-Trace: /KtlGVAi+xpbuDrm/lAX7e5086u5WHVpT/EAl+nxSwLnvVQXei+w5LaE5sh2HedZS6x9FtD/saxD!6+M3H+8Mhtq4sdUo5XFzem3eDXOJtDN9TGbGKKoUoMN5kwWVg/4vHAu4tjDJuYDmY1gOuto6OcTt!jxTMjg== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 04 Oct 2000 21:41:56 GMT Distribution: world Date: Wed, 04 Oct 2000 21:41:56 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Wed, 4 Oct 2000 13:36:16 -0700, "David Grant" wrote: >How can I make my EXE files smaller. You can: o strip them o pack them (http://upx.tsx.org/) o combine multiple functions into one exe >I just made a Hello World program and it is like 200,000 bytes! See also FAQ entries 8.13 and 8.14 for more information. http://www.delorie.com/djgpp/v2faq/faq8_14.html --