The instructions look pretty straightforward. You state you "cannot create a library file". Why? Did the program bomb out?


Registered forum members do not see this ad.
Hi guys,
I grabbed Jeffery P. Sanders Library lisp utility but am having trouble.
I cannot create a library file.
What does a .lba file look like?
http://www.jefferypsanders.com/autolisp_library.html
Bill
The instructions look pretty straightforward. You state you "cannot create a library file". Why? Did the program bomb out?
"I have only come here seeking knowledge. Things they wouldn't teach me of in college." The Police
Eat brains...gain more knowledge!


The error I get tells me I can't create a library, I get the initial dialog box but that is it.
If I knew what an .lba file looked like I would just create it and go from there.
I have it in my support search path.
Bill
I keep getting, when trying to create a new library.
Attachment 4014
Even though I am in a new drawing. Is this what you are getting?
“A narrow mind and a fat head invariably come on the same person” Zig Zigler
![]()


Yes, this is what I am getting.
Bill
Yea, I think it must be a bug or something in the program. I have had this LISP for awhile and never used it.
I have all of my blocks in a folder and use the Design Center to insert them.
“A narrow mind and a fat head invariably come on the same person” Zig Zigler
![]()


I got this remedy straight from the source.
To remedy this, open the LIBRARY.LSP program with notepad. Search
for DBMOD and change the line:
(if(= (getvar "dbmod") 0)
Change that line to:
(if T ;(= (getvar "dbmod") 0)
It seems to worknow
Bill
Bookmarks