Hacker News new | ask | show | jobs
by kentonv 3571 days ago
Not if it uses C++. MinGW uses the G++ ABI which is totally incompatible with the MSVC ABI.

(Also, a lot of the issues we face affect headers, which need to be compiled into the client projects.)

1 comments

Since the code is so small and in C++ why not make it a header only library?