Calling a C# COM Object from VC++ 6.0
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Can someone please tell me how can I build a C# COM Object from VC++ 6.0? Best Regards, E.A.
E6AD wrote:
how can I build a C# COM Object from VC++ 6.0?
You can't. Do you mean to call one ? The same as you call any COM component, COM is language neutral. Christian Graus - Microsoft MVP - C++
-
E6AD wrote:
how can I build a C# COM Object from VC++ 6.0?
You can't. Do you mean to call one ? The same as you call any COM component, COM is language neutral. Christian Graus - Microsoft MVP - C++