[fpc-pascal] what is the FPC equivalent of Delphi's zlib unit?

Michael Van Canneyt michael at freepascal.org
Sun Jul 28 21:00:59 CEST 2013


There are 3 options:

  paszlib.pas pascal implementation of libz.

  zstream.pp  stream interface, uses paszlib.

  zlib.pp  native interface to C libz library.

Michael.

On Mon, 29 Jul 2013, Dennis Poon wrote:

> I need to use CompressBuf and DecompressBuf of zlib in fpc.
> 
> Thanks,
> 
> Dennis
> 
>



More information about the fpc-pascal mailing list