Replies: 2 comments
-
Compilation using gcc is not possible because of the differences in the ABI between MSVC and other compilers, so MSVC is a must. |
Beta Was this translation helpful? Give feedback.
-
If you can use (perhaps the newest?) clang, there is something called clang-cl. It attempts to be ABI-compatible with MSVC programs. (in this case, the game) Clang Compiler User's Manual — clang-cl You will need to tinker with CMake/generated VS solution via premake. I never used it so I can't help sadly. If you gonna ever try, I'll appreciate it if you share the results! |
Beta Was this translation helpful? Give feedback.
-
Its Impossible for me to install Visual Studio 2022 or even 2019, the 2015 doesnt support c++23 or even c++17, I would love to have instructions for compiling using gcc, either 32bit or 64bit. Or is it not possible? switching off dbghelp linking doesnt just work.
Beta Was this translation helpful? Give feedback.
All reactions