AutoCAD Mechanical
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Autodesk SymBBAuto 3.0 Type Library
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Have a big problem with Autocad Mechanical 2011 VBA.
I get a Runtime error (Problem in loading application.)
Here is the code:
Dim symbb As McadSymbolBBMgr
Set symbb = Thisdrawing.Application.GetInterfaceObject("SymBBA
The SymBBAuto fails to load. Has anyone have the same problem?
Looking for any comments and/or fixes on this problem in Autodesk SymBBAuto 3.0 Type Library.
Re: Autodesk SymBBAuto 3.0 Type Library
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I've got the same problem with AM 2013.
Re: Autodesk SymBBAuto 3.0 Type Library
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
did you solve this problem?
Please see
http://forums.autodesk.com/t5/AutoCAD-Mechanical/S
I have the same issue...
Re: Autodesk SymBBAuto 3.0 Type Library
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Yes, I've solved my problem, but unfortunately I don't remember how and I'm not able to find something about that in my notes.
But in my final code, I'm using :
Dim symMgr As New McadSymbolBBMgr
instead of :
Dim symbb As McadSymbolBBMgr
Set symbb = Thisdrawing.Application.GetInterfaceObject("SymBBA
I'm using Interop.SymBBAuto 3.0 with Embed Interop Types at true and Isolate at false.
Also if you want to run your app on x86 and x64, you have to change the guid of the reference in your .vbproj file :
{71477CDD-CA02-4842-98C7-7141520E7D70} for x64
and
{4A193255-4AC6-4E04-9DE7-B041C5B216D4} for x86
It is a misery, as always with COM...
Re: Autodesk SymBBAuto 3.0 Type Library
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
FRFR1426:
please read my reply in
http://forums.autodesk.com/t5/AutoCAD-Mechanical/SymBBAuto-x-ACADM-2013-VBA/td-p/3536186
it might help you.
Li Fei
SQA Engineer
Autodesk
Re: Autodesk SymBBAuto 3.0 Type Library
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
hi FRFR1426
Many thanks for your tip.
I tried also the tip from Li Fei and it worked very well on ACADM 2013 ! But some other conversions were needed, now we are able to migrate.
Regards
