Difference between revisions of "ZLib"

From Lazarus wiki
Jump to navigationJump to search
(add language bar)
Line 1: Line 1:
 
{{ZLIB}}
 
{{ZLIB}}
 +
 
The zlib unit is a straight translation of the libz header files. it provides access to the libz compression library, and as such is equivalent to the [[paszlib]] units, except that the actual code resides in a shared library.  
 
The zlib unit is a straight translation of the libz header files. it provides access to the libz compression library, and as such is equivalent to the [[paszlib]] units, except that the actual code resides in a shared library.  
  
 
Go to back [[Package_List|Packages List]]
 
Go to back [[Package_List|Packages List]]

Revision as of 18:07, 7 September 2010

English (en) polski (pl)

The zlib unit is a straight translation of the libz header files. it provides access to the libz compression library, and as such is equivalent to the paszlib units, except that the actual code resides in a shared library.

Go to back Packages List