7.4.2 Compiling and Loading Foreign Code with the Editor
-
Open the file
test.c
in the LispWorks Editor. Note that the buffer is in C Mode, indicated by "(C)" in the mode line.
-
Use the menu command
Buffer > Compile
, or equivalently run
Meta+X Compile Buffer
.
-
Your C file is compiled with the same options as
lw:compile-system
would use, and the object file is loaded. The object file name is printed in the Output tab. It is written in your temporary directory (usually that given by the value of the environment variable
TEMP
) and deleted after register-module is called on it.
LispWorks Foreign Language Interface User Guide and Reference Manual - 13 Sep 2005