From: Konstantin S. <ks...@us...> - 2004-11-12 11:54:01
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4591/developer docs Modified Files: DEAB File Dscr.htm news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** news.txt 10 Nov 2004 12:17:33 -0000 1.20 --- news.txt 12 Nov 2004 11:52:51 -0000 1.21 *************** *** 4,7 **** --- 4,21 ---- + *** 18:50 12.11.2004 + + - DEAB is migrated to LabVIEW 6.1 + + - LV's 'Simple Error Handler.vi' is now called dynamically. The reason: + 'Error Code Database.vi' calls different function from LabVIEW.exe. DEAB built in + LV61 refers to unexistent function when it is loaded in LV71. + + - General section: RemovePolyVIsAndTypedefs key. + + - DEAB File Dscr.htm file is updated to reflect the changes. + + + *** 18:38 10.11.2004 Index: DEAB File Dscr.htm =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/DEAB File Dscr.htm,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** DEAB File Dscr.htm 9 Nov 2004 10:12:19 -0000 1.10 --- DEAB File Dscr.htm 12 Nov 2004 11:52:51 -0000 1.11 *************** *** 46,50 **** Version Ctrl Name</a><br> <a href="#General: Apply New Password"> ! Apply New Password</a></p> --- 46,51 ---- Version Ctrl Name</a><br> <a href="#General: Apply New Password"> ! Apply New Password</a><br> ! <a href="#General: RemovePolyVIsAndTypedefs">RemovePolyVIsAndTypedefs</a></p> *************** *** 302,305 **** --- 303,317 ---- </p> <hr> + <p><b><a name="General: RemovePolyVIsAndTypedefs"></a>[General]</b></p> + <p><b>RemovePolyVIsAndTypedefs</b> = True/False</p> + <p>The <i>RemovePolyVIsAndTypedefs</i> is optional. If it is TRUE, DEAB will + disconnect type definitions and polymorphic VIs, and not include them into the + target build. A disconnected type definition instance will look the same, but + will not longer associated with a type definition file. A polymorphic VI + instance will become a regular SubVI. + </p> + <p>By default, <i>RemovePolyVIsAndTypedefs</i> is FALSE.<br> + </p> + <hr> <p><b><a name="Top-Level VIs"></a>[Top Level VIs]</b></p> <p><b>keyname</b> = "VI path"</p> |