NextPrevUpTopContentsIndex

14.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, 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.

14.2.1 C functions provided by the system

14.2.2 C functions provided by the application

14.2.3 Example


LispWorks User Guide - 11 Mar 2008

NextPrevUpTopContentsIndex