Visual Studio 2012: compiler configuration (it is possible to use a compiler from the SDK, for example, VC ++ 2008-compiler VC ++ 2010-compiler)

I really like Visual Studio 2012 because the GUI is very fast and flexible. The problem is that I need a VC ++ compiler for VS2010. Is it possible to install old SDK compilers in VS 2012. I really hate VS 2010-Gui because it is very slow and lagging.

Any ideas?

Thanks!

+6
source share
1 answer

Yes, just change the platform toolkit ( link ):

Property Pages->Configuration Properties->General , then click Platform Toolset and select the desired toolbox. Depending on what you installed, you should see v90 for MSVC2008 and v100 for MSVC2010.

It also provides more detailed information.

+7
source

Source: https://habr.com/ru/post/926293/


All Articles