Supported compilers

Hi, in my studio we use MinGW 64 and we are planning to migrate to llvm eventually (we are waiting for the debugger to be available for Windows).
It’s possible to use fmod with those compilers?

MingW64 can link directly to the DLL without the need for a compiler specific import library. I believe you’re still limited to the C api.

LLVM seems to have visual studio compatibility including C++.