CSMoE
CSMoE copied to clipboard
Windows XP support is broken
Although the code claims it was made with VS2019 WinXP, the build doesn't work in Windows XP with latest VC2019 runtime installed. It will give out "Not a valid Win32 application" error and when Windows version number is patched, it will throw out another error and game will not start.
C++20 and 64-bit is required now, so we switched to VS2022. Maybe you built an x64 version but XP doesnt support it.