How to install C ++ compilers and libraries from previous versions in visual studio 2015?

1

How can I install old versions of compilers and c ++ libraries in visual studio 2015 without having to install the IDE together? (that is, only what is needed to compile, run, and debug applications). I would like to leave it like this:

But I can not. I downloaded SDK from the 2008 and 2010 VS release. The 2008 SDK installed perfectly, but it did not appear on the list. While 2010 is blocking, it says it needs the .NET Framework 4 to install the compilers, but every time I try to install, it says that there is already a version installed on the system (Windows 7 (32 bit)). :

    
asked by anonymous 26.11.2016 / 00:29

1 answer

1

Your question is no idiotic friend, we are in this community to help each other, now let's ask your question.

According to some MSDN forums, Visual Studio 2015, with compatibility problems with older versions, both in the upgrade and in the down, some devs are not even updating because of this.

But I think this post can help you: link

Remembering that you have to have the downgrade VS installed.

    
27.11.2016 / 18:57