Creating a 64 bit plugin using the VS2010 Wizard |
Top Previous Next |
You may well get 2 warnings and 1 error. The error could MSB3073, be that it cannot copy the .addin file into the Inventor addins directory, This is usually because the .addins directory in the makefile does not contain the string 2013. For example this is wrong:
"C:\ProgramData\Autodesk\Inventor Addins\"
It should be:
"C:\ProgramData\Autodesk\Inventor 2013\Addins"
So you'll have to change that in the command line of the post build event step.
|
Text, images and diagrams © 2021 Owen F. Ransen. All rights reserved. (But copy the source code as much as you want!)