Visual C++ 2010 compilers in Visual Studio 2012 express - visual-studio-2010

Does the Visual Studio 2012 Express (Windows Desktop SKU) bundle the Visual C++ 2010 compilers (both 32-bit and 64-bit) as part of the project round-tripping feature or does this feature only work if Visual Studio 2010 is already installed separately?

Visual Studio Express 2012 for Windows 8 Desktop does not support alternative platform toolsets.
if Visual Studio 2010 or Windows SDK 7.1 is already installed, you can launch the developer command prompt from those toolsets then launch the old compiler via msbuild.

Related

Windows ML for Visual studio 2013?

I have implemented the Windows ML app in C++ with Visual Studio (VS) 2019 and 2022. I would like to migrate it to VS 2013. Is it possible?. Under prequisites it says it only works with VS2019 or VS2017 and higher on the website here

Can VisualStudio 2013 be installed on Windows Vista?

I already tried to install it but it show me a message box and does not let me install it, is there any version for windows vista?
As of Visual Studio 2012, Microsoft has limited compatibility to Windows 7 or higher. If you want to run Visual Studio on a Vista operating system, you will need Visual Studio 2010 or 2008. Here's a link to the 2010 express edition: http://www.visualstudio.com/downloads/download-visual-studio-vs#DownloadFamilies_4

Windows phone sdk 8 on visual studio 2010 ultimate windows 8 os

i installed windows 2008 on my system i had visual studio 2010 ultimate on my system.
is there any way to install windows phone 8 SDK on visual studio 2010 ultimate.
can i upgrade visual studio 2010 ultimate to visual studio 2012 ultimate.
i can download wp8 sdk but with that i am not able to develop web applications.
is there any way to download vs 2012 ultimate full version for free.
You need to install Windows 8 and Visual Studio 2012 for Windows Phone 8 development. I got Visual Studio 2012 Professional for free via DreamSpark (www.dreamspark.com) because I'm a student.
You can get the free version:Visual Studio 2012 Express

Can I use F# in Visual Studio Express 2012 for Windows Desktop?

Microsoft released F# tools for Visual Studio Express 2012 for Web, but I'm using Visual Studio Express 2012 for Windows Desktop. I read that Microsoft had no plans to support the desktop version.
Is there still a way to use F# in Visual Studio Express 2012 for Windows Desktop? Is it possible to somehow invoke the F# compiler that ships with the F# tools for Visual Studio Express 2012 for Web?
Is there still a way to use F# in Visual Studio Express 2012 for Windows Desktop?
No. Of the free editions, F# 3.0 only works with Visual Studio Express 2012 for Web.
Is it possible to somehow invoke the F# compiler that ships with the F# tools for Visual Studio Express 2012 for Web?
Not AFAIK.

Windows SDK Configuration Tool Can't See Visual Studio 2010

I've installed Visual Studio 2010 and the Windows SDK 7.0. I want Visual Studio 2010 to use Windows SDK 7.0 instead of Windows SDK 7.1 (or another SDK). So I ran the Windows SDK Configuration Tool and it shows 'select visual studio versions'. But it only has two options, Visual Studio 2005 and Visual Studio 2008, nothing about 2010..

Resources