microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.55k stars 506 forks source link

xwbtool updated to support long path names with Windows 10 #391

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

Updates xwbtool to support very long file names with Windows 10 (Version 1607) or later.

Note that the tool does not support UNC style \\?\ long paths as those are not supported by std::filesystem.

walbourn commented 1 year ago

Related to https://github.com/microsoft/DirectXTex/issues/193