Jump to content

Recommended Posts

Posted

Hi Guys,

 

Can anyone tell me why the STRIPMTEXT lisp no longer works.

 

I've loaded it into my drawing through the APPLOAD command.

 

I've executed the Stripmtext command but once I've select the settings I want and press OK I get this message Stripmtext not working.JPG

This is the lisp

 

StripMtext v5-0c.lsp

Posted

I just tested the StripMText lisp routine and it worked.

 

For anyone interested in learning a little bit more about the routine follow this link....https://cadabyss.wordpress.com/

Posted

Copy and paste the following to your command line then run the StripMtext program. Will it work?

 

(vl-load-com)

Posted

I could run the program without the need for that line. What's the difference between AutoCAD 2014 and 2017 that accounts for that?

Posted

No difference but that error comes from Active-X functions when the library of functions hasn't been loaded in prior.

vl-load-com

Posted

I copied the (vl-load-com) into the command line. executed that. (nothing happened)

 

Then I run the Stripmtext command again but I get the same error message.

 

This LISP always worked in earlier versions but with 2017 it hasn't worked.

Posted

Don't blame 2017. That's the version of AutoCAD I tested the lisp routine in yesterday and it worked just fine.

Posted

I also agree with Remark is that the program has nothing to fail with in AutoCAD 2017.

 

Confirmation:

SMT.gif

Posted

The error shown on your screen means (vl-load-com) has not been loaded.

If you ran it before running StripMText then there's a problem with your visual lisp install. You can run basic lisp, but no visual lisp code without it.

Sorry,

 

Checked and (vl-load-com) is in StripMText so with a proper install you shouldn't even need to run it separately.

  • 3 years later...
Posted (edited)

Actualmente uso el autocad 2021, y este lips no me funciona, alguno de ustedes me podría indicar si realmente es por la versión autocad

 

Quote

Translation...Currently I use the autocad 2021, and this lisp does not work for me, some of you could tell me if it really is for the autocad version

 

Edited by SLW210
Translation
Posted

I had this issue or something along the lines of this issue at my old employer...

I was not able to use any VL or VLA Visual lisp code whenever I had a windows update and/or something was going on with our antivirus program. It would unregister the visual lisp component in my CAD. I entered many requests for support from Autodesk and they said that it was something on my end that was causing this and that the only way to "fix" it was to reinstall CAD.

I was able to use pure AutoLISP but no visual lisp code. Are you able to use AutoLISP code yet couldn't use visual lisp programs?

 

I hope that this isn't the case for you...

~Greg

Posted

if you google missing (vl-load-com) or similar, load something like appload vl.....arx this loads the VL module the other way is that you Regedit as it has the incorrect detail for loading the Vl arx. Doing the reinstall resets these and normally fixes.

 

Possible fix

image.thumb.png.ebfe738d15438a240dc13dc097fced05.png

 

 

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...