LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll

 
I try to access functions from a dll and I receive this message fom LabVIEW. What can be the reason for this? 
0 Kudos
Message 1 of 2
(2,311 Views)
polyplay26,

there seems to something wrong with the path to that ressource. Reconfigure the dll-call!
A side note: your error message shows a path to a *.bmp file, which has nothing to do with a call to a dll - except it is a parameter of that call. If so, you may want to modify the path by replacing each single '\' by a double '\\' one. Under some circumstances a '\' is interpreted as a trailer to a special code. To have a '\' to act as such one needs to use '\\' instead.
I am not sure if that works, but its worth a try!

Greetings from Germany!
--
Uwe

0 Kudos
Message 2 of 2
(2,305 Views)