[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
save-application
- To: info-macl@cambridge.apple.com
- Subject: save-application
- From: Sheldon Shen <shen@granite.Jpl.Nasa.Gov>
- Date: Tue, 17 Sep 91 10:52:43 PDT
I have some C database routines used with MACL. The problem is when I
try to make a stand-alone application, those C routines are lost. I
added "(ff-load ..)" into *restore-lisp-functions*, hopinp that those
C functions can be reloaded when the user clicks the application. But
this does not work.
An image careated by "(dumplisp )", however, seems to work fine,
if "(ff-load )" is added to *restore-lisp-functions*.
Could someone share a sample program if you know how to combine C
routines and MACL code into a stand-alone application?
Thanks.
Sheldon