Jump to content

loading LSIP errors


SRN

Recommended Posts

I was trying the basic tutorials at the AfraLISP.net website but when I try to load "testline" from part 2 of the basic tutorial I get the eroor message:

; error: LOAD failed: "testline"

 

 

I tried jus typing load to fin d which directory it was looking in and although it was in the right place it was looking for a .SHX file and there were no other options to change that to. I tried typing the LSIP filed from the tutorial and then tried cut and paste in case I had typed something wrong but got the same error both ways. Using Notepad as the text editor.

Any ideas?

Link to comment
Share on other sites

if you say load , I hope you didn't just type 'load testline' but '(load "testline") , that's because load alone (sounds like home alone) means load shape file and (load...) means load lispfile

 

gr. Rlx

Link to comment
Share on other sites

when attempting to load the .lsp file I did follow the correct syntax but your reply does explain why I could not change the type of file it searched for when I did just try "load"

Link to comment
Share on other sites

Appload is just that load an application including Lisps.

 

Like rlx at the keyboard type (load "Testline") but it must be in your support paths. If elsewhere must use full path (load "c:\\mylisps\\workingonnow\\testline") say usb (load "E:\\testline")

 

Another open explorer go to where your lisp is drag & drop onto Autocad. I use this for lisps that I run very rarely. I have a shortcut to my lisp directory.

 

Just me write in notepad, save, drag& drop, just find VLide traps errors and have problems resetting end up closing and starting again, yes I know its not right to do it this way.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...