SETUP

SETUP

Anonymous
Not applicable
154 Views
1 Reply
Message 1 of 2

SETUP

Anonymous
Not applicable
Currently I have acad.lsp running on startup of autocad and using (vl-vbarun //path to dvb file!startup) to load my dvb file which contains about 30 modules and 10 forms for all my different routines. This is beginning to get very cumbersome as I add more and more.
Is there a way to save the individual tools and routines as seperate external files which can be run from the click of a button from the autocad interface?
0 Likes
155 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Would you consider a class library or dll that would contain all of your
routines?: You can then reference the in-process server and then just have
little stub routines in your DVB file to call them.

Dale


"RaNDoM" wrote in message news:5750529@discussion.autodesk.com...
Currently I have acad.lsp running on startup of autocad and using (vl-vbarun
//path to dvb file!startup) to load my dvb file which contains about 30
modules and 10 forms for all my different routines. This is beginning to get
very cumbersome as I add more and more.
Is there a way to save the individual tools and routines as seperate
external files which can be run from the click of a button from the autocad
interface?
0 Likes