Host .NET user controls in my C++ application

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

I have a C++ application that needs to host .NET .dlls' as plugins.
How can my C++ application support the CLR?

-Lou
 
You can do this by hosting the CLR in your process. See 'Unmanaged API
Reference' in MSDN. See CorBindtoRuntime* functions.

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
 
Back
Top