Re: std.zlib and other tools

2011-03-03 Thread Jesse Phillips
I must have been overwhelmed when I landed on that page last time. Seems the etc.c.zlib bindings have the needed functions, just don't have it wrapped in the standard library. Thanks.

Re: std.zlib and other tools

2011-03-02 Thread Johannes Pfau
Jesse Phillips wrote: >I'm just wondering if anyone else has an issue with using std.zlib >with other programs such as gzip and 7-zip? zlib creates and loads gz >files right? > >The library works perfectly with itself, but I can't read or write >compressed files from other popular programs. > >mpor

std.zlib and other tools

2011-03-02 Thread Jesse Phillips
I'm just wondering if anyone else has an issue with using std.zlib with other programs such as gzip and 7-zip? zlib creates and loads gz files right? The library works perfectly with itself, but I can't read or write compressed files from other popular programs. mport std.stdio; import std.file