Skip to content

Commit 18805b8

Browse files
author
Colin Robertson
committed
Make an XP deprecation page for a VS error message target.
1 parent 4988716 commit 18805b8

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/porting/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
### [Fix your dependencies on library internals](fix-your-dependencies-on-library-internals.md)
1616
### [Floating-point migration issues](floating-point-migration-issues.md)
1717
### [Use native multi-targeting in Visual Studio to build old projects](use-native-multi-targeting.md)
18+
### [Visual C++ features deprecated in Visual Studio 2019 preview](features-deprecated-in-visual-studio.md)
1819
## [Introduction to Visual C++ for UNIX Users](introduction-to-visual-cpp-for-unix-users.md)
1920
## [Porting from UNIX to Win32](porting-from-unix-to-win32.md)
2021
## [Porting to the Universal Windows Platform (C++)](porting-to-the-universal-windows-platform-cpp.md)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Visual C++ features deprecated in Visual Studio 2019 preview"
3+
ms.custom: ""
4+
ms.date: "10/10/2018"
5+
ms.technology: ["cpp-language"]
6+
ms.topic: "conceptual"
7+
dev_langs: ["C++"]
8+
helpviewer_keywords: ["Features deprecated in Visual Studio 2019"]
9+
author: "corob-msft"
10+
ms.author: "corob"
11+
ms.workload: ["cplusplus"]
12+
---
13+
# Visual C++ features deprecated in Visual Studio 2019 preview
14+
15+
## Support for Windows XP development
16+
17+
The version of Visual C++ in Visual Studio 2019 preview 0 and later does not include support for creating code for Windows XP by using the v142 toolset. Support for Windows XP development by using the v141 toolset that shipped in Visual Studio 2017 is available as an optional component in the Visual Studio Installer. For information on how to install the v141 Windows XP platform toolset, see [Configuring programs for Windows XP](../build/configuring-programs-for-windows-xp.md).

0 commit comments

Comments
 (0)