DOSLib for AutoCAD 2021 Available

DOSLib for AutoCAD 2021 Available

dale_fugier
Contributor Contributor
10,723 Views
29 Replies
Message 1 of 30

DOSLib for AutoCAD 2021 Available

dale_fugier
Contributor
Contributor

If anyone is interested...or cares... 😉

http://wiki.mcneel.com/doslib/home


https://github.com/dalefugier/DOSLib

 

28 years and counting...

 

Hope everyone is safe and healthy.

 

Regards,

 

-- Dale

10,724 Views
29 Replies
Replies (29)
Message 21 of 30

averdam
Contributor
Contributor

Hi Dale,

 

Is there already a doslib update for autocad 2022

 

Met vriendelijke groeten,

Ard

0 Likes
Message 22 of 30

dale_fugier
Contributor
Contributor
0 Likes
Message 23 of 30

averdam
Contributor
Contributor
Thanks
0 Likes
Message 24 of 30

diegus68
Contributor
Contributor

Thanks. 

how do i install the code?

 

0 Likes
Message 25 of 30

mnelson
Explorer
Explorer

add the ARXload statement to your AutoCAD startup, usually ACAD.lsp file.

 

(arxload "doslib24x64.arx")

 

 

if you multiple versions of AutoCAD:

;; Load 64 bit DOS Library files
(setq _acadver (substr (getvar "acadver") 1 2))
(cond
((= _acadver "20") (arxload "doslib20x64.arx"))
; AutoCAD 2015-2016 DOS library
((= _acadver "21") (arxload "doslib21x64.arx"))
; AutoCAD 2017 DOS library
((= _acadver "22") (arxload "doslib22x64.arx"))
; AutoCAD 2018 DOS library
((= _acadver "23") (arxload "doslib23x64.arx"))
; AutoCAD 2019-2020 DOS library
((= _acadver "24") (arxload "doslib24x64.arx"))
; AutoCAD 2021-22 DOS library
(t nil)
)

0 Likes
Message 26 of 30

diegus68
Contributor
Contributor

I did something wrong

I get "Error: bad argument type: streamp nil"

I want to cry

 

Command:
Command: _appload DOSLib23x64.arx already loaded.
MultiFileTool.lsp successfully loaded.


Command:
Multi File Tool loaded. Use: MFT to start.
Command:
Command: MFT
; MultiFileTool - build: 031011
; ==============================================================================
; *** AutoCAD MFT v3.1 ***
; Copyleft 😉 2004-2020 | Roland Rothenhöfer
; ==============================================================================
; Configuration file for MultiFileTool (MFT)
;
; ------------------------------------------------------------------------------
[config]
; ------------------------------------ END -------------------------------------

Error: bad argument type: streamp nil
Command:

0 Likes
Message 27 of 30

sby0531
Enthusiast
Enthusiast

Where can I find the Help Manual file DOSLib.chm for AutoCAD 2021? Thank you!

0 Likes
Message 28 of 30

averdam
Contributor
Contributor
Hello, is this wat you looking for?
0 Likes
Message 29 of 30

cadffm
Consultant
Consultant

Hi sby,

 

the doslib.chm is part of the 2021- .zip file (Version 9.0.3) and it was the last .chm, far as I know.

 

@averdam 

"this" is "nothing", nothing linked, nothing attached!

cadffm_0-1736497408035.png

Log in via browser and post it again pls

Sebastian

0 Likes
Message 30 of 30

MOatman
Advocate
Advocate
0 Likes