djtuBIG-MaliceX / opl3-synth-driver

Forked from Alexey Khohkolov's (khokh2001) OPL3 synth. This intends to improve onto the base driver to include extended MIDI support and other improvements to the playback component.
5 stars 0 forks source link

Code cleanup/refactor for MinGW compatibility #36

Closed djtuBIG-MaliceX closed 7 years ago

djtuBIG-MaliceX commented 10 years ago

Original report by James Alan Nguyen (Bitbucket: djtubig-malicex, GitHub: djtubig-malicex).


Compilation issues with MinGW toolchain due to strictness of linker scope and typing. MSVC does a lot of hand holding when it comes to commonly used type macros and whatnot, but to allow for code portability this needs to be considered..

djtuBIG-MaliceX commented 7 years ago

Original comment by James Alan Nguyen (Bitbucket: djtubig-malicex, GitHub: djtubig-malicex).


This has been fixed with the current codebase.