cac-t-u-s / om-sharp

OM#: Visual Programming | Computer-assisted Music Compositon
https://cac-t-u-s.github.io
GNU General Public License v3.0
167 stars 14 forks source link

libsdif.dll not loading! #341

Closed charlesneimog closed 2 years ago

charlesneimog commented 2 years ago

Hi Jean,

The libsdif.dll is not loading in OM# and OpenMusic. I am having an error of unable to load.

I already try to change the version of OM# and nothing worked!

Have you any ideia of what could be the problem?

I am on Windows 11!

Thanks!

charlesneimog commented 2 years ago

I found out what is the problem!

Seems that sdif.dll needs another dynamic library called msvcr100.dll. So when OM# or OpenMusic tries to load sdif and not find the library it gives this error.

Maybe in Windows 11 Microsoft removed some components that use the library, and it is not delivered with Windows 11 anymore.

I used this software GitHub - lucasg/Dependencies: A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues..