port a MFC application to .NET

T

Tony Johansson

We have a big and rather complex MFC dll that we intent to port to .NET.
If we intent to port the code to a managed C++.dll will this be nearly as
much as rewriting
everything to C#.

//Tony
 
D

David Lowndes

We have a big and rather complex MFC dll that we intent to port to .NET.
If we intent to port the code to a managed C++.dll will this be nearly as
much as rewriting everything to C#.

Tony,

It's difficult to say without knowing more of your DLL.

If the exposed interface from your .Net converted component is a small
portion of the source code you could leave most of the code as native
and use C++/CLI to create a .Net wrapper without having to rework most
of your code.

Dave
 

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