comp.lang.ada
 help / color / mirror / Atom feed
* Zip / Unzip from an Ada progam - which library ?
@ 2007-11-16  9:26 Jérôme
  2007-11-16 10:33 ` Samuel Tardieu
  2007-11-16 10:38 ` Gautier
  0 siblings, 2 replies; 3+ messages in thread
From: Jérôme @ 2007-11-16  9:26 UTC (permalink / raw)


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érôme

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.







^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Zip / Unzip from an Ada progam - which library ?
  2007-11-16  9:26 Zip / Unzip from an Ada progam - which library ? Jérôme
@ 2007-11-16 10:33 ` Samuel Tardieu
  2007-11-16 10:38 ` Gautier
  1 sibling, 0 replies; 3+ messages in thread
From: Samuel Tardieu @ 2007-11-16 10:33 UTC (permalink / raw)


>>>>> "J�r�me" == J�r�me  <j.haguet@cadwin.com> writes:

J�r�me> Hello I need to handle Zip files, from an Ada program of
J�r�me> course, on a Win32 platform.  I have been looking at Unzip-Ada
J�r�me> (http://homepage.sunrise.ch/mysunrise/ gdm/unzipada.htm) (BTW,
J�r�me> thanks to Gautier)

You may also write a binding to one of the ZIP libraries, such as
the one in

    http://www.nih.at/libzip/

  Sam
-- 
Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Zip / Unzip from an Ada progam - which library ?
  2007-11-16  9:26 Zip / Unzip from an Ada progam - which library ? Jérôme
  2007-11-16 10:33 ` Samuel Tardieu
@ 2007-11-16 10:38 ` Gautier
  1 sibling, 0 replies; 3+ messages in thread
From: Gautier @ 2007-11-16 10:38 UTC (permalink / raw)


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/



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-16 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-16  9:26 Zip / Unzip from an Ada progam - which library ? Jérôme
2007-11-16 10:33 ` Samuel Tardieu
2007-11-16 10:38 ` Gautier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox