MFC to C#

C

Chester Ragel

Hi,

Do any of you have any guide or something to migrate VC++ 6.0 MFC code to
C#? I want a guide which has a collection of C# equivalent to MFC code.

For exmaple,
CRect = System.Drawing.Rectangle..

Thank you,
Chester.
 
L

Lloyd Dupont

you could try to simply continue using C++, turn on clr for your app and
slowly start to use it.
hey, easy migration path!
 

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

Similar Threads

How to use CTL3D.H in VS2010 0
To utilize old MFC dll in WPF 3
mfc or dotnet? 20
managed code execution from unmanaged code; AppDomain 2
Resource localization 1
MFC and C# 5
VC++ to C#.NET 4
Porting VC++ to C#?? 3

Top