From: Konstantin S. <ks...@us...> - 2004-11-03 12:47:55
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29972/developer docs Modified Files: DEAB Glossary.htm news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** news.txt 2 Nov 2004 12:31:39 -0000 1.15 --- news.txt 3 Nov 2004 12:46:44 -0000 1.16 *************** *** 4,7 **** --- 4,21 ---- + *** 19:35 03.11.2004 + + - A set and code of both Static and Dynamic API VIs changed + + - Comments and Description added to most of VIs + + - DEAB can now treat Express VIs + + - Bug fixed: it was possible to incorrectly report on a set of top-level VIs need + be unloaded. + + - etc. + + *** 19:24 02.11.2004 Index: DEAB Glossary.htm =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/DEAB Glossary.htm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DEAB Glossary.htm 30 Oct 2004 23:15:35 -0000 1.3 --- DEAB Glossary.htm 3 Nov 2004 12:46:44 -0000 1.4 *************** *** 7,11 **** </head> ! <body> <h3> DEAB Glossary</h3> <ul> --- 7,12 ---- </head> ! <body style="font-family: Verdana; font-size: 10pt"> ! <h3> DEAB Glossary</h3> <ul> *************** *** 22,26 **** <li><a href="#Namespace">Namespace</a></li> <li><a href="#Project_Root">Project Root</a></li> ! <li><a href="#Resource">Resource</a></li> <li><a href="#Shared_Library">Shared Library</a></li> <li><a href="#Source_Root">Source Root</a></li> --- 23,27 ---- <li><a href="#Namespace">Namespace</a></li> <li><a href="#Project_Root">Project Root</a></li> ! <li><a href="#Resource">Resource File</a></li> <li><a href="#Shared_Library">Shared Library</a></li> <li><a href="#Source_Root">Source Root</a></li> *************** *** 28,49 **** </ul> <hr> ! <p><a name="Ambiguous_VI"></a>Ambiguous VI - a VI which has at least one caller that expected it to have been loaded from different location on disk. This can be caused by having two instances of the Ambiguous VI on disk, but usually is caused by an application hierarchy that was reorganized (folder structures changed) on disk and was not re-saved.</p> ! <p><a name="Build_Root" id="Build_Root"></a>Build Root -</p> ! <p><a name="EXE" id="EXE"></a>EXE -</p> ! <p><a name="External_Subroutine" id="External_Subroutine"></a>External Subroutine -</p> ! <p><a name="Help_File" id="Help_File"></a>Help File -</p> ! <p><a name="Hidden_VI" id="Hidden_VI"></a>Hidden VI -</p> ! <p><a name="Icon_File" id="Icon_File"></a>Icon File -</p> ! <p><a name="Log_Dir" id="Log_Dir"></a>Log Dir -</p> ! <p><a name="Log_File" id="Log_File"></a>Log File -</p> ! <p><a name="Log_File_Suffix" id="Log_File_Suffix"></a>Log File Suffix -</p> ! <p><a name="Name_Mangle" id="Name_Mangle"></a>Name Mangle -</p> ! <p><a name="Namespace" id="Namespace"></a>Namespace -</p> ! <p><a name="Project_Root" id="Project_Root"></a>Project Root -</p> ! <p><a name="Resource"></a>Resource - </p> ! <p><a name="Shared_Library" id="Shared_Library"></a>Shared Library -</p> ! <p><a name="Source_Root" id="Source_Root"></a>Source Root -</p> ! <p><a name="Support_File" id="Support_File"></a>Support File -</p> </body> </html> --- 29,70 ---- </ul> <hr> ! <p><a name="Ambiguous_VI"></a><b>Ambiguous VI</b> - a VI which has at least one caller that expected it to have been loaded from different location on disk. This can be caused by having two instances of the Ambiguous VI on disk, but usually is caused by an application hierarchy that was reorganized (folder structures changed) on disk and was not re-saved.</p> ! <p><a name="Build_Root" id="Build_Root"></a><b>Build Root</b> -</p> ! <p><a name="EXE" id="EXE"></a><b>EXE</b> - An executable program.</p> ! <p><a name="External_Subroutine" id="External_Subroutine"></a><b>External Subroutine</b> - ! A binary file containing common code to be called from several CINs. Typically ! an external subroutine file has .lsb extension. NI does not support development ! of external subroutines since LabVIEW 7.0.</p> ! <p><a name="Help_File" id="Help_File"></a><b>Help File</b> - A file specified by ! Document Path property of a VI, and opened when you select <b><font size="1">Help>>Help ! for This VI</font></b> menu. Denending on a target platform, LabVIEW can support the ! following file types: .hlp, .chm, .htm. </p> ! <p><a name="Hidden_VI" id="Hidden_VI"></a><b>Hidden VI</b> - A VI whose name is ! not returned by "Application: All VIs In Memory" property when the VI is loaded ! in memory. There are hidden VIs in LV DSC, GOOP and perhaps other ! add-ons. More, as soon some LV DSC hidden VIs are loaded, they are staying in memory (and ! running) until LV finishes (even if no ! ordinary VIs opened). ! </p> ! <p><a name="Icon_File" id="Icon_File"></a><b>Icon File</b> -</p> ! <p><a name="Log_Dir" id="Log_Dir"></a><b>Log Dir</b> - A directory, to which ! DEAB writes a log file.</p> ! <p><a name="Log_File" id="Log_File"></a><b>Log File</b> - A file, to which DEAB ! writes information on build stages completed, error description, warnings and ! some another information that can be useful to analyze errors and warnings.</p> ! <p><a name="Log_File_Suffix" id="Log_File_Suffix"></a><b>Log File Suffix</b> - ! An optional string appended to a log file name. It is possible to specify a ! suffix pattern that will generate a unique suffix containing date/time of a ! build, so each build will write new log file.</p> ! <p><a name="Name_Mangle" id="Name_Mangle"></a><b>Name Mangle</b> -</p> ! <p><a name="Namespace" id="Namespace"></a><b>Namespace</b> -</p> ! <p><a name="Project_Root" id="Project_Root"></a><b>Project Root</b> -</p> ! <p><a name="Resource"></a><b>Resource File</b> - General term used to designate ! non-VI files to which a VI can be linked. Typically, resource file is Help File, ! Run-Time menu, Shared Library, etc. </p> ! <p><a name="Shared_Library" id="Shared_Library"></a><b>Shared Library</b> -</p> ! <p><a name="Source_Root" id="Source_Root"></a><b>Source Root</b> -</p> ! <p><a name="Support_File" id="Support_File"></a><b>Support File</b> -</p> </body> </html> |