advantages of using/not using a C++ shim

Add-in Express™ Support Service
That's what is more important than anything else

advantages of using/not using a C++ shim
 
Graham Charles




Posts: 13
Joined: 2005-07-29
I couldn't find any discussion in the docs of the advantages of using or not using a C++ shim for an add-in. There are some snippets in the forums, but I wonder if there's a good overview of the issues involved anywhere?

Thanks!
Posted 29 Jul, 2005 00:18:48 Top
Ryan Farley


Guest


The concept of a shim is described well in this document on MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/html/odc_shim.asp

A shorter and focused post on the topic can be found here:
http://blogs.msdn.com/dancre/archive/2004/05/08/128350.aspx

and here:
http://www.shahine.com/omar/ProgrammingForOutlookUsingManagedCodeIsBetterWithAShim.aspx

Yes, you definitely want one.
-Ryan

Posted 29 Jul, 2005 00:34:24 Top