Skip to content

Latest commit

 

History

History
49 lines (47 loc) · 2.13 KB

File metadata and controls

49 lines (47 loc) · 2.13 KB
title Windows Platforms (CRT) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
devlang-cpp
ms.tgt_pltfrm
ms.topic article
f1_keywords
c.programs
dev_langs
C++
helpviewer_keywords
CRT, compatibility
backward compatibility [C++], C run-time libraries
compatibility [C++], C run-time libraries
MBCS [C++], Win32 platforms
operating systems [C++]
Unicode [C++], Win32 platforms
ms.assetid 0aacaf45-6dc4-4908-bd52-57abac7b39f6
caps.latest.revision 14
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Windows Platforms (CRT)

The C run-time libraries for [!INCLUDEvs2012_upd01] support [!INCLUDEwin8], [!INCLUDEwinserver8], [!INCLUDEwin7], [!INCLUDEwinsvr08], Windows Vista, [!INCLUDEwinxp] Service Pack 3 (SP3) for x86, [!INCLUDEwinxp] Service Pack 2 (SP2) for x64, and [!INCLUDEWinXPSvr] Service Pack 2 (SP2) for both x86 and x64. All of these operating systems support the Windows Application Programming Interface (API) and provide Unicode support. In addition, any Win32 application can use a multibyte character set (MBCS).

Note

[!INCLUDEvs_dev11_long] does not support [!INCLUDEwinxp] and [!INCLUDEWinXPSvr] development. You must install [!INCLUDEvs2012_upd01] to add support for [!INCLUDEwinxp] and [!INCLUDEWinXPSvr].

See Also

Compatibility