Message 1 of 5
VB6 & Autocad 2013
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys we have a program written in VB6. We have used it since autocad 2004 and just updated the references with each new autocad version. Until 2013. We use this to connect to autocad.
Set acApp = GetObject(, "AutoCAD.Application.19")
Currently we have a win xp 32bit with VB6 installed on it. And the program runs fine. But if we run the same program on our WIN 7 x64 computers it cannot find the autocad session. Keep in mind in ran fine on both computers with 2012 so I cant see it being a X32/X64 issue. But something it missing. Any ideas?