User`s guide

454 VEE User’s Guide
12 Optimizing Agilent VEE Programs Chapter
The fields are described as follows:
2 Select Device Call.
When you have imported the library with Import Library, create a
Call object by selecting Device Call. You can then call the
Compiled Function by choosing Select Function from the Call
object menu, and choosing the desired function from the list box
presented. For example, the Call object shown in Figure 258
calls the Compiled Function in myLibrary named myFunction
with the parameters arraySize and array.
Figure 258 Using Call Object for Compiled Functions
Table 4 8 Import Library Fields
Field Description
Library Name The name VEE uses to identify the library. Generally, this is
used if you want to delete the library after it has been used
in the program.
File Name File that holds the shared library.
Definition File The include file with the prototypes of the functions. This is
usually a *.h file.
NOTE
You can also load a library manually during the development phase by
selecting Load Lib from the object menu.