CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2005
    Posts
    8

    Question MFC app conversion to .NET

    I wanna convert my MFC application to C#. Can somebody help with suggestions/tools?

  2. #2
    Join Date
    Mar 2004
    Location
    (Upper-) Austria
    Posts
    2,899

    Re: MFC app conversion to .NET

    Quote Originally Posted by jackand007
    I wanna convert my MFC application to C#. Can somebody help with suggestions/tools?
    I guess completly rewritting it is your way, since conversation is barely possible and more time consuming.
    I am not offering technical guidiance via email or IM
    Come on share your photo with us! CG members photo album!
    Use the Code Tags!

  3. #3
    Join Date
    Nov 2005
    Posts
    8

    Lightbulb Re: MFC app conversion to .NET

    I am ready to rewrite the app and doing so for the UI conversion I found a tool RC Convertor from www.dudelabs.com but I cannot find any other tool which can convert my business logic code from C++ to C#.Will keep you posted with my progress.

  4. #4
    Join Date
    Nov 2003
    Posts
    1,405

    Re: MFC app conversion to .NET

    Quote Originally Posted by NoHero
    I guess completly rewritting it is your way, since conversation is barely possible and more time consuming.
    There are several languages within the .NET framework that can be combined into a mixed solution, and C++ is one of them. So you can do the porting in steps. First everything to C++ .NET. Then selected parts, or everything, or just new parts, to C#.

  5. #5
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: MFC app conversion to .NET

    Quote Originally Posted by _uj
    There are several languages within the .NET framework that can be combined into a mixed solution, and C++ is one of them. So you can do the porting in steps. First everything to C++ .NET. Then selected parts, or everything, or just new parts, to C#.
    Well...this would be one step too much....if you already have converted it to managed C++ then why would you bother to convert it further to C#?

  6. #6
    Join Date
    Nov 2005
    Posts
    8

    Re: MFC app conversion to .NET

    Quote Originally Posted by Andreas Masur
    Well...this would be one step too much....if you already have converted it to managed C++ then why would you bother to convert it further to C#?

    I am converting my MFC app to C#.I am writing all code by hand and I am useing RC convertor Tool for UI conversion from www.dudelabs.com.

    Any body can help me to find a Tool, which can convert my MFC APP code to .NET.I searched alot but i was not able to find any tool.If anyone useing any tool which can convert MFC APP code to .NET then let me know.

  7. #7
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: MFC app conversion to .NET

    Well...as already indicated, I haven't heard of such a tool and quite honest I wouldn't be sure whether anybody would program such a thing since it would mean to write a huge parser with deep knowledge about both languages and their constructs.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured