From: Rolf K. <lab...@us...> - 2005-01-16 12:14:12
|
Update of /cvsroot/opengtoolkit/lvzip/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19191/source Modified Files: lvzip2_0.txt Added Files: file.llb.zip Log Message: Added ZIP file containing the new file functions used in this package which are not yet in the currently released file package. Index: lvzip2_0.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip2_0.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lvzip2_0.txt 16 Jan 2005 11:53:26 -0000 1.2 --- lvzip2_0.txt 16 Jan 2005 12:14:02 -0000 1.3 *************** *** 8,11 **** --- 8,22 ---- to this version. + + Development version + ------------------- + + The functions in this library are still development VIs. As such they do + not yet contain the __ogtk postfix which is used in normal OpenG libraries + to avoid potential namespace collisions. This will be changed in the + released lvzip package. + + + The new version of LVZIP has some new features and some modifications. *************** *** 104,108 **** the new functions. - 5) I was successful in making the "File Info.vi" function from the file package work again. In doing so the "ZLIB Time Info.vi" function, which --- 115,118 ---- *************** *** 110,113 **** --- 120,135 ---- has been removed both from the VI library as well as the shared library.\ + + 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 comparison to the latest released package and therefore this + version of lvzip will only work with the current CVS version of the file package. + A "file.llb.zip" file provided with this package contains the new functions which + should be put in the directory "user.lib/_OpenG.lib/file/file.llb" until the next + version of the file package is realeased. + Have fun --- NEW FILE: file.llb.zip --- (This appears to be a binary file; contents omitted.) |