munt / munt

A multi-platform software synthesiser emulating pre-GM MIDI devices such as the Roland MT-32, CM-32L, CM-64 and LAPC-I. In no way endorsed by or affiliated with Roland Corp.

Home Page:http://munt.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile error when using MT32EMU_RUNTIME_VERSION_CHECK 2 from a C program

sergm opened this issue · comments

Apparently, the header file VersionTagging.h is missing support for C language and requires C++ language features currently. By design, it was intended to work when the main header mt32emu.h is included from either a C or a C++ translation unit (having defined MT32EMU_RUNTIME_VERSION_CHECK 2). This should be fixed.