I\'ve built a c++ application with Visual Studio 2012. I\'ve tried to get it to run on another machine without VS2012 installed but it will not run. It keeps looking for msv
You need to have Visual C++ Redistributable for Visual Studio 2012 installed even if you built Release EXE or DLL and trying to use them on the machine without Visual Studio 2012.