05-03-2005 10:49 PM
05-04-2005
02:32 PM
- last edited on
05-25-2026
03:40 PM
by
Content Cleaner
Arthur,
In short, a DLL is loaded/unloaded into memory along with its calling VI, so you shouldn't have to worry about any loading issues there. As for calling a function from a DLL without any input/output parameters, you simply just don't configure any. The function prototype in the configuration window should be void FunctionName(void). Best of luck in your programming!
Regards,