lisp routines doesnt work in autocad 2017

lisp routines doesnt work in autocad 2017

Anonymous
Not applicable
1,679 Views
7 Replies
Message 1 of 8

lisp routines doesnt work in autocad 2017

Anonymous
Not applicable

Hello,

Since I changed to Autocad 2017, none of my lisps routines works. They all have fonction errors such as:

- Select object: ; error: no function definition: VLAX-CURVE-GETAREA;

- Select object: ; error: no function definition: VLAX-ENAME->VLA-OBJECT.

I've tried vl-load, but the Command: (vl-load-com), but nothing seems to change.

Do you have any idea of what is going on?

Thanks..

0 Likes
1,680 Views
7 Replies
Replies (7)
Message 2 of 8

dbroad
Mentor
Mentor

I would suggest a reinstall or repair install.  I haven't installed 2017 yet myself but can't imagine that activeX would be broken.

Architect, Registered NC, VA, SC, & GA.
0 Likes
Message 3 of 8

Anonymous
Not applicable

Hello Professor,

Thanks for your answer. I tried reinstall and repair.. but I get the same error messages. 

I searched everywhere and the closest I got from the answer was a sugestion of reprograming all the lisp routines with a new code.. but I´m not an expert in lisp so my solution was uninstalling autocad 2017 and installing autocad 2016.. and it works just fine now.

 

0 Likes
Message 4 of 8

dbroad
Mentor
Mentor

If you feel it is a bug of 2017, you should report it as such through the defect reporting channels. Glad you got your's working.  I haven't installed my 2017 version yet so cannot corroborate.

Architect, Registered NC, VA, SC, & GA.
0 Likes
Message 5 of 8

Anonymous
Not applicable

Try putting in a line of Lisp code at the top of the program.

(vl-load-com)

 

Bob

EC-CAD

 

0 Likes
Message 6 of 8

Anonymous
Not applicable

Hello Bob,

I tried that, didn´t work.

Thanks anyway.

Sara

0 Likes
Message 7 of 8

Lineabove
Collaborator
Collaborator
Might be a long shot, but have you installed the VBA Enabler for 2017?

http://tinyurl.com/hjjrceh
0 Likes
Message 8 of 8

Anonymous
Not applicable
I did that too.. Same error message
0 Likes