[Gambas-user] Zlib

Dimitri Bellini dimitribellini at ...69...
Tue Feb 17 23:37:59 CET 2004


Dear Daniel
	very usefull function i hope in future integration in gambas.
Thanks in advance
Dimitri

On Tuesday 17 February 2004 19:21, Daniel Campos wrote:
> Hi:
>
> I'm at 'network' hollydays now, so I'm writting a ZLIB wrapper
> ( http://www.gzip.org/zlib ) to relax a little.
>
> By now, it has a class 'ZStream' to allow read and write from
> gzippez files directly as if it were usual files.
>
> I can not use 'OPEN' stream method by now, as it does not accept
> my object as a valid 'FILE?', but the rest of streams methods
> works.
>
> Once you untar this file, copy 'zlib' folder to {gambas sources}/src/lib
> , then copy attacheed configure.in to replace current gambas
> configure.in, type ./reconf, and ./configure with your usual
> options, go to {gambas sources}/src/lib/zlib, do 'make' and 'make
> install'.
>
> You have also a very little example at zlib/example
>
> Regards,
>
> Daniel Campos





More information about the User mailing list