From: "Bart Alewijnse" Newsgroups: comp.os.msdos.djgpp Subject: Re: Procedyre to compress, and decompress files. Date: 26 Jun 1999 15:59:22 GMT Organization: WorldOnline News server Lines: 25 Message-ID: <01bebfed$6e293020$c8b2f1c3@scarfboy.tip.nl> References: <1103_930266117 AT wrx> <7kvck0$1a0$1 AT taliesin DOT netcom DOT net DOT uk> NNTP-Posting-Host: vp178-200.worldonline.nl X-Trace: news.worldonline.nl 930412762 23677 195.241.178.200 (26 Jun 1999 15:59:22 GMT) X-Complaints-To: abuse AT worldonline DOT nl NNTP-Posting-Date: 26 Jun 1999 15:59:22 GMT X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com There's several simple ones out there. I don't know where, though. If you want to compress your djgpp-made exe files, use UPX, it really works magic. -Bart Michael Stewart wrote in article <7kvck0$1a0$1 AT taliesin DOT netcom DOT net DOT uk>... > > Kåre Køhler Høvik wrote in message <1103_930266117 AT wrx>... > >Hey > > > >I'm looking for a procedure (are there any in the djgpp library?) compress, > and decrompress files FAST, end > >without loss of information. Help needed URGENT. Please help. > > > >mvh > >kåre > > zlib (I think) is a compression library. > > >