ActiveX, or other script and or programming capabilities in ACAD LT 2024

ActiveX, or other script and or programming capabilities in ACAD LT 2024

johnlkilcrease
Explorer Explorer
565 Views
4 Replies
Message 1 of 5

ActiveX, or other script and or programming capabilities in ACAD LT 2024

johnlkilcrease
Explorer
Explorer

I know AutoLISP is now in ACAD LT 2024, but is there any other capabilities for scripting and programming in it? i.e. 

Visual LISP,

Visual Basic for Applications (VBA),

.NET API,

JavaScript API (through AutoCAD I/O Service),

Dynamo for AutoCAD,

other?

 

I am running into roadblocks to run AutoLISP programs I am creating, since the program is looking to invoke vlax-invoke is a Visual LISP function that is used to call an ActiveX method, and not all too sure ACAD LT 2024 is capable of this.

0 Likes
566 Views
4 Replies
Replies (4)
Message 2 of 5

cadffm
Consultant
Consultant

https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-037BF4D4-755E-4A5C-8136-80E85CCEDF3E

 

Autolisp vlisp activex but not all functions

and no other API

 

Sebastian

0 Likes
Message 3 of 5

johnlkilcrease
Explorer
Explorer

Thank you.

0 Likes
Message 4 of 5

pendean
Community Legend
Community Legend
@johnlkilcrease Just basic LISP: remember, LT did not suddenly become full AutoCAD with the 2024 release.
Read more about it all online https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-037BF4D4-755E-4A5C-8136-80E85CCEDF3E#:~:tex....
0 Likes
Message 5 of 5

johnlkilcrease
Explorer
Explorer

Thank you.

0 Likes