-
I would like to create a LISP that will load the appropriate |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I don’t know if there is a reliable way across all platforms, In AutoCAD, I would use something like
I don’t see that it works well in zwcad. Maybe parse (vlax-product-key) |
Beta Was this translation helpful? Give feedback.
-
Do you have access to all four programs? Autocad, zwcad, etc? Do you have paid licenses, is there a way to get licenses for testing purposes? |
Beta Was this translation helpful? Give feedback.
-
FYI, JasonB created a loader for autolisp here |
Beta Was this translation helpful? Give feedback.
Lee (https://lee-mac.com/) at theswamp gave a good hint
https://www.theswamp.org/index.php?topic=59836.msg622582#msg622582
(strcat (getvar 'product) "-" (substr (vla-get-version (vlax-get-acad-object)) 1 4))