You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The XEROX-TO-XBM LispUsers module is an unmanaged Common Lisp file that defines the single function XCL-USER::XEROX-TO-XBM.
When loading the compiled file XEROX-TO-XBM.LCOM with FILESLOAD no function gets defined and XEROX-TO-XBM can't be called. To define and call the function I must load the source file xerox-to-xbm.lisp with LOAD as in this session:
Yes. See the documentation - Ramana says it was a dfasl.
Subject: Converter for Xerox Bitmaps to X bitmaps.
To: Lispusers^.x
cc: Rao.pa
{ERINYES}<LispUsers>medley>xerox-to-xbm.lisp
{ERINYES}<LispUsers>medley>xerox-to-xbm.dfasl
The XEROX-TO-XBM LispUsers module is an unmanaged Common Lisp file that defines the single function
XCL-USER::XEROX-TO-XBM
.When loading the compiled file
XEROX-TO-XBM.LCOM
withFILESLOAD
no function gets defined andXEROX-TO-XBM
can't be called. To define and call the function I must load the source filexerox-to-xbm.lisp
withLOAD
as in this session:Shouldn't the compiled file have the
.DFASL
extension? Was the source compiled withTCOMPL
instead ofCOMPILE-FILE
?The text was updated successfully, but these errors were encountered: