Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/19/2022 in all areas

  1. That's the problem when you run an older version of AutoCAD under a newer version of Windows. Everything initially works as planned then one day Microsoft sends out an update which is accepted without question and everything goes to hell. Have you looked at Longbow Converter? https://www.longbowsoftware.com/Converter.php
    2 points
  2. No, Longbow Converter is not free. Can't have everything for nothing now can we?
    1 point
  3. Hi, This line ask user to select a viewport on screen. If you already have the viewport (iterate through your viewport selection set), you got to skip this step, and put your viewport directly in (if (and (= (getvar "cmdactive") 0) (/= (setq ss (ssget ":E:S" '((0 . "VIEWPORT")))) nil) ) Replace ;replace this: (setq ent (ssname ss 0)) ;with this: (setq ent yourviewporthere) Also the vpsel function pass the result to the grip selection, then nullify the result at the end (setq ss nil ss1 nil) While you want to get the result, so, you got to comment out that line, and take the ss1 result out of the function, merge it to your rrr selection
    1 point
  4. Windows updates can affect the performance of old software. See if this helps...How to Make Old Programs Work on Windows 10 (howtogeek.com)
    1 point
    good movement ... my problem solved ....
    1 point
  5. I also don't download any compiled code, lisp and dcl only.
    1 point
  6. So, this is an external hard drive and not an internal drive is that correct? If the answer is "Yes" then do a search on "How do I fix Windows not recognizing my external hard drive."
    1 point
×
×
  • Create New...