background image
<< Loading a DLL—Globally | Programming Scripts on UNIX Platforms >>
<< Loading a DLL—Globally | Programming Scripts on UNIX Platforms >>

NT platform

Calling External Functions
Creating Vuser Scripts
467
For example, to load DLLs for Winsocket Vusers on an NT platform, add the
following statement to the
vugen.dat
file:
2
Call the function defined in the DLL in the appropriate place within your script.
[winsock]
DLL=insp_gen.dll
CFG_TAB_DLL=
ExtraSectionsExt=.ws
32BitRecord=TRUE
16BitRecord=TRUE
Insp32DLL=vugsck32.dll
Insp16DLL=vugsock.dll
TemplateDir=winsock
WIN16=wsdrv16.exe
WINNT=wsdrv32.exe
WIN95=wsdrv32.exe
WINNT_DLLS=
user_dll1
.dll,
user_dll2
.dll, ...