Are Excel Shim Dll's have COM support

A

abhimanyu

Hi,

I've created a Shim dll for my AddIn assembly. The Shim dll was built
as a VC++ project. I need to use this dll in my .NET project but it
says that the dll is not a valid COM component.

Aren;t these shim dll COM components ?

regards
 
R

RapidXLL_NET

In general, it is necessary to wrap native C/C++ DLLs using MC++ to
convert it into a .NET library. This library would then be accessible
from any of the .NET languags ( C#, VBA.NET, ...)

RapidXLL_NET automatically converts C++ headers into .NET libraries.
Please visit http://www.RapidXLL.net for sample dll and .NET
application code.
 

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