Can programs build in VS2012 with platform toolset “Visual Studio 2012 (v110)” run on Windows Server 2003/2008?
I’m keen to take advantage of all the new C++11 goodness but need to target machines running VS2008.
If it won’t run by default what configuration changes should I make to be able to target this platform and still benefit from all the compiler’s new features?
I have given this a test and can answer that yes they will run provided that the VC++11 re-distributable DLLs are available on the path i.e. msvcp110.dll, msvcr110.dll etc..