[fpc-pascal] Re: what is the FPC equivalent of Delphi's zlib unit?
Dennis Poon
dennis at avidsoft.com.hk
Fri Oct 11 17:44:20 CEST 2013
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 at 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
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20131011/273d607c/attachment.html>
More information about the fpc-pascal
mailing list