The program can't start because MSVCP120D.dll is missing

Hi there,

I compile JUCE on VS 2013 for 32 bit, but now I am getting this error.

"The program can’t start because MSVCP120D.dll is missing from your computer"
It tried to in search for MSVCP120D.dll and it is available in system32 folder. Yet, I am getting this error.
can anybody help me fix this problem?

Search the forum for the word Redistributable

The D in the DLL name indicates that that’s a debug DLL… which is not redistributable. To have your app/plugin work on a system which doesn’t have a development environment you need to build a Release build.

Rail

Thank you very much :+1: