LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll function not found

Solved!
Go to solution

Hi,
i have problems when i try to use a dll : function doesn't appears in "Function name" menu, BUT when I manually type the expected function name(ReadMemory), the Call Library Function auto updates parameters, and so the Function prototype.

So it's as if Labview see the function, but can not use it (there is always the error "The function name specified for this node cannot be found in the library.", so the wi can not be executed).

Do you have any idea how to use this dll ?

Best Regards,

V-F
0 Kudos
Message 1 of 3
(2,534 Views)

Hi found the problem : the functions can not be openend with a call library function, but it works with ActiveX.

 

So if someone give you a DLL without any documentation, try to use ActiveX !

 

Best Regards,

V-F
0 Kudos
Message 2 of 3
(2,514 Views)
Solution
Accepted by ramses64

@ramses64 wrote:

Hi found the problem : the functions can not be openend with a call library function, but it works with ActiveX.

 

So if someone give you a DLL without any documentation, try to use ActiveX !

 

Best Regards,



Code, without documentation, is usually called "A BUG" by software developers.  Smiley Wink and we won't use it at all! 

Fair warning.


"Should be" isn't "Is" -Jay
Message 3 of 3
(2,509 Views)