MFC call C#

  • Thread starter Thread starter Kid
  • Start date Start date
K

Kid

Hi

How can I use MFC app to call C# module, can C# write dll for MFC use ?

Is there other way that we can provide C# library to MFC ?

Thank you .
 
Kid said:
Hi

How can I use MFC app to call C# module, can C# write dll for MFC use ?

Is there other way that we can provide C# library to MFC ?

Thank you .
You can create assemblies (dlls only) and which can be exposed as COM
In-Proc (only, no outproc) server to MFC/VC applications.
 
Back
Top