LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

The dll mclmcrrt72.dll could not be founf in the specified path ....

I got the above error message when I call any kind of dll function. This happens when I configure the Call Library Function Node and want to save the settings for it.
0 Kudos
Message 1 of 2
(5,215 Views)

The error message is pretty straightforward: LabVIEW can not find the DLL you are trying to call (mclmcrrt72.dll) at the location you specified in the Call Library Function (CLF) Node setup. Are you sure that the DLL exists at the path you entered in "Library Name or Path" field? The best way to check this is to copy the path from the CLF Node setup and to paste it into the Windows Explorer address field. If there is no DLL at that location, then you need to move it there or chage the path to the correct one.

If the DLL is located in the same path as the one specified in the CLF Node, then perhaps you could post an simplified example so that we could try to reproduce the behavior. What version of LabVIEW are you using and what's the story on the DLL?

Kind Regards,

E. Sulzer
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(5,207 Views)