I've been desperatly trying to get my School Project to run on those crappy school pcs, but i am not able to resolve the issue of missing Dll's.
My Project is set to "\MT" as Runtime Library and I've set MFC to static linking. At first the MSVCP140.dll was missing, so i copied it in the folder with the .exe, but I'm not able to do that with before mentioned DLL.
Unfortunately, I can't install any runtimes or redists on the school pcs. (They run windows 7 with the latest updates)
EDIT: I've did exactly what is recommended in all stackexachange answers, and it still doesn't work, so no, this is no duplicate.
Any help is appreciated! (it's my first stackoverflow question ^^)