jpcima / smf-dsp

Advanced MIDI file player
Boost Software License 1.0
47 stars 5 forks source link

Windows build from GHA doesn't work #37

Closed freq-mod closed 2 years ago

freq-mod commented 2 years ago

On startup, error message shows up: Entry Point Not Found _ZSt14_once_functor in library \pathtosmfdsp\icuuc70.dll

File is present in the folder. OS is Windows 10 Enterprise 21H2 x64.

jpcima commented 2 years ago

Some ABI incompatibility with libstdc++ runtime, so it seems. The simpler long term option would be migrating the build to windows vm with msys2.

jpcima commented 2 years ago

This is fixed.

freq-mod commented 2 years ago

thanks