LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Call Library node says MSVCP60D.dll not found. Try reinstalling the software.

Hi all,

When i try confiure the "Call Library function Node" to a "clsernat.dll" and exit the configure pallate it says "MSVCP60D.dll is not found, Try reinstalling the software may fix the problem." But other dlls are getting linking properly and the same dll is getting linked in other PCs. Anybody knows why is this behaviour?

Thanks,
Logic
0 Kudos
Message 1 of 2
(2,668 Views)
I've got a guess. That DLL is part of the Microsoft C Runtime engine (CRT). Specifically, the debug version. The CRT is often installed on a computer by an application, so it often exists after you've installed a few apps (although the specific version might not be there - note that this is the 6.0 version of the CRT).

However, the debug version of the CRT is typically only installed by Visual Studio.

So, I am guessing that the DLL you are trying to call is a debug build of the code. Try copying over the release version instead.
Message 2 of 2
(2,659 Views)