All Manuals > LispWorks User Guide and Reference Manual > 13 LispWorks as a dynamic library

NextPrevUpTopContentsIndex

13.2 Creating a dynamic library

To deliver a LispWorks runtime as a dynamic library supply a list value for dll-exports when calling deliver.

To save a LispWorks image as a dynamic library supply a list value for dll-exports when calling save-image.

Additonally on Linux, x86/x64 Solaris, Macintosh and FreeBSD platforms, you can supply a list value for dll-added-files to deliver or save a dynamic library.

Note: a LispWorks dynamic library is licensed in the same way as a LispWorks executable.

13.2.1 C functions provided by the system

13.2.2 C functions provided by the application

13.2.3 Example


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex