[fpc-pascal] which procedure is used for the old zlib decompression in the paszlib unit?
Dennis Poon
dennis at avidsoft.com.hk
Fri Oct 11 18:22:35 CEST 2013
{This is a resend since the last email did not appear on the elist}
I am using the 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 one to use.
I already tried uncompress(Dest, DestLen, Src, SrcLen) but it failed.
Please kindly help.
Dennis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20131012/ce4cca77/attachment.html>
More information about the fpc-pascal
mailing list