Message 1 of 2
VB6 error initializing Acad
Not applicable
10-15-2001
01:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Why do the following lines of code return an error in VB6 when I use them as
stated in the help files? By the way, I am using LDD2i.
Dim appAcad as AcadApplication
Dim objAcadMap as AcadMap
Set appAcad = GetObject(, "Acad.Application")
set objAcadMap as appAcad.GetInterfaceObject("AutoCADMap.Application")
stated in the help files? By the way, I am using LDD2i.
Dim appAcad as AcadApplication
Dim objAcadMap as AcadMap
Set appAcad = GetObject(, "Acad.Application")
set objAcadMap as appAcad.GetInterfaceObject("AutoCADMap.Application")