Steve Williams
Steve Williams
#### Description Note that in order to use D3DXMath library, we need to install additional redists, as well as DirectX-9 June. This is uncessary, since Microsoft ever since Windows 8...
#### Description In this commit: https://github.com/stevewgr/ko/pull/29/commits/cadd2b40692e2038ca1411daecb88d049d09811a I added a lazy workaround for it. However we may consider compiling dxerr lib and include it in our DX9 SDK: https://walbourn.github.io/wheres-dxerr-lib/ Or replace...
### Description Note that this is useful in particular when you want to use consistent library names across all platforms, because on windows both shared and static libs use the...
### Description This pull request refactors configuration and connection string handling across the project to improve maintainability, readability, and portability. Key changes include: - **Centralized Configuration Management**: Introduced a unified...
# Describe the bug MSVC's std::filesystem::path conversion from wide to narrows crashing with the following snippet: ```c++ #include #include int main() { std::filesystem::path(L"要らない.exe").string(); std::cout