From: Rolf K. <lab...@us...> - 2006-01-02 11:21:29
|
Update of /cvsroot/opengtoolkit/lvzip/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2223/source Modified Files: opengdoc.txt Log Message: Index: opengdoc.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/opengdoc.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opengdoc.txt 8 Jun 2005 20:04:44 -0000 1.1 --- opengdoc.txt 2 Jan 2006 11:21:13 -0000 1.2 *************** *** 26,36 **** The core of this libray is an external shared library consisting basically of the version 1.2.2 release of zlib and the version 1.0.1d of the zip library from Gilles Vollant. The current version supports most types of ZIP files with exception of the newest proprietary format created by the latest version of Winzip. It also supports ! adding files with password, extracting password protected files. One specific point to watch for, if you start to work on the Advanced level of things is that the file reference created by the two Open functions are very different. So you can't open a file with ZLIB Open ZIP Archive and pass this refnum to any of the decompress functions and vice-versa. ! Used libraries: ! The lvzip package makes use of the error package, the file package and through the last one also of the array package. Some functions in the file package have been added in the latest released package and therefore this version of lvzip will only work with the version 2.5 of the file package. Roadmap --- 26,36 ---- The core of this libray is an external shared library consisting basically of the version 1.2.2 release of zlib and the version 1.0.1d of the zip library from Gilles Vollant. The current version supports most types of ZIP files with exception of the newest proprietary format created by the latest version of Winzip. It also supports ! adding files with password, and extracting password protected files. One specific point to watch for, if you start to work on the Advanced level of things is that the file reference created by the two Open functions are very different. So you can't open a file with ZLIB Open ZIP Archive and pass this refnum to any of the decompress functions and vice-versa. ! Used OpenG libraries: ! The lvzip package makes use of the error package, the file package and through the last one also of the array package. Some functions in the file package have been added in the latest released package and therefore this version of lvzip will only work with the version 2.5 or above of the file package. Roadmap |