Tag: visual studio

Windows 7 SDK RTM Cooking in Parallel with the OS

July 04, 2009 by Jason

As Windows 7 advances toward RTM, the operating system is accompanied by a range of resources focused on the next iteration of the Windows client. An illustrative example is the software development kit, designed to streamline the development of native (Win32) and managed (.NET Framework) applications. Proof that the Windows 7 SDK is evolving comes from the Redmond company’s Visual C++ Team. A member noted that an issue related to Windows 7 SDK RC and Visual Studio 2010 had already been dealt with in the RTM version of the software development kit.

ā€œIf Win7 SDK (RC) is installed SidebySide with Visual Studio 2008 RTM before Visual Studio 2008 SP1 is installed, x64 and Itanium platform will not be available from the New Platform drop-down list. Build targeting x64 and Itanium will also fail. Note that the issue has been fixed in Win7 SDK RTM,ā€ the Visual C++ team representative stated.

The problem was initially signaled on June 15th, by the Windows SDK team. At that time, Microsoft warned that installing Windows 7 SDK (RC) and Visual Studio 2008 RTM could disable VC++ configuration platform options. In this specific scenario, the Itanium and x64 listings will be missing from the New Platform drop-down lists of both the New Project Platform and New Solution Platform dialogs in Visual Studio IDE. Read More»