From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2a390157d58985cb,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!f3g2000hsg.googlegroups.com!not-for-mail From: "=?ISO-8859-1?B?Suly9G1l?=" Newsgroups: comp.lang.ada Subject: Zip / Unzip from an Ada progam - which library ? Date: Fri, 16 Nov 2007 01:26:55 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 84.96.81.228 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1195205215 8111 127.0.0.1 (16 Nov 2007 09:26:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 16 Nov 2007 09:26:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f3g2000hsg.googlegroups.com; posting-host=84.96.81.228; posting-account=d5j2DQoAAABeZhUIl30hw1xF6LEcGIMa User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 ipcop.localdomain:800 (squid/2.6.STABLE13) Content-Disposition: inline Xref: g2news1.google.com comp.lang.ada:18431 Date: 2007-11-16T01:26:55-08:00 List-Id: Hello I need to handle Zip files, from an Ada program of course, on a Win32 platform. I have been looking at Unzip-Ada (http://homepage.sunrise.ch/mysunrise/ gdm/unzipada.htm) (BTW, thanks to Gautier) So, if anybody once had the same need, I would be grateful to know what was the final solution. Regards J=E9r=F4me PS : I already start to write zip procedure, without compression only. I have still a little problem with file name encoding, but If anybody is interested, I could share my work.