A Microsoft Windows application should use
LoadLibrary
to load the DLL and
GetProcAddress
to find the address of the exported names. On other platforms the application should use
dlopen
and
dlsym
.
For more information about the behavior of LispWorks dynamic libraries see the chapter "LispWorks as a dynamic library" in the LispWorks User Guide and Reference Manual .