Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is not a question but a hint to any of the other 5 or 6 people using the Inventor C++ COM API.
I've found that in order to compile properly inside InventorUtils.H I had to change the line which starts like this...
#import "RxInventor.tlb" no_namespace...
... to start like this...
#import "C:\Program Files\Autodesk\Inventor 2019\Bin\RxInventor.tlb" no_namespace...
...even though I had the correct search path in my VC project settings.
Hell, the next time I'm going to use C# !
Solved! Go to Solution.