Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

(Not OP) The C++ ABI on Windows isn't compatible between g++ and MSVC, even though the C ABI is. Libraries using C linkage should work fine. MinGW-built programs link against the Microsoft C runtime (MSVCRT.DLL by default) which is itself MSVC-built, so linking MinGW programs to MSVC libraries has to work for anything to work.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: