Jump to content

Running LISP(S) in AutoCAD 2010


Recommended Posts

Posted

I think I'm loosing my mind, I can load lisp(s) into 2010, but after they load I can't seem to run them?

 

Here are the steps:

 

Type "APPLOAD" into the command line... hit

Select my LISP from my LISP Folder... hit

 

The Dialog box says, "Application Loaded"

Hit

 

Then... nada?

Posted

Oh wait... after some research.

 

Close AutoCAD after loading the LISP

 

Restart AutoCAD, type

 

The it works...

Posted

Loading a lisp file doesn't necessarily execute any code. If the lisp code is wrapped in a (defun), then all you have done is loaded the function into memory. You would need to type in the name of the function to execute it.

Posted
Loading a lisp file doesn't necessarily execute any code. If the lisp code is wrapped in a (defun), then all you have done is loaded the function into memory. You would need to type in the name of the function to execute it.

 

Thanks, I just found this out as well... :)

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...