From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, I can't import the DLL files from Matlab Simulink into LabVIEW by using Call Library Function.

I'm getting an error message indicating that the DLL cannot be found. I properly specified the path to my DLL in my Call Library Function. What might be the reason for this error?
0 Kudos
Message 1 of 2
(3,018 Views)
iacos;

I have found that you can get that same error when there is a syntax error in the function you are calling. Check that you wrote the name of the function correctly. The following vi is excellent to find out all the functions exported by a dll:

Display Exported Functions in DLL

As a final option, try copying the dll in the Windows/System directory.

Let us know.

Regards;
Enrique
www.vartortech.com
0 Kudos
Message 2 of 2
(3,018 Views)