Update of /cvsroot/opengtoolkit/lvzip/source
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9807
Modified Files:
opengdoc.txt readme.txt
Log Message:
Documentation updates
Index: opengdoc.txt
===================================================================
RCS file: /cvsroot/opengtoolkit/lvzip/source/opengdoc.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** opengdoc.txt 23 Sep 2006 05:02:22 -0000 1.3
--- opengdoc.txt 12 Dec 2007 16:19:05 -0000 1.4
***************
*** 25,30 ****
The core of this libray is an external shared library consisting basically of the version 1.2.3 release of zlib and the version 1.0.1e 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.
--- 25,29 ----
The core of this libray is an external shared library consisting basically of the version 1.2.3 release of zlib and the version 1.0.1e 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.
***************
*** 42,44 ****
Copyright (C) 1995-2004 Mark Adler, Jean-loup Gailly
Copyright (C) 1998-2004 Gilles Vollant
! Copyright (C) 2002-2006 Rolf Kalbermatter, Jim Kring, Christoph Salzmann
--- 41,43 ----
Copyright (C) 1995-2004 Mark Adler, Jean-loup Gailly
Copyright (C) 1998-2004 Gilles Vollant
! Copyright (C) 2002-2007 Rolf Kalbermatter, Jim Kring, Christoph Salzmann
Index: readme.txt
===================================================================
RCS file: /cvsroot/opengtoolkit/lvzip/source/readme.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** readme.txt 12 Dec 2007 16:13:37 -0000 1.2
--- readme.txt 12 Dec 2007 16:19:05 -0000 1.3
***************
*** 21,25 ****
streams without requiring to turn them into files first.
! 3) Minor tweaks to support compilation for LabVIEW relatime targets. This is
still considered an experimental feature as testing of this was not really
possible due to lack of available hardware. The standard Windows DLL should
--- 21,25 ----
streams without requiring to turn them into files first.
! 3) Minor tweaks to support compilation for LabVIEW realtime targets. This is
still considered an experimental feature as testing of this was not really
possible due to lack of available hardware. The standard Windows DLL should
***************
*** 27,33 ****
checked. Added support for vxWorks based RT targets for LabVIEW 8.2 and 8.5.
! Note, that for VxWorks based targets you have to copy the lvzlib.out file manually
! to your RT target into the ni-rt/system folder using some FTP utility. LabVIEW
! will currently not deploy or download that file automatically for those targets.
--- 27,34 ----
checked. Added support for vxWorks based RT targets for LabVIEW 8.2 and 8.5.
! Note, that for VxWorks based targets you have to copy the lvzlib.out file found
! typically under "user.lib/_OpenG.lib/lvzipfile" manually to your RT target using
! some FTP utility into the "ni-rt/system" folder. LabVIEW will currently not
! deploy or download that file automatically for those targets.
|