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++.
 
Back
Top