background image
<< VuGen logs the actions of the socket | Loading a DLL—Locally >>
<< VuGen logs the actions of the socket | Loading a DLL—Locally >>

Calling External Functions

Calling External Functions
Creating Vuser Scripts
463
B
Calling External Functions
When working with VuGen, you can call functions that are defined in external DLLs.
By calling external functions from your script, you can reduce the memory footprint
of your script and the overall run-time.
To call the external function, you load the DLL in which the function is defined.
You can load a DLL:
·
locally--for one script, using the lr_load_dll function
·
globally--for all scripts, by adding statements to the vugen.dat file