|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
LibraryLoad
LibraryLoad[lib]
loads the dynamic library lib into the Mathematica runtime.
DetailsDetails
- 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.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
This loads the sample library demo but does not return a function to call:
| In[1]:= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
