Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

C++ 64 bit when doing an addin for Inventor 64, but 32 or 64 bit for exe...

1 REPLY 1
SOLVED
Reply
Message 1 of 2
oransen
402 Views, 1 Reply

C++ 64 bit when doing an addin for Inventor 64, but 32 or 64 bit for exe...

Is this statement true for C++ compilation:

 

You should use 64 bit compilation when doing an addin for 64 bit Inventor...

...but you can use 32 or 64 bit when doing an external exe which will communicate with 64 bit Inventor?

 

 

1 REPLY 1
Message 2 of 2
philippe.leefsma
in reply to: oransen

True.

 

Reason is the addin will run in process, so Inventor 32 can only load 32-bit addins, and reciproquely for 64-bit. But if you use an external exe, the processes are independant and because the comminication is done through COM server it will not matter.

 

Regards,

Philippe.



Philippe Leefsma
Developer Technical Services
Autodesk Developer Network

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report