Autoload DVB through Startup Suite, without needing a stub loader via lisp

Autoload DVB through Startup Suite, without needing a stub loader via lisp

Anonymous
Not applicable
294 Views
3 Replies
Message 1 of 4

Autoload DVB through Startup Suite, without needing a stub loader via lisp

Anonymous
Not applicable
Can this be done. I've got a routine with Event Handlers. I'd like to place it in the Startup Suite without having to run use "vl-vbarun" to initialize it. Thanks for your help. Craig
0 Likes
295 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Create an ACAD.DVB file, save it in the support path. Create an ACADStartup() sub in the ThisDrawing module Add your code there. -- I support two teams: the Red Sox and whoever beats the Yankees. "CraigV(fs)" wrote in message news:41545bfa_3@newsprd01... | Can this be done. | | I've got a routine with Event Handlers. I'd like to place it in the Startup | Suite without having to run use "vl-vbarun" to initialize it. | | Thanks for your help. | | Craig | |
0 Likes
Message 3 of 4

Anonymous
Not applicable
I'd rather not use that filename since I may be installing it on a system which already uses it... "Matt W" wrote in message news:41545de0_3@newsprd01... > Create an ACAD.DVB file, save it in the support path. > Create an ACADStartup() sub in the ThisDrawing module > > Add your code there. > > -- > I support two teams: the Red Sox and whoever beats the Yankees. > > > "CraigV(fs)" wrote in message > news:41545bfa_3@newsprd01... > | Can this be done. > | > | I've got a routine with Event Handlers. I'd like to place it in the > Startup > | Suite without having to run use "vl-vbarun" to initialize it. > | > | Thanks for your help. > | > | Craig > | > | > >
0 Likes
Message 4 of 4

Anonymous
Not applicable
That's the only name you can use. If one exists, then you need to combine the two. In addition to the ACAD.DVB, you will need a file named ACAD.RX which you can create with NotePad. In it you need 1 line of code: acadvba - 2000-2002 acvba - 2004+ This will ensure that vba has been initialized prior to loading the ACAD.DVB file. -- Mike ___________________________ Mike Tuersley CADalyst's CAD Clinic Rand IMAGINiT Technologies ___________________________ the trick is to realize that there is no spoon...
0 Likes