Hello,
sure, if it is a Win32 Dll and you know about the functions´parameters
(so u need a header or documentation) you can just load it directly with "LoadLibrary"
which is a Windows SDK function, so u need the sdk installed.
Another way would be via a*.lib import Library. Then u use "LoadExternalModule"
It is all documented in the CVI Helpfile
Marco Brauner
NIG