[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.excel.programming

Are Excel Shim Dll's have COM support

abhimanyu

12/14/2006 9:09:00 AM

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

1 Answer

RapidXLL_NET

12/15/2006 10:32:00 AM

0


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.Ra... for sample dll and .NET
application code.


abhimanyu wrote:
> 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