C++ compiler from VS2005
If I would like to use the com开发者_运维问答piler 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:
- Updated Windows SDK Visual C++ Cross Compilers
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:
- Microsoft Windows SDK
Download the .NET Framework 2.0 Software Development Kit (SDK) (x86) for 2005.
(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.
精彩评论