I'm trying to compile a C/C++ library under msys2. The problem is, the library requires Windows Runtime Library (WRL). And maybe more parts of Visual C++ Redistributable libraries. However I did not get that far in compilation process.
I found this thread about MSYS2 and WRL which suggests, that WRL is not supported yet. But its from late 2013. Maybe things have changed since.
Is any chance to make Visual C++ libraries (and headers) work with MSYS2?
Thank you