Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are having an application written in vc++6.0. Application has 11 extension dlls and one exe.

We want to migrate that application to C# .net.
To start with this we have planned to compile all dlls code into vc++.net.
and migrate exe to C# .net which will use the functionality of dlls which are in vc++.net. After completing this task we will migrate each dll one by one.

As I am new to C#, kindly give me suggestion how to start with the same migration process or any other alternative migration process is there.
Posted

VC++ and C# are different beasts altogether.

Your best bet to go to a managed platform is exactly as you have said.

The only suggestion I have is don't port to c# until it is absolutely necessary.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900