All Manuals > Foreign Language Interface User Guide and Reference Manual > 7 Function, Macro and Variable Reference

setup-embedded-module Function

Summary

Sets up an embedded dynamic module.

Package

fli

Signature

setup-embedded-module name data

Arguments
name
A symbol.
data
A Lisp object containing the data of the foreign module.
Description

The function setup-embedded-module sets up an embedded dynamic module named name using data.

data must be a result of a call to get-embedded-module-data.

Notes
  1. setup-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.
  2. The effect of setup-embedded-module persists after save-image and deliver.
  3. See get-embedded-module-data for more discussion and examples.
  4. setup-embedded-module does not return a useful value.
See also

install-embedded-module
get-embedded-module-data
get-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