From: Rolf K. <lab...@us...> - 2005-04-11 21:57:37
|
Update of /cvsroot/opengtoolkit/lvzip/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23210/source Modified Files: lvzip2_0.txt Log Message: Updated Some of the VIs to have a 12 connector pane Index: lvzip2_0.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzip2_0.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lvzip2_0.txt 4 Apr 2005 12:33:37 -0000 1.4 --- lvzip2_0.txt 11 Apr 2005 21:57:28 -0000 1.5 *************** *** 27,30 **** --- 27,32 ---- ZLIB Extract All Files To Dir.vi + ZLIB Compress Directory.vi + ZLIB Compress Files.vi ZLIB Store File.vi ZLIB Extract File.vi *************** *** 82,87 **** parameter was ever wired. ! 2) To simplify the interface of the file info structure the according cluster was modified to be more in LabVIEW style. This caused the change to the connector pane of two VIs, namely: --- 84,96 ---- parameter was ever wired. + 2) To support specifying a password when compressing into an archive, + the connector pane of a few VIs had to be changed. You will need to + relink existing applications if you have used following two functions: ! ZLIB Compress Directory.vi ! ZLIB Compress Files.vi ! ZLIB Store File.vi ! ! 3) To simplify the interface of the file info structure the according cluster was modified to be more in LabVIEW style. This caused the change to the connector pane of two VIs, namely: *************** *** 102,117 **** ZLIB File Info Old.ctl ! 3) The connector pane to the "ZLIB Store File.vi" has also changed ! because there were to few connectors to support password and all ! new extra information. ! ! A VI compatible to the old version has been added and named: ! ! ZLIB Store File Old.vi ! ! 4) If you have an older application where you directly used one of the ! VIs described in 2) or 3) from the old lvzip package you can either replace ! those VIs by the compatibility VIs or rewire your application to work with ! the new functions. 5) I was successful in making the "File Info.vi" function from the file --- 111,118 ---- ZLIB File Info Old.ctl ! If you have an older application where you directly used one of the ! VIs described here from the old lvzip package you can either replace ! those VIs by the compatibility VIs or rewire your application to work ! with the new functions. 5) I was successful in making the "File Info.vi" function from the file |