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.
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