Jump to content

Recommended Posts

Posted

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:)

Posted

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.

Posted

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.

Posted
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!

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