Run User Solver Libraries

At runtime, MotionSolve loads the appropriate user DLL/SO, according to the rules described above (most specific among "element" and "machine level" DLL/SO).

For verification purposes, MotionSolve outputs the DLL/SO that loaded at runtime immediately after the initialization of the model.
User Subroutine DLL [C:/work/testsub.dll] Loaded

The above message is displayed in the analysis log file.

After the analysis is completed, a similar message informs the user that MotionSolve has unloaded the user subroutine DLL/SO.
Unloading User Subroutine DLL [C:/work/testsub.dll]