NextPrevUpTopContentsIndex

14.6 Unloading a dynamic library

Before a LispWorks dynamic library is unloaded, LispWorks should be made to `quit' cleanly, allowing it to clean up resources that it uses.

When the LispWorks dynamic library is loaded by a main process which you (the LispWorks programmer) do not control, then use dll-quit . If you control the main process, then use QuitLispWorks instead. For the details, see the respective manual entries for dll-quit and QuitLispWorks in the LispWorks Reference Manual .

 


LispWorks User Guide - 11 Mar 2008

NextPrevUpTopContentsIndex