Is that true, 2021 onwards lisp codes will not work for Autocad???

Is that true, 2021 onwards lisp codes will not work for Autocad???

Anonymous
Not applicable
4,915 Views
30 Replies
Message 1 of 31

Is that true, 2021 onwards lisp codes will not work for Autocad???

Anonymous
Not applicable

Dear All,

 

I have a question that, from 2021 onwards autolisp/ Visual lisp codes will not work for Autocad?

 

So far, I have collected 500 lisp scripts for automation.

 

I am worrying that, if 2021 onwards lisp not work, then what is the alternate solution to use all my 500 lisp scripts???

 

Thanks a lot in advance for experts.

0 Likes
4,916 Views
30 Replies
Replies (30)
Message 21 of 31

roland.r71
Collaborator
Collaborator

@pbejse wrote:

@roland.r71 wrote:

You should realy try notepad++. I have 'm both, but np++ just has the few extra's (like code collapsing & matching function/variable parenthesis highlighting) that makes it better. & its free 😊


Or just get use to working with VS code. 😊

Best to get with the times I always say.

 

 

 

 



Call me an old dog then, as I'm used to doing it with text editors sinds the birth of PC's 😎

Besides, I can work on it anywhere, at any time on any PC, Tablet or even my smartphone.

So who's getting with the times here? 😋

0 Likes
Message 22 of 31

Sea-Haven
Mentor
Mentor

What about don't have 2021 ?  I have both Autocad and Bricscad so VS and Bricscad ??

 

Is it watch this space for Bricscad ?

 

https://marketplace.visualstudio.com/items?itemName=Zwsoft.ZwLisp

0 Likes
Message 23 of 31

chriscowgill7373
Advisor
Advisor

If you are not on 2021 yet then nothing has changed, you still use the same method you've always used


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2024 on Windows 10

Please select the Accept as Solution button if my post solves your issue or answers your question.

0 Likes
Message 24 of 31

Sea-Haven
Mentor
Mentor

Understand but was referring to wether it would work with any version other than 2021. I am not using VS now so will not download.

0 Likes
Message 25 of 31

pbejse
Mentor
Mentor

@roland.r71 wrote:

 

...besides, I can work on it anywhere, at any time on any PC, Tablet or even my smartphone.So who's getting with the times here? 😋

You got me there 😁  But I wouldnt even think of working on my smartphone, life is too short for that my friend. 😉

I'm sure you guys know what i mean.

 

 

Message 26 of 31

cadffm
Consultant
Consultant

But don't forget, you can not use VS instead of another one 1:1

some things to think about, depending on settings, code and filetype.

 

Sebastian

Message 27 of 31

lena.talkhina
Alumni
Alumni

Ok, @Anonymous  here is what I learned so far:

 

@chriscowgill7373 is right and there is no changes for LISP in AutoCAD 2021.

But there is changes for VLIDE which documented earlier:

 

Note: The VL IDE is an obsolete technology and might be removed in a future release. It is recommended to transition from the VL IDE for AutoLISP development to VS Code and the AutoCAD AutoLISP Extension.”

For more information on that don't hesitate to reach this link

 

Be aware, that we don’t make decision when is to remove the legacy VLIDE editor. And we will collect feedback from users, and based on the feedbacks to determine when is to obsolete the VLIDE editor

 

More about on what and why VS Code for Lisp

https://help.autodesk.com/view/OARX/2021/ENU/?guid=GUID-B1612444-8F27-44BF-8339-A556351C8842

 

The following link gives a good overview between VLIDE and VSCODE IDE:
https://help.autodesk.com/view/OARX/2021/ENU/?guid=GUID-30033BD2-7A43-4109-B08A-C1CFC9A7D9A5

 

Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям! | Do you find the posts helpful? "LIKE" these posts!
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.



Лена Талхина/Lena Talkhina
Менеджер Сообщества - Русский/Community Manager - Russian

0 Likes
Message 28 of 31

chriscowgill7373
Advisor
Advisor

@Sea-Haven wrote:

Understand but was referring to wether it would work with any version other than 2021. I am not using VS now so will not download.


In 2021, if LISPSYS is set to 0 or 2, the compiled programs will work in other versions, if you are using straight lisp with no encryption then it still works as before.  Although I would suppose if you used UNICODE within your lisp program, the older versions of CAD would not understand how to read it.

 

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2021/ENU/AutoC...


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2024 on Windows 10

Please select the Accept as Solution button if my post solves your issue or answers your question.

0 Likes
Message 29 of 31

roland.r71
Collaborator
Collaborator

@chriscowgill7373 wrote:

Although I would suppose if you used UNICODE within your lisp program, the older versions of CAD would not understand how to read it.

That's for sure. It won't work if its not UTF-8 encoded. Which can be a real pain, if you have no idea.

0 Likes
Message 30 of 31

roland.r71
Collaborator
Collaborator

@roland.r71 wrote:

That's for sure. It won't work if its not UTF-8 encoded. Which can be a real pain, if you have no idea.


Now here's a case where it would be nice to have a longer edit time... 😁

 

I mixed things up a bit I guess. That should have been "it won't work if it IS UTF-8" (for example)

It has to be ANSI (plain tekst / dos) encoded.

 

Example topic where this was the case:

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-error-syntax-error/m-p/8342001/...

0 Likes
Message 31 of 31

Anonymous
Not applicable

In AutoCAD 2021 it can support to read/write UTF-8 encoding lisp files.

And any issues and feature requests can be posted in this page:https://github.com/Autodesk-AutoCAD/AutoLispExt/issues

0 Likes