Re: Delivering CORBA Applications
Btw, the following is what I was trying to use to deliver the app; I have
to comment out the "error-on" and "keep-eval" lines to make it work.
(load "defsys")
(compile-system "bank-client" :load t)
(deliver 'bank-client "bank-client" 5
:interface :capi
:keep-lisp-reader t
:error-on-interpreted-functions t
:keep-eval nil)
(quit)