Help with using SDK\DeveloperTools\Samples\VB.NET\AddIns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have done lots of VB.Net programming with the Inventor API but I would like to learn how to create an Add-In which integrates into the Inventor Interface.
There are just a few things I don't understand. The sample projects are Class Libraries, hence will output dll files when build. How are the 'Visial Studio Add-in definition file's generated?
When I try build the sample projects on my machine, the Post-build events are causing an error (exited with code 9009). What is it that these build events are actually doing? I have a feeling this question might answer my first question too!
call "$(VS110COMNTOOLS)vsvars32.bat"
mt.exe -manifest "$(ProjectDir)My Project\SimpleAddIn.manifest" -outputresource:"$(TargetPath)";#2
tlbexp "$(TargetPath)"
Any help explaining the concepts would be much appreciated. As would any advice on helping to get started.
Many thanks,
Wayne
Inventor 2013 Certified Professional
Autodesk Inventor Professional 2023
Visual Studio 2022
Windows 10 Pro, 64-bit