Converting .NET dll to COM dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to convert a .NET dll to COM dll. Heard there is a way of doing. It is very much needed. I have to use it in VC++.
 
You cannot 'convert' a DLL, but you can make it accessible to COM clients.
Please refer to the "Exposing .NET Framework Components to COM" topic in the
MSDN library.

KrisBabu said:
Is it possible to convert a .NET dll to COM dll. Heard there is a way of
doing. It is very much needed. I have to use it in VC++.
 

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