background image
<< DLL using the standard sequence | NT platform >>
<< DLL using the standard sequence | NT platform >>

Loading a DLL—Globally

Creating Vuser Scripts
466
Calling External Functions
Loading a DLL--Globally
You can load a DLL globally, to make its functions available to all your Vuser scripts.
Once the DLL is loaded, you can call any function defined within the DLL, without
having to declare it in your script.
To call a function defined in a DLL:
1
Add a list of the DLLs you want to load to the appropriate section of the
vugen.dat
file, located in the LoadRunner/dat directory.
Use the following syntax:
PLATFORM
_DLLS=
my_dll1
.dll,
my_dll2
.dll, ...