about c# , com and vc.net

  • Thread starter Thread starter ultrabar
  • Start date Start date
ultrabar said:
can a control written in c# convert into com and be
invoked in unmanaged vc.net?

Ok, a somewhat longer answer.

Yes, you can develop COM components in C#. Of course you can consume COM
components in unmanged C++ just like you've always been able to.

http://www.codeproject.com/dotnet/COM_DOTNET_INTEROP.asp is a good place to
start - this article covers just about everything you need to know to get a
COM interop solution built & working.

-cd
 
Back
Top