Ryder76 Posted August 6, 2010 Posted August 6, 2010 Hey, Leemac made a lisp for me that jumps lines and leaves and arc. For some reason I now get this message: ** Error: no function definition: VLAX-GET-ACAD-OBJECT ** I have reloaded, checked my path and recopied the code and resaved the file to no avail. Also I keep getting a message that autocad can't find the "edw.cui" Never heard of such a file and it doesn't have it in the computer anywhere (yea I know - duh), but the message says that it is part of the main.cui and is looking for it. Help is appreciatedo:) Quote
Ryder76 Posted August 6, 2010 Author Posted August 6, 2010 OK fixed the jumper lisp problem. What I did was unload all the jumper lisp routines that had been loaded when they resided in different drives/areas (long story and I would just be ranting and losing my temper) then I reloaded it from where it now resides. Voila! it works. Still curious about that "edw.cui" thingy though. Quote
alanjt Posted August 6, 2010 Posted August 6, 2010 add (vl-load-com) to the code. For the CUI, if it's bogus, open the CUI editor and under "Partial CUI files" (at the bottom), expand the tree and unload that CUI. Quote
Ryder76 Posted August 6, 2010 Author Posted August 6, 2010 add (vl-load-com) to the code. For the CUI, if it's bogus, open the CUI editor and under "Partial CUI files" (at the bottom), expand the tree and unload that CUI. Thanks that fixed it! Quote
Lee Mac Posted August 6, 2010 Posted August 6, 2010 Made this link a while back: http://www.cadtutor.net/forum/showthread.php?1390-How-to-use-the-LISP-routines-in-this-archive&p=339645&viewfull=1#post339645 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.