MSVCP140D.dll is a dynamic link library file which belongs to a developer's application called Microsoft Visual Studio. Since all of my friends are software devs... I'm not surprised this was overlooked when I had them test it.
Luckily, you don't need to be a programmer. It should be included in the 2015 C++ runtime! That comes straight from Microsoft.
no, I couldn't install the 2015 c++ runtime link you have. It gives an error that i already have a newer version on my system. I believe the D in the DLL name means you compiled it in debug mode. If you compile it as a release it should link to MSVCP140.dll which is distributed to end users.
← Return to tool
Comments
Log in with itch.io to leave a comment.
This looked promising to me but you get MSVCP140D.dll is missing.
MSVCP140D.dll is a dynamic link library file which belongs to a developer's application called Microsoft Visual Studio. Since all of my friends are software devs... I'm not surprised this was overlooked when I had them test it.
Luckily, you don't need to be a programmer. It should be included in the 2015 C++ runtime! That comes straight from Microsoft.
Did that runtime fix the issue? If it didn't, I would like to know so I can investigate other potential causes.
no, I couldn't install the 2015 c++ runtime link you have. It gives an error that i already have a newer version on my system. I believe the D in the DLL name means you compiled it in debug mode. If you compile it as a release it should link to MSVCP140.dll which is distributed to end users.