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

VS 2019 Update 1

visualc

Chuck Walbourn -

Visual Studio 2019 Update 1 (a.k.a. 16.1) is now available for download. For more information see the Visual Studio Team blog.

Updates older than 16.11 of Visual Studio 2019 are out of their support lifecycle as of October 2022.

The latest VS 2019 Redistribution packages are available (x86, x64), as well as the Remote Debugging Tools (x86, x64). For more on Visual Studio 2019 Update 1, see the release notes.

Compiler and CRT

VS 2019 Update 1 includes a new version of the C/C++ compiler (19.21.27702). This includes some new C++20 draft language and library features and other bug fixes. See Microsoft Docs for details.

The C/C++ Runtime (14.21.27702) is included in this update. Remember that VS 2015, VS 2017, and VS 2019 share the same runtime redistributable binaries and are binary compatible.

Known Issue: There is a known issue for VS 2019 RTM/Update 1/Update 2 when using my Direct3D Game project templates on GitHub. If you have VS 2017 installed as well, it works. Otherwise you need to edit your devenv.exe.config. See here for the details. This issue is fixed in Update 3.

Known Issue: There is a known issue with DirectXMath where the IsNan tests can fail when building with /fp:fast due to new optimizations. This is fixed when using DirectXMath 3.14 in combination with Update 3.

clang/LLVM: VS 2019 Update 1 includes integration support for clang for Windows using CMake as an ‘individual component’. For details, see this blog post. For VS 2019 Update 1, this is clang 7.

There are now CMakeLists.txt files for DirectXTK, DirectXTK12, DirectXTex, and DirectXMesh. I’ve also cleaned up a number of clang/LLVM warnings in the directx-vs-templates.

Windows Subsystem for Linux: For more information on WSL, see this blog post.

New Project Dialog Update: VS 2019 Update 1 addressed the problem of 3rd party project templates being unable to tag themselves for the new dialog layout. See this blog post. I’ve updated my project templates on GitHub

Related: VS 2019 RTM, VS 2019 Update 2, VS 2019 Update 3, VS 2019 Update 4, VS 2019 Update 5, VS 2019 Update 6, VS 2019 Update 7, VS 2019 Update 8