Message 1 of 12
VB6 / Autocad 2021
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a program in VB6 working in Autocad 2019, and I want to migrate to Autocad 2021.
If I change the code in CreateObject and GetObject from AutoCAD.Application.23 to AutoCAD.Application.24, and I change references from 2019 to 2021 in the project, the program stops trying to connect to Autocad 2021 but doesnt work.
Any idea about the problem?