问题
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