[Mingw-w64-public] MinGW-w64 vs Windows SDK

2022-03-09 Thread Vishal Subramanyam
API, does MinGW support newer APIs like WinRT? Thanks, Vishal Subramanyam P.S. As a noob, how can I be of help to the project? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] Cannot include GCC 8.1 Windows build (without MSYS)

2022-03-02 Thread Vishal Subramanyam
9.0 (on winlibs.com). Their builds don't seem to use MSYS. -- Thanks, Vishal Subramanyam ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] Cannot include GCC 8.1 Windows build (without MSYS)

2022-03-01 Thread Vishal Subramanyam
Hey, Whenever I include in any of my programs, with the "-std=c++17" option, I get a huge output with a lot of errors. Pastebin: https://pastebin.com/DiwQAzpW Apparently, this has been fixed in a later release of GCC, but the Windows binaries for gcc (latest: 8.1) still doesn't have these fixes