The function install-embedded-module
installs the embedded dynamic module name.
name must be a name of an embedded dynamic module that was set up either by get-embedded-module or setup-embedded-module.
install-embedded-module
installs the module, which means making its code available to be used in Lisp, as if register-module was called with the original module.
install-embedded-module
must be called at run time, normally during the initialization of the application.install-embedded-module
does not persist after save-image
or deliver
.install-embedded-module
can be called repeatedly with the same name. The subsequent calls in the same invocation of the application do not have any effect.install-embedded-module
does not return a useful value.
get-embedded-module
get-embedded-module-data
setup-embedded-module
Incorporating a foreign module into a LispWorks image
LispWorks Foreign Language Interface User Guide and Reference Manual - 29 Sep 2017