Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows XP and Windows Server 2003 support in Visual Studio 2013

How about Windows XP and Windows Server 2003 support in Visual Studio 2013? Can i write programs in C++ for these systems in Visual Studio 2013?

like image 335
FrozenHeart Avatar asked Nov 01 '13 09:11

FrozenHeart


People also ask

Is Visual Studio compatible with Windows XP?

If you're using a version of Visual Studio later than Visual Studio 2019 version 16.7, the redistributable files won't work on Windows XP. To get a copy of the redistributable files that support Windows XP, you'll need a Visual Studio account. Use the account you use to sign in to Visual Studio.

Does Visual Studio 2012 support Windows XP?

Hardware requirements. Visual studio 2012 may not work on Windows XP Or Windows Vista. You need windows 7, Windows 8, Windows Server 2008 R2 Or Windows Server 2012.

Which SQl Server is compatible with Visual Studio 2013?

SQl Server 2014 compatible with Visual Studio 2013 or VS2015.

Is Visual Studio 2013 supported?

Visual Studio 2013 - Microsoft Lifecycle | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.


1 Answers

Assuming you are talking about the retail edition of VS2013: yes, no problem. Project + Properties, General, Platform Toolset = v120_xp.

like image 190
Hans Passant Avatar answered Sep 29 '22 21:09

Hans Passant