Hi.
I’ve searched for articles of how to implement my new .NET dll in my old MFC application. Firs of all – Is It possible. If I am really glad for tips on how to do it.
All tips are welcomed!
Printable View
Hi.
I’ve searched for articles of how to implement my new .NET dll in my old MFC application. Firs of all – Is It possible. If I am really glad for tips on how to do it.
All tips are welcomed!
In order to call your managed dll from C++ or any unmanaged environment, the best way is to wrap it with COM, using the tool regasm.
http://msdn.microsoft.com/library/de...lregasmexe.asp
You can then call the dll as any other COM dll.
OK!! Thanks!
I've googled for Regasm.exe but I can not find it. Any clue...