I haven't re-read our article in awhile, but it might explain the benefits.
http://code.acadx.com/articles/003.htm
--
R. Robert Bell, MCSE
www.AcadX.com
"Dale Levesque" wrote in message
news:530B17BFCB4DCB40E046511A64675642@in.WebX.maYIadrTaRb...
| Frank,
|
| Do you know of a comprehensive explanation anywhere re: the
| benefits/penalties of doing this? In process servers, etc.? I'm not clear
on
| this subject and would like to figure it all out.
|
| Dale
|
|
|
| "Frank Oquendo" wrote in message
| news:E2E251ADC1678CE8F48FE6A3D3F8214F@in.WebX.maYIadrTaRb...
| > Bill Schoenhut wrote:
| > > I know this was posted sometime ago but I can't find it. How do you
| convert
| > > a .dvb file into a dll and then call it from AutoCAD vba?
| >
| > It won't be a straight port. You connect to AutoCAD in a different way
| > and there is no ThisDrawing object. Also, any forms in your DVB will
| > have to be completely rewritten.
| >
| > Once compiled, you use the DLL just like any other library: reference
| > it, instantiate an object supplied by the DLL and manipulate the object
| > via its properties and methods.
| >
| > --
| > "It is more important that you know how to find the answer than to have
| > the answer" - Me
| > http://code.acadx.com
| >
|
|