I have a piece of equipment which came with some DLLs to control it. I want to call these DLLs through LabVIEW,
I used a Call Library Function Node in the block diagram and browsed to one of the DLLs with a function to initialize the equipment.
When I run the vi I get the error:
LabVIEW: LabVIEW.exe Unable to locate component.
"This application has failed to start because psdkdll.dll was not found. Re-installing the application my fix the problem."
I checked and the psdkdll.dll is in the same directory as the DLL configured in my Call Library Function Node.
How can I link all of these DLLs to the high level DLL in my Call Library Function Node?
I read the Using External Code chapter in the LabVIEW manual. So I think I have all of the correct data types going into
the Call Library Function Node.