(no title)
jezek2 | 14 days ago
Additionally the cross-compiler on Linux also produces binaries with no extra runtime requirements.
jezek2 | 14 days ago
Additionally the cross-compiler on Linux also produces binaries with no extra runtime requirements.
okanat|14 days ago
Compared to older Mingw64 environments those link with the latest UCRT so you get almost the same style executable as Visual Studio.
The only difference for C is that it uses Mingw exception handling and global initialization code, and it uses Itanium ABI for C++.
jezek2|14 days ago
A major part of the incompatibility with older versions of Windows is just because newer VS runtimes cut the support artifically. That's it. Many programs would otherwise work as-is or with just a little help.