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

Asked

Viewed 223 times

1

How do I install older versions of c++ compilers and libraries in visual studio 2015 without having to install the IDE together? (i.e., only what is necessary to compile, run, and debug applications). I’d like to leave you like this:

inserir a descrição da imagem aqui

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

1 answer

1


Your question is not stupid friend, we are in this community to help each other, now let’s ask your question.

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

But I think this pole might help you: https://stackoverflow.com/questions/32695909/downgrade-c-compiler-specefications

Remembering that you have to have the downgrade VS installed.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.