03-09-2025 05:25 AM
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.
03-09-2025 12:27 PM - edited 03-09-2025 12:28 PM
"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!