MFC Dll with COM Interface

Posted by Harsha on Stack Overflow See other posts from Stack Overflow or by Harsha
Published on 2010-04-27T09:15:20Z Indexed on 2010/04/27 13:33 UTC
Read the original article Hit count: 461

Filed under:
|
|
|
|

Hi All,

I am pretty new to managed/unmanaged interoperability and COM concepts.

I received a suggestion of using COM Interop, for using my existing MFC code in C#. But the problem for me is, i have a MFC Dll which is not a valid COM component. How to make this MFC DLLs to have COM-accessible interfaces ready for use in .NET.

I tried to search for any settings to make it COM accessible, but was not able to understand any!!

Any suggestions or ideas are welcome.

Thanks a lot!

© Stack Overflow or respective owner

Related posts about mfc

Related posts about c#