Message 1 of 10
Problem with Inventor App-wizard

Not applicable
11-08-2004
01:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I installed the Autodesk Inventor 9.0 and the App wizard in the SDK folder of the Inventor. I created a sample application. an compiled it without adding any command. It compiled successfully. Now I added a single command, I compiled successfully. But if I add another command and trying to compile the application I am getting the following errors for each newly added command after first one
Compiling...
INCICHECKAddInServer.cpp
E:\ManojKM\INCICHECKAddin\INCICHECKAddInServer.cpp(60) : error C2086: 'pCommandMgr' : redefinition
E:\ManojKM\INCICHECKAddin\INCICHECKAddInServer.cpp(60) : error C2086: 'pControlDefs' : redefinition
E:\ManojKM\INCICHECKAddin\INCICHECKAddInServer.cpp(60) : error C2374: 'ppsz' : redefinition; multiple initialization
E:\ManojKM\INCICHECKAddin\INCICHECKAddInServer.cpp(58) : see declaration of 'ppsz'
Error executing cl.exe.
INCICHECKAddin.dll - 3 error(s), 0 warning(s)
Do any body has idea what wrong is going with my project?
Thanks in advance
manoj
I installed the Autodesk Inventor 9.0 and the App wizard in the SDK folder of the Inventor. I created a sample application. an compiled it without adding any command. It compiled successfully. Now I added a single command, I compiled successfully. But if I add another command and trying to compile the application I am getting the following errors for each newly added command after first one
Compiling...
INCICHECKAddInServer.cpp
E:\ManojKM\INCICHECKAddin\INCICHECKAddInServer.cpp(60) : error C2086: 'pCommandMgr' : redefinition
E:\ManojKM\INCICHECKAddin\INCICHECKAddInServer.cpp(60) : error C2086: 'pControlDefs' : redefinition
E:\ManojKM\INCICHECKAddin\INCICHECKAddInServer.cpp(60) : error C2374: 'ppsz' : redefinition; multiple initialization
E:\ManojKM\INCICHECKAddin\INCICHECKAddInServer.cpp(58) : see declaration of 'ppsz'
Error executing cl.exe.
INCICHECKAddin.dll - 3 error(s), 0 warning(s)
Do any body has idea what wrong is going with my project?
Thanks in advance
manoj