Mathematica > Systems Interfaces & Deployment > Wolfram LibraryLink > LibraryLoad >
Mathematica > Systems Interfaces & Deployment > Calling External Programs > Wolfram LibraryLink > LibraryLoad >
Mathematica > Systems Interfaces & Deployment > C/C++ Language Interface > Wolfram LibraryLink > LibraryLoad >

LibraryLoad

LibraryLoad[lib]
loads the dynamic library lib into the Mathematica runtime.
  • 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.
This loads the sample library demo but does not return a function to call:
This loads the sample library demo but does not return a function to call:
In[1]:=
Click for copyable input
New in 8
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF