From: "Torsten Giebl" Newsgroups: comp.os.msdos.djgpp Subject: Need HELP with the ZLIB !!! Date: Sun, 16 Apr 2000 18:17:01 +0200 Organization: T-Online Lines: 34 Message-ID: <8dcpbo$b32$2@news00.btx.dtag.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news00.btx.dtag.de 955902136 11362 320035840427-0001 000416 16:22:16 X-Complaints-To: abuse AT t-online DOT de X-Sender: 320035840427-0001 AT t-dialin DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello Freaks !!! ---------------- I need help with the ZLIB Library !! Can anybody code a Function and offers the Sourcecode in this Forum ?? The one function should be: int GZFileTONFile (char *gzf, char *nf) { } This function unpacks decompresses the GZFile ! The other function should be ( if ZLIB supports also Compressing ??? ) int NFileTOGZFile (char *gzf, char *nf) { } This function packs a file to a GZFile ! The two should give back a 0 if everything was okay and another Number if an Error occurs.