Open bflo96 opened 1 month ago
My best guess here would be to check the dependencies of TestarFemyou.dll and make sure that they are all included in TestarFemyou.fmu Missing dependencies is a common case of dll loading error. I have not used MS Windows for a long time but, if I remember correctly, a free tool such as DependenciesWalker could help : https://dependencywalker.com/
Hello!
I have a program in C#, running on Visual Studio 2019, with target framework netcoreapp3.1. I used Open Modelica v1.22.3 (64-bit).
My code:
However, when I try to load the FMU, it shows this error:
I don't understand why it tries to load a native library and why it fails despite the DLL being available when I manually check the folder. Could it be a compatibility issue? The example BouncingBall.fmu works just fine.
Thank you!