Message 1 of 3
StripMText VLAX-ENAME->VLA-OBJECT error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to run StripMText.lsp on AutoCAD 2015.
I'm getting the common ";error: no function definition: VLAX-ENAME->VLA-OBJECT".
(vl-load-com) is at the beginning of the code.
vl.arx is not missing.
vl16.tlb is not missing.
The registry keys were, in fact, missing, but I added them back.
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{A4081F53-974E-479E-A26E-E6DE9A5B2489}] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{A4081F53-974E-479E-A26E-E6DE9A5B2489}\1.0] @="Visual Lisp ActiveX module" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{A4081F53-974E-479E-A26E-E6DE9A5B2489}\1.0\0] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{A4081F53-974E-479E-A26E-E6DE9A5B2489}\1.0\0\win32] @="C:\\Program Files\\Autodesk\\AutoCAD 2015\\vl16.tlb"
(vl-load-com) (setq acad (vlax-get-acad-object)) works and returns #<VLA-OBJECT IAcadApplication 00007ff7e472a130>
Is there anything else I can do short of reinstalling AutoCAD?