I developed a game using visual studio 2015, done using c++ and opneGL with these libraries: GLEW, GLFW, ASSIMP, IRRKLANG
.
It works fine on my PC and on Pcs of friends that have visual studio on their PCs but it cannot be start on other PCs. I downloaded redistributables and I always get the same error which is msvcp140d.dll not found or something like that.
I tried to manual download it anf then the error changes until I can't download anything else.
I read that I had to change a setting in visual studio: change Runtime libraries from MD to MT but I still got the same problem.
Anyone knows what I can do? Thanks a lot