I wish open source projects would support MingW or at least not actively blocking it's usage. It's a good compiler that provides an excellent compatibility without the need of any extra runtime DLLs.
I don't understand how open source projects can insist on requiring a proprietary compiler.
There are some pretty useful abstractions and libraries that MinGW doesn't work with. Biggest example is the WIL[1], which Windows kernel programmers use and is a massive improvement in ergonomics and safety when writing native Windows platform code.
if you want to link msvc built libraries (that are external/you dont have source), mingw may not be an option. for an example you can get steamworks sdk to build with mingw but it will crash at runtime
From the capitalization I can tell you and the parent might not be aware it's "minimal GNU for Windows" which I would tend to pronounce "min g w" and capitalize as "MinGW." I used to say ming. Now it's my little friend. Say hello to my little friend, mang.
delta_p_delta_x|14 days ago
[1]: https://github.com/microsoft/wil
vitaminCPP|14 days ago
sitzkrieg|14 days ago
quikoa|14 days ago
forrestthewoods|14 days ago
Just use Clang + MSVC STL + WinSDK. Very simple.
rdiddly|14 days ago
snvzz|14 days ago
Care to elaborate?