Add-On <-> COM Add-In ?

S

SomeNewDev

Hi,

I'm not new to developing, but kinda new to Office automation.
I already know this comparison between Add-On and COM Add-In:
http://msdn.microsoft.com/de-de/library/bb851468(en-us).aspx

My question is, is there a not mentioned 'important' difference them ?

Google only gives me ".. in the end it's just a 20% speed advantage for
Add-ons, nothing more !".

Is there anybody who has more experience with this ?

I just wanna know, if e.g I will start to code an Add-In in C#,
that I won't miss a single 'possibility' in the future.
On the other side, why should I bother myself with C++, if
it won't give me a single advantage at all (inspite of slightly faster
performance) ?

Thank you..
 
S

SomeNewDev

Thanks a lot for the links ! They somewhat harden the sense of using dotNET.

Don't get me wrong, I would try to avoid naked C or C++ anyway.
I was just curious, if anybody knows of a case when using ->native<- code
might be a must-have or at least a great win concerning visio add-in
development.

For instance there's still C++/CLI. As far as I can see, I would be on the
safe side with it, but imo would be too laborious to code in.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top