From: dexter AT dcemail DOT com (Dexter Tad-y) Newsgroups: comp.os.msdos.djgpp Subject: Re: zip/unzip library Date: 23 Nov 2002 09:16:20 -0800 Organization: http://groups.google.com/ Lines: 21 Message-ID: <6f1df3fa.0211230916.2e9f6ab3@posting.google.com> References: <6f1df3fa DOT 0211230148 DOT 350e5ae9 AT posting DOT google DOT com> <2110-Sat23Nov2002132513+0200-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: 202.57.80.45 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1038071780 28242 127.0.0.1 (23 Nov 2002 17:16:20 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 23 Nov 2002 17:16:20 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:<2110-Sat23Nov2002132513+0200-eliz AT is DOT elta DOT co DOT il>... > > From: dexter AT dcemail DOT com (Dexter Tad-y) > > Newsgroups: comp.os.msdos.djgpp > > Date: 23 Nov 2002 01:48:28 -0800 > > > > Anybody knows if there exists a zip/unzip library for djgpp that's > > easier to use than Info-ZIP? > > There's a port of zlib on the DJGPP site on SimTel.NET. Thanks but I am after some C wrapper functions that abstracts access to a .zip file. i.e. a high level library for accessing zip files transparently. AFAIK, zlib/bzip2/gzip libs (shares similar algorithms with pkware's zip) are directly concerned with compression, not with opening, extracting, deflating, imploding, etc the collection of files inside zips transparently as a library. I believe Infozip does a good job but is far too messy for me to handle. any ideas? thanks in advance. Dexter Tad-y dexter at dcemail.com