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 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Date: Fri, 16 Nov 2007 11:38:35 +0100 From: Gautier User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Zip / Unzip from an Ada progam - which library ? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit NNTP-Posting-Host: 85.0.151.194 X-Original-NNTP-Posting-Host: 85.0.151.194 Message-ID: <473d732b$1_5@news.bluewin.ch> X-Trace: news.bluewin.ch 1195209515 85.0.151.194 (16 Nov 2007 11:38:35 +0100) Organization: Bluewin AG Complaints-To: abuse@bluewin.ch X-Original-NNTP-Posting-Host: 127.0.0.1 Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wn14feed!worldnet.att.net!164.128.36.58!news.ip-plus.net!newsfeed.ip-plus.net!news.bluewin.ch!not-for-mail Xref: g2news1.google.com comp.lang.ada:18434 Date: 2007-11-16T11:38:35+01:00 List-Id: J�r�me: > 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) You are welcome! If I understand well, you want to extract files from a .zip file, but also archive file(s) into a .zip file. You are lucky, as from the latest versions of UnZip-Ada, the library is now split into a Zip[.*] (package and children) one, which facilitates handling of .zip files (including creating ones), and the usual UnZip[.*] dedicated to decompression only. You can look at the ZipAda demo tool for archiving - without compression yet. Cheers Gautier __ PS: UnZip-Ada is also on SourceForge: http://sourceforge.net/projects/unzip-ada/