AutoCAD LT 2024 - AutoLISP integration limitations?

AutoCAD LT 2024 - AutoLISP integration limitations?

OAllington
Participant Participant
1,275 Views
8 Replies
Message 1 of 9

AutoCAD LT 2024 - AutoLISP integration limitations?

OAllington
Participant
Participant

I have just upgraded to AutoCAD LT 2024.

 

I understand that I can now import and use .lsp files for custom commands. 

 

However, I cannot find a way to access the VLISP command to have an IDE to write them in... Was VLISP intentionally omitted from the 2024 release? If so, why would they bother keeping the LISPSYS system variable in..?

 

Also, are there any other ways of creating .lsp files, i.e. a secondary software IDE?

 

Thanks.

0 Likes
1,276 Views
8 Replies
Replies (8)
Message 2 of 9

artc2
Autodesk
Autodesk
The IDE is not part of LISP in LT. The LISPSYS sysvar controls which LISP interpreter is used - the old non-unicode or the new one that supports unicode.
0 Likes
Message 3 of 9

paullimapa
Mentor
Mentor
0 Likes
Message 4 of 9

dmfrazier
Advisor
Advisor

"...are there any other ways of creating .lsp files..."

 

Sure. NotePad (for one). 😉

0 Likes
Message 5 of 9

Sea-Haven
Mentor
Mentor

Notepad++ is better than plain Notepad and its free. It has a lisp detect function that helps when trying to debug, I write all mine in Notepad++ but occasionally open in the VLIDE as can not see the problem. It does have a run code function but I doubt that will work with the  LT version.

 

Not sure how the 2024LT will work with VS. Has anybody tried ? I gave up when installing VS just did not work. But 40+ years writing code not to unhappy, be wary of ChatGP bit early days.

0 Likes
Message 6 of 9

paullimapa
Mentor
Mentor

I only use VS as an external AutoLISP programming tool. After loading all these autolisp extensions, the program works better than VLIDE especially being able to open multiple windows to edit the same lisp file:

paulli_apa_0-1680147944701.png

 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 7 of 9

Sea-Haven
Mentor
Mentor

Understand it will help write code but the Autocad Extension is it supported for LT2024 ? That is the run part.

0 Likes
Message 8 of 9

paullimapa
Mentor
Mentor

nope because this file is missing from LT

paulli_apa_0-1680149795292.png

 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 9 of 9

Sea-Haven
Mentor
Mentor

Interesting in that Autodesk are pushing go to VS for coding yet don't support it ? Maybe soon.

0 Likes