Page 1 of 1

blib by avaernes failure

Posted: Thu Mar 02, 2006 2:27 pm
by jamesclane
Hi People,

Have been trying to employ the block library manager written by "avaernes". Have followed the instructions at "http://autolisp.3utilities.com" and in the download "blib-r15i" (am using intellicad 6.1 pe+).

I can load it successfully; however, when I try to run it I get the error:

"One of the library files needed to run "C:\Icad\Lisp\Blib\doslib14.arx" cannot be found. Can't open "doslib14.arx" for execution XLOAD failed"

The files below are definitely in the search path:

C:\Icad\Lisp\Blib\doslib14.arx
C:\Icad\Lisp\Blib\doslib2k.arx
C:\Icad\Lisp\Blib\Blib_ac.DCL
C:\Icad\Lisp\Blib\Blib_ic.DCL
C:\Icad\Lisp\Blib\Doslib4.dll
C:\Icad\Lisp\Blib\Linnet21.exe
C:\Icad\Lisp\Blib\blib.lsp
C:\Icad\Lisp\Blib\blibhelp.txt
C:\Icad\Lisp\Blib\FILELISTING.TXT
C:\Icad\Lisp\Blib\INSTALL_BLIB.txt

I don't know what file it is looking for.
Can anyone give me a clue.

P.S. in autocad 2005 I get the error:

"ARXLOAD failed; error: An error has occurred inside the *error* functionAutoCAD
variable setting rejected: "cmdecho" nil

[This message has been edited by jamesclane (edited 03-02-2006).]

Posted: Fri Mar 03, 2006 1:57 pm
by davep
The *.arx routines will not load in IntelliCAD.

You must use doslib16.arx for AutoCAD 2005
You can get it here: http://www.en.na.mcneel.com/

Posted: Fri Mar 03, 2006 4:09 pm
by jamesclane
Thanks again Dave. Wondered about that given the SDS environment. Will lose the acad files and try editing the lisp routine.