On Sat, 22 Nov 2003 [EMAIL PROTECTED] wrote:
>
> There is a confusing zlib organisation in FP.
>
> You have to write:
>
> uses
> {$IFDEF FPC}
> ZStream,
> {$ELSE}
> ZLib,
> {$ENDIF}
in FPC, Zlib is the low-level interface to the zlib library.
ZStream contains a TStream descendent which uses the zlib compression to
compress the stream contents.
I think the Delphi implementation/naming is grossly wrong, and I'm not planning to
change the names of the units.
Michael.
_______________________________________________
fpc-devel maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel