MFC call C#

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 .
 
A

Ashutosh

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top