LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem with dll

i have made a dll from c code, i have all the relevant files but when i make vi's using import function of shared library, it is returning me with error, i m attaching the screenshots, can anyone help me get out of this problem, it will be really kind of you.

Download All
0 Kudos
Message 1 of 2
(193 Views)

"Library not found or not loadable" usually means that the library (if present on the indicated path) has dependencies that are not installed on your system.

What C compiler (make and version) did you use to create that DLL? Did you create that DLL on a different system then what you try to run it on? Where is the underlying FPGA interface library installed? If it is not properly installed, Windows will not be able to find it and no the directory where your calling DLL is located has absolutely no special meaning in terms of where Windows will look for other depending DLLs!

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 2
(157 Views)