In article <8ngpm8$tof$1@melusine.cuivre.fr.eu.org>, thomas@cuivre.fr.eu.org (Thomas Quinot) wrote: > Dans comp.lang.ada, Marin D. Condic �crit : > > >Apparently everyone is reading my requirement to be able to read and > >write compressed files to mean that I want Read/Write access to a > > Skimming through this thread I don't see a mention of zlib. > I think there are good chances that what Marin needs is mostly > an Ada binding to zlib. No. As I mentioned previously, you'll have a tough time finding free solutions to his problem. Zlib can not decompress files compressed with the Unix "compress" command. Zlib is meant to be Free (capital F), and thus does not mess with patented algorithms. It is built around providing support for gzip (.gz) compression. It can also deal with .zip files with a bit of work, I believe. I built a zlib Ada binding once. Unfortunately the work I did on zlib seems to be lost. But I may be getting ready to implement a binding to libbzip2. Would anyone be interested in an OpenSource release of it? -- T.E.D. http://www.telepath.com/~dennison/Ted/TED.html Sent via Deja.com http://www.deja.com/ Before you buy.