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 2013 Update 2

visualc

Originally posted to Chuck Walbourn's Blog on MSDN,

An update to Visual Studio 2013 is now available for download including updated DirectX related features.

For more details see Visual Studio Team Blog, Brian Harry’s blog, and Somasegar’s blog.

Official KB article 2927432

Compiler and CRT

VS 2013 Update 2 includes a new version of the C++ compiler (18.00.30501.0). There’s no new C/C++ Runtime–it still uses CRT version 12.0.21005.1 from VS 2013 RTM), but there are updated remote debugging tools packages.

This compiler update includes a new /arch:AVX2 compiler switch.

Windows phone: VS 2013 Update 2 includes the Windows Phone 8.1 SDK.

Related: Visual Studio 2013 RTM, VS 2013 Update 1, VS 2013 Update 3, VS 2013 Update 4, VS 2013 Update 5