Games for Windows and the DirectX SDK blog

Technical tips, tricks, and news about game development for Microsoft platforms including desktop, Xbox, and UWP


Project maintained by walbourn Hosted on GitHub Pages — Theme by mattgraham
Home | Posts by Tag | Posts by Month

Visual Studio 11 Beta

visualc

Originally posted to Chuck Walbourn's Blog on MSDN,

The Visual Studio 11 Beta release is now live. For an overview of the new product, take a moment to read this Visual Studio blog entry as well as an entry on the Visual C++ blog. This Beta release includes the full range of SKUs including Express, Professional, Premium, and Ultimate. As with the Developer Preview, this release includes a new C++ compiler and Standard Library with additional C++11 support, an integrated PIX for Windows replacement called Visual Studio Graphics Diagnostics including HLSL debugging, the latest HLSL compiler, and a DDS image viewer (both legacy and ‘DX10’ extension variants).

The VS 11 Beta includes a Beta version of the next Windows SDK integrated into the release. This new SDK has a number of DirectX SDK components built in, including the Developer Runtime components (REF, D3D10 SDK Layers, D3D11 SDK Layers) for Windows 7 and Windows 8 Consumer Preview. Building the DirectX SDK samples using the new Windows SDK requires some build settings changes. See “Where is the DirectX SDK” for further details.

If you are looking to move applications written using the Developer Preview release to the new Beta, you should keep a link to this migration guide handy.

Update: See this AMD post for some details about new intrinsics support in the VS 11 Beta. There is also support for Intel’s FMA3 and AVX2 instruction intrinsics. FMA4 and AVX intrinsics were aready added in Visual Studio 2010 SP1.

And this post on how to mix Visual Studio 11 with the VS 2010 toolsets to build for Windows XP.