简体   繁体   中英

C++ compiler from VS2005

If I would like to use the compiler that comes with Visual Studio 2005 but without IDE which Platform/Windows SDK should I install to get it? Windows SDK 2008?

According to this MSDN blog article:

The compilers in the new Windows Server 2008 and .NET Framework 3.5 SDK match (are exactly the same as) the compilers shipped with Visual Studio 2008. In the Windows Vista RTM SDK or the Windows Vista Update SDK, the compilers matched the Visual Studio 2005 compilers.

You can find a link to the Windows Vista Update SDK in this Wikipedia article:

(For reference) If you have Visual Studio 2005 installed you can run one of the special command prompts they put in the start menu to get access to the command line compiler and tools.

Edit:

You can still find Visual Studio C++ 2005 Express Edition download in various places. That should contain the command line compilers. Otherwise try looking for a Visual C++ 2005 Toolkit download.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM