{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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to