NextPrevUpTopContentsIndex

4.4.2 Using the dynamic library

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 .


LispWorks Delivery User Guide - 14 Mar 2008

NextPrevUpTopContentsIndex