CompuServe Thread

#loading acad.lsp problem

3 messages in this thread
#34193From: Thomas HarangFeb 22, 1992 4:47 PM
I am trying to use the file acad.lsp to load lisp routines. I have put 12 lisp routines in this file. Nine of them load, but 3 do not. I have cheched each routine they do work properly. The three which will not load from the acad.lsp file will load manually from the command line, and run ok. I must be doing something stupid! Thanks, Tom
#34210From: Tony Tanzillo [LISP TM]Feb 22, 1992 7:52 PM
Thomas – Something is causing the LOADING of ACAD.LSP to be terminated. It can also be a symbol conflict as well, where you are using the name that is assigned to one of the three routines somewhere else. If the file is not too large, and not proprietary, post it in a message, or email it to me and I'll take a look at it. -TonyT.
#34278From: Thomas HarangFeb 23, 1992 2:30 PM
Tony, Thanks for the reply. I will try to fix my file one last time, and if I still can't fix it I will send it to you. Thanks for the help. Tom