You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's impossible to include code from vgs-bgm-decoder and vgs-mml-compiler in one dynamic library file, because miniz.h defines all functions in only one header file. When compiling two single source file with the miniz.h included in, it will cause a lot of redefinition errors.
Currently I have combine all source files in vgs-bgm-decoder and vgs-mml-compiler into one file in order to get it compiled.
The text was updated successfully, but these errors were encountered:
It's impossible to include code from
vgs-bgm-decoder
andvgs-mml-compiler
in one dynamic library file, becauseminiz.h
defines all functions in only one header file. When compiling two single source file with theminiz.h
included in, it will cause a lot of redefinition errors.Currently I have combine all source files in
vgs-bgm-decoder
andvgs-mml-compiler
into one file in order to get it compiled.The text was updated successfully, but these errors were encountered: