best practices

best practices

Anonymous
Not applicable
226 Views
1 Reply
Message 1 of 2

best practices

Anonymous
Not applicable
i have one VB program that i have written for a group of cad users here that
loads from a lisp command the first ime the user runs it. then it stays
loaded until acad is closed. now i am looking at adding anothe vb program.
will two programs being loaded concurrently be a problem? is it a better
practice to unload when done?
0 Likes
227 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
You can have multiple projects loaded without concern. If a project is used
often, I leave it loaded for performance. If it is used only once (or
rarely) in the drawing, I unload it after execution.

HTH

--
R. Robert Bell, MCSE
www.AcadX.com


"John" wrote in message
news:D072ECFCA2AEFFB86B58ACC33B0A8741@in.WebX.maYIadrTaRb...
|
| i have one VB program that i have written for a group of cad users here
that
| loads from a lisp command the first ime the user runs it. then it stays
| loaded until acad is closed. now i am looking at adding anothe vb
program.
| will two programs being loaded concurrently be a problem? is it a better
| practice to unload when done?
|
|
0 Likes