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 2022 Update 13

visualc

Chuck Walbourn -

Visual Studio 2022 Update 13 (a.k.a. 17.13) is now available for download, including the updated Community edition. For more information, see the Visual Studio Team blog, Visual C++ Team Blog, and the release notes.

VS Content Pipeline: Note that in 17.9.3 the use of the Autodesk FBX SDK was removed due to a security issue. The result is that the 3D Model Viewer was removed and the MeshContentTask no longer functions for converting meshes to CMO files. For Wavefront OBJ to CMO, you can use meshconvert in the DirectXMesh project. I’m looking at adding support for exporting CMO to the ATG Samples Content Exporter.

Compiler and CRT

VS 2022 Update 13 includes a revision of the C/C++ compiler (19.43.34808).

17.13 update C++ compiler
17.13.0 19.43.34808.0
17.13.3 19.43.34809.0

The C/C++ Runtime (14.42.34433) from Update 12 is unchanged. A full list of updates to the Standard C++ Library can be found on GitHub.

C++23: This compiler adds a new C++23 language feature. See Visual C++ Team blog.

CMake: This update includes CMake version 3.30.

Xbox: The Address Sanitizer (ASAN) DLL in 17.13.0 was not compatible with the Xbox Game OS. A servicing fix for this issue was made in 17.13.3.

Related: Visual Studio 2022, VS 2022 Update 1, VS 2022 Update 2, VS 2022 Update 3, VS 2022 Update 4, VS 2022 Update 5, VS 2022 Update 6, VS 2022 Update 7, VS 2022 Update 8, VS 2022 Update 9, VS 2022 Update 10, VS 2022 Update 11, VS 2022 Update 12