Create Addin with Compatibility Inventor Versions and OS 32 and 64 bits

Create Addin with Compatibility Inventor Versions and OS 32 and 64 bits

Crstiano
Collaborator Collaborator
577 Views
2 Replies
Message 1 of 3

Create Addin with Compatibility Inventor Versions and OS 32 and 64 bits

Crstiano
Collaborator
Collaborator

Hi,

I am looking for any example to create an addin compatible between versions of inventor and also compatible win between 32 and 64bit.

 

Today I know create all separate. Thereby generating 4 different files... Smiley Sad

Example:

Addin2013_32x.dll

Addin2013_64x.dll

Addin2014_32x.dll

Addin2014_64x.dll 

 

Thanks in advanced.

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


Cristiano Oliveira
EESignature
ConsultCAD.com

0 Likes
Accepted solutions (1)
578 Views
2 Replies
Replies (2)
Message 2 of 3

philippe.leefsma
Alumni
Alumni
Accepted solution

Hi Cristiano,

 

If you use .Net, then you shouldn't have to worry about 32/64 bit issues. Compiling your add-in with "Any CPU" will be enough.

 

If you compile a .Net add-in against Inventor 2013 interop, you should be able to have it loaded under 2013 32/64 and 2014 32/64.

 

I hope it helps.

 

Regards,

Philippe.

 

 

 

 



Philippe Leefsma
Developer Technical Services
Autodesk Developer Network

0 Likes
Message 3 of 3

Crstiano
Collaborator
Collaborator

Somewhere out this project. I remade and now it's all right, thank you.

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


Cristiano Oliveira
EESignature
ConsultCAD.com

0 Likes