Link to home
Start Free TrialLog in
Avatar of Abhimanyu_Shukla
Abhimanyu_ShuklaFlag for India

asked on

Migrating Application from Visual Studio C++ 6.0 using MFC to Visual Studio C++ 2008

Hi,

I want to Migrate Windows Form application written in Visual Studio C++ 6.0, using MFC to Visual Studio C++ 2008. I allowed the VS2008 upgrade the code automatically, but I still get the errors while build, specially with header files like fstream.h and iostream.h. Is there any reference guide or case study I can refer to, which will guide me with the steps to take to completely migrate the code, and issue I may face with the migration.
ASKER CERTIFIED SOLUTION
Avatar of pgnatyuk
pgnatyuk
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Abhimanyu_Shukla

ASKER

The suggested approach does not have much of automation involved. It seems then, that that may be the only approach out there, but I am not convinced.