From: Rolf K. <lab...@us...> - 2008-10-28 05:53:14
|
Update of /cvsroot/opengtoolkit/lvzip/source In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21022/source Modified Files: readme.txt Log Message: Documentation updated with latest modifications. Index: readme.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/readme.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** readme.txt 31 Mar 2008 20:59:08 -0000 1.4 --- readme.txt 28 Oct 2008 05:53:02 -0000 1.5 *************** *** 25,29 **** possible due to lack of available hardware. The standard Windows DLL should work for all Pharlap based RT systems so far. LabVIEW 7.1, 8.2 and 8.5 were ! 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 --- 25,30 ---- possible due to lack of available hardware. The standard Windows DLL should work for all Pharlap based RT systems so far. LabVIEW 7.1, 8.2 and 8.5 were ! checked. Added support for vxWorks based RT targets for LabVIEW 8.2 and ! 8.5/8.6. Note, that for VxWorks based targets you have to copy the lvzlib.out file found *************** *** 37,41 **** already created archive for appending new files. ! 2) Fixed a potential problem with uninitialized memory in a function in the shared library. --- 38,45 ---- already created archive for appending new files. ! 2) Fixed a problem in ZLIB Delete Files From Archive.vi to use a correct ! temporary filename for the intermediate archive file. ! ! 3) Fixed a potential problem with uninitialized memory in a function in the shared library. |