LibraryLoad
LibraryLoad[lib]
loads the dynamic library lib into the Wolfram System runtime.
Details

- LibraryLoad is used to load dependent dynamic libraries needed for a Wolfram Library to operate.
- Libraries loaded using LibraryLoad do not need to follow the Wolfram Library Link specification.
- The order of multiple LibraryLoad calls is important and must follow the mutual dependency of the libraries.
- LibraryLoad uses FindLibrary to locate libraries searching on $LibraryPath.
Introduced in 2010
(8.0)