Op Thu, 7 Sep 2006, schreef Darius Blaszijk:

> Here's a patch for minigzip. It changes the type of the err variable to
> smallint to make it compile again.
> 
> The compilation of the example.pas file is also broken. But a missing
> zutil.pas and subsequent missing pzByteArray implementation make it impossible
> to fix. Anyone know where to find zutil.pas?

Zutil has been dumped. It provided a wrapper around getmem/freemem with 
the only purpose of storing the length of the allocated memory. This is 
not necessary in FPC.

Just use getmem/freemem.

Daniël
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to