I am having C# dll supplying services to C# applications.
I want to use this C# dll also from unmanaged VC++ dll but I do not want to
convert the C# dll to strongly name and COM. Do I have any way of doing so,
maybe using another VC++ mixed mode dll that the VC++ unmannged dll will use
it and it will use the C# dll?
I am using 2003 environment.
Masi - 07 Jun 2005 13:50 GMT
Maybe this helps you
http://www.developer.com/net/cplus/article.php/10919_1553221_2
> I am having C# dll supplying services to C# applications.
> I want to use this C# dll also from unmanaged VC++ dll but I do not want to
[quoted text clipped - 3 lines]
>
> I am using 2003 environment.