How do I enable Visual Studio 2010 toolset as valid option in Visual Studio 2013?
-
I try to get this set of https://github.com/openglsuperbible/sb6code compiled using Visual Studio 2013 but it seems the project requires the 2010 toolset to build correctly. I see the option the change the toolset in project options, but it says it's not installed.
-
Answer:
Here's the relevant page on MSDN: http://msdn.microsoft.com/en-us/library/vstudio/ff770576.aspx There are two different things here: Platform Toolset - this is what's needed to compile/build your application. C++ Redistributable - this is what's needed to run the application wherever you deploy it (user's computer). To use the platform toolset menu, you have to have those toolsets installed and the only way is to install that version of Visual Studio or the Windows Platform SDK. You can try installing the http://www.microsoft.com/en-us/download/details.aspx?id=2680 first and see if that works.
Mani Gandham at Quora Visit the source
Related Q & A:
- How can I enable cors on openshift?Best solution by Stack Overflow
- How do I enable POP access on my Yahoo account?Best solution by Yahoo! Answers
- How do I enable a Yahoo toolbar?Best solution by Yahoo! Answers
- How can I make my Italian high school diploma valid in the US?Best solution by answers.yahoo.com
- How do I get rid of the Other In Box option?Best solution by eHow old
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.