Problem of McadTitleBorderMgr andMcadTitle objects of AutoCAD Mechanical 2015
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I am creating a Inventor to AutoCAD Mechanical drawing converting program in VBA.
The Inventor version I use is Inventor 2015 SP2 Update 5, with AutoCAD Mechanical 2015 SP2.
The program can run smoothly with Inventor 2015 SP2 Update 5 and AutoCAD Mechanical 2012 or 2016, but not OK with 2015.
Whenever I try to run the program, it shows this message:
I found if I comment the follow line of code, then the message above is gone:
Dim title as McadTitle
However the next message I get is this:
I cannot just let these lines of code gone, it's part of what the program is coded for, to replace inventor title blocks with ACADM title blocks. I have tried the program in two machines, one in Windows 7 and one in Windows 10, same result. Don't know what's wrong with it. The references used in the VBA project is as follows:
Please help me with this.