DOSLib 8.0 for Bricscad Pro Version 9.3.9 Available

For those of you who are familiar with DOSLib on the AutoCAD platform, you will be pleased to know that we have just released DOSLib 8.0 for Bricscad Pro Version 9.3.9. 
 For those of you not familiar with DOSLib, it is a library of LISP-callable functions to do a variety of tasks that are not achievable using just LISP. For more information on DOSLib, see the following link: 
 
DOSLib is free. You can download it from http://www.mcneel.com.
 
Feel free to email me with any questions and comments that you might have.
 
Thanks,
 
Dale Fugier
Robert McNeel & Associates

Comments

  •  

    Thanks Dale, Nice work!

  • Hello Dale,

    Thanks for DOSLib for Bricscad.

    I'm trying to check Bricscad's version and load correct DOSLib file from lisp.
    But something awesome - it works by typing in command line, but cycles on alert "before loading" by loading this simple code from lisp file. Search path is defined, of course.

    (alert "before loading")
    (if (findfile "DOSLib9.brx")
    (progn (load "DOSLib9.brx") (alert "loaded"))
    )
    (alert "after loading")


    Do you have any ideas for this cycling? The same on Bricscad V9 and V10.

  • Oh, it was my mistake... Must be used arxload, not load.

This discussion has been closed.