StripMText VLAX-ENAME->VLA-OBJECT error

StripMText VLAX-ENAME->VLA-OBJECT error

ACAD_User_18
Explorer Explorer
1,068 Views
2 Replies
Message 1 of 3

StripMText VLAX-ENAME->VLA-OBJECT error

ACAD_User_18
Explorer
Explorer

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?

0 Likes
1,069 Views
2 Replies
Replies (2)
Message 2 of 3

hewkaijunZQNK5
Community Visitor
Community Visitor
Have you tried running the registry file in the AutoCAD 2015 folder?
0 Likes
Message 3 of 3

ACAD_User_18
Explorer
Explorer

It's been 3 years, I've since solved the issue. I don't recall what I did.

0 Likes