Message-ID: <00d401bfc545$cd67a400$dc13ddcc@lhaglund> From: "Josh Haglund" To: References: <001101bfc2e7$86689ce0$5112ddcc AT lhaglund> Subject: Re: UPX Date: Wed, 24 May 2000 01:03:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Reply-To: djgpp AT delorie DOT com Yes i strip crafty.exe it shrunk it about 120Kb then I used upx It did speed crafty up a hair, but not always is right. I built is myself alright. 8>) Josh Haglund lhaglund AT wiktel DOT com ----- Original Message ----- From: AndrewJ Newsgroups: comp.os.msdos.djgpp To: Sent: Tuesday, May 23, 2000 5:42 PM Subject: Re: UPX > > It was easier than it seemed. I just unziped it and draged it to upx. > > I shrunk it too 200 kb so thats good. I sped crafty up a little bit. > > Does anyone know any more ways to speed up crafty? > > Rewrite the code using better methods and algorithms. Compressing a file > doesn't speed it up, it actually slows it down (at startup), although with UPX > it's not too bad, since UPX's decompression speed is fairly quick. > > To make it smaller, did you 'strip' the final executable? This assumes, of > course, that you built it yourself with DJGPP. > > Oh, and if you do a lot of work in a DOS box, you might do well to put UPX in > the /WINDOWS/COMMAND or %DJDIR%/BIN directories. Drag 'n drop... phegh, I spit > at drag 'n drop. > > AndrewJ > >