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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top