MFC to C#

  • Thread starter Thread starter Chester Ragel
  • Start date Start date
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.
 
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


Back
Top