<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">{This is a resend since the last email did not appear
on the elist}<br>
<br>
I am using the Delphi 5's zlib procedure CompressBuf (Src, SrcLen,
Dest, DestLen)<br>
to compress data to be decompressed by FPC's paszlib unit<br>
but I don't know which one of the many procedure is the right one to
use.<br>
<br>
I already tried uncompress(Dest, DestLen, Src, SrcLen) but it failed.<br>
<br>
Please kindly help.<br>
<br>
Dennis<br>
</font>
</body>
</html>