LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll function not found

Hello,
I have an USB dll (COM interface) supplied by USBIO. When I try to call a function from LABView with a "Call Library Function Node", it successes in finding the function prototype. But when I run the VI, it say : "function not found in library"
What is the problem ?
Thank you very much.
0 Kudos
Message 1 of 4
(2,959 Views)
Hi Pierre,

the only way I get this error is that after I have choosen the function from the menu ring I changed the name in the control of the configure dialog. May you have done this accidentily.

Waldemar
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 4
(2,959 Views)
The function is NOT present in the menu ring. There are only 4 functions that are normally not included in the USB dll :
- DllCanUnloadNow
- DllGetClassObject
- DllRegisterServer
- DllUnregisterServer
I don't know what are these functions.
When I enter manually another function (that is documented in the dll manual), LABView changed the function prototype (parameters) correctly. But the run arrow is still broken, because of "function not found in the dll"...
Can anyone help me ?
0 Kudos
Message 3 of 4
(2,959 Views)
Here is a link to a Knowledge Base on NI's website which list a number of reasons why this error might occur. I would suggest taking a look at it and trying their fixes.
J.R. Allen
0 Kudos
Message 4 of 4
(2,959 Views)