f700es Posted March 31, 2023 Posted March 31, 2023 Has anyone tried the new Lisp in LT 2024? https://www.autodesk.com/products/autocad-lt/features 1 Quote
tombu Posted April 4, 2023 Posted April 4, 2023 Help is better than is included in the full version of AutoCAD. Quote
BIGAL Posted April 4, 2023 Posted April 4, 2023 (edited) Admin maybe merge into other LT2024 comments. Or does it have its own subject, LT2024, features, help, bugs and limitations. Providing a poster makes it clear that they are using LT2024 they should post in the normal LISP section for questions about lisp code. Edited April 4, 2023 by BIGAL Quote
CafeJr Posted September 27, 2023 Posted September 27, 2023 Hello All, LT 2024 actually works with LISP, but we got some restrictions, as a Lisp using .dcl (pop-up menus): Below an error log trying to use it. Inside of it: Error in "select". (widget type = ** undefined **, key = "") Widgets of this type cannot have children. Someone knows how to solve it? Quote
BIGAL Posted September 27, 2023 Posted September 27, 2023 (edited) There are limitations with LT lisp and more code is popping up as not working, this is because its not a full version but rather what will we give them, compare say Bricscad and it works. It needs bits of the code to be tested, I am guessing and this is one bit of code to test. I am sure there is numerous other pieces. In most cases a different method can be used. (defun LM:ObjectDBXDocument ( / acVer ) I am pretty sure OBDX is not supported so can not look inside other dwg's. Explain more what your trying to do as using a script may be a way around the problem. ie open dwg1 Edited September 27, 2023 by BIGAL Quote
Recommended Posts
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.