Failed to load .dll library
Posted: Wed May 02, 2018 9:20 am
Hi all
I'm trying to run a user plugin (MuscleForceDirection) for OpenSim3.3 through the MATLAB API. The plugin loads and runs fine in the GUI but when I try to run it through MATLAB I get the following error:
Is there an installation step I'm missing for MATLAB that's specific to the plugin (I've configured MATLAB for OpenSim and added the plugin folder to the MATLAB path)? I've seen a fair few suggestions on the forum to run 'Model.LoadOpenSimLibrary()' but this seems to have no effect.
Cheers
Michael
I'm trying to run a user plugin (MuscleForceDirection) for OpenSim3.3 through the MATLAB API. The plugin loads and runs fine in the GUI but when I try to run it through MATLAB I get the following error:
Code: Select all
Failed to load library MuscleForceDirection.dll
ERROR- library MuscleForceDirection.dll could not be loaded.
Cheers
Michael