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

    [RESOLVED] VC++ to .NET automation?

    I have several large projects which were originally designed in VC++ and now I am looking to move them to .NET class libraries to be used for my C# GUI and web services front ends.

    I've looked at articles and am pretty confident in how to wrap unmanaged VC++ classes in managed ones, but I've realized that there is a very high degree of repetition involved. Are there any plans to release a code generation tool for VC++ which will take unmanaged VC++ files and produce wrappers?

  2. #2
    Join Date
    Aug 2005
    Posts
    23

    Re: VC++ to .NET automation?

    I don't believe we have current plans for developing such tool (at least not in the Orcas time frame).

    Thanks,
    Ayman Shoukry
    Program Manager
    VC++ Team

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