|
SOLUTIONS
|
LIBRARY LINK SYMBOL
$LibraryError
returns the system-dependent error message from loading a library, or None if there was no error.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
This finds a sample library to use to demonstrate library loading problems:
| In[1]:= |
| Out[1]= | ![]() |
The library has dependencies on other libraries. Normally, Mathematica will load the other libraries first. However, if you just try to load the calendar library directly (and you have not already used a calendar function) this load instruction will fail:
You can use
to find out more about the error:
| In[3]:= |
| In[4]:= |
Windows does not give the names of dependent libraries that cannot be found. On other platforms this information is available.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

