CADken Posted June 17, 2009 Posted June 17, 2009 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? Quote
CADken Posted June 17, 2009 Author Posted June 17, 2009 Oh wait... after some research. Close AutoCAD after loading the LISP Restart AutoCAD, type The it works... Quote
rkmcswain Posted June 17, 2009 Posted June 17, 2009 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. Quote
CADken Posted June 17, 2009 Author Posted June 17, 2009 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... Quote
Recommended Posts
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.