Cannot find MSVCP140D_APP.dll

六眼飞鱼酱① 提交于 2020-01-05 04:22:09

问题


I am trying to make a simple rendering engine using opengl & freeglut. I am doing the rendering engine part in a seperate c++ project under the same solution and compiling it as a DLL, then using it in the "main" engine project.

I am having some trouble when I try to initialize the rendering engine. It complains about not being able to find MSVCP140D_APP.dll and VCRUNTIME140D_APP.dll

I know these dll's are related to microsoft visual C++ redist package, but I do have the very newest version installed. Could this be something wrong with my project properties on my Rendering Project? Image of solution setup

来源:https://stackoverflow.com/questions/40255796/cannot-find-msvcp140d-app-dll

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!