Please help. I am using Delphi 5's zlib procedure CompressBuf(src,SrcLen, Dest, DestLen); to compress data to be decompressed by FPC's paszlib unit, but I don't know which one of the many procedure is the right right to use?
I tried uncompress(Dest, DestLen, Src, SrcLen) but it is obviously wrong.
It is urgent. Thanks a lot in advance.

Dennis


Reinier Olislagers wrote:
On 28/07/2013 22:53, Mark Morgan Lloyd wrote:
Michael Van Canneyt wrote:
There are 3 options:

  paszlib.pas pascal implementation of libz.

  zstream.pp  stream interface, uses paszlib.

  zlib.pp  native interface to C libz library.
Is any one of those more "natural" than the rest, because e.g. it's
already used for GIF handling?
paszlib/zstream
http://wiki.lazarus.freepascal.org/paszlib
used for zip support in FPC (TZipper).
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2013.0.3349 / Virus Database: 3209/6528 - Release Date: 07/28/13


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to