Gets a foreign module from a file and sets up an embedded dynamic module.
fli
get-embedded-module name filename
name⇩ |
A symbol. |
filename⇩ |
A pathname specifier for a file containing a dynamic foreign module. |
The function get-embedded-module
gets the foreign module in filename and sets up an embedded dynamic module named name.
get-embedded-module
is called at load time and has no effect except to set up the embedded module. To actually use the code in the module, you need to call install-embedded-module at run time.get-embedded-module
persists after save-image and deliver.get-embedded-module
.get-embedded-module
does not return a useful value.
install-embedded-module
get-embedded-module-data
setup-embedded-module
5.6 Incorporating a foreign module into a LispWorks image
Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:58