I need to make a program that is stand alone and I currently have it working on my computer compiled with Visual studio but when I move the build folder to another computer it says that MSVCP120.dll is missing. I cannot use an installer in this case so is there a way to make it not have those dependencies. One option I have is to switch the project over to code::blocks but that will take a while.I need to make a program that is stand alone an