Inventor Add-in and multiple DLL's

Inventor Add-in and multiple DLL's

MJBusseyMS
Participant Participant
554 Views
2 Replies
Message 1 of 3

Inventor Add-in and multiple DLL's

MJBusseyMS
Participant
Participant

Can an Inventor Add-in consist of more than one DLL?  If we have a library of standard routines that is a DLL separate from the DLL we are building for an Add-in, what is the best way to reference the library into the Add-in project?  

0 Likes
555 Views
2 Replies
Replies (2)
Message 2 of 3

HideoYamada
Advisor
Advisor

Hello,

 

I don't know that this is the best way, you can load the DLLs dynamically by using Assembly.LoadFile or Assembly.LoadFrom.

 

=====

Freeradical

 Hideo Yamada

 

=====
Freeradical
 Hideo Yamada
https://www.freeradical.jp
0 Likes
Message 3 of 3

JelteDeJong
Mentor
Mentor

i can confirme that it is possible to create addons that exitst of multiple dll's. I have created them. You can refrence other dll's just like you reference the Autodesk.Inventor.Interop.dll.

Jelte de Jong
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.

EESignature


Blog: hjalte.nl - github.com

0 Likes