Application migration from Visualstudio 2008 to visual studio 6
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
HI, I need to migrate my Visualstudio 2008 win 32 Dll creation application to Visual Studio 6. Please suggest some tips or mention where i can get information to migrate it. Thanks, Krishna
-
HI, I need to migrate my Visualstudio 2008 win 32 Dll creation application to Visual Studio 6. Please suggest some tips or mention where i can get information to migrate it. Thanks, Krishna
does this help : VC++7 to VC++6 project converter[^] ? if not, you can always create a blank project in VC6, then add your source files to it. that's what i'd do.
-
does this help : VC++7 to VC++6 project converter[^] ? if not, you can always create a blank project in VC6, then add your source files to it. that's what i'd do.
Thanku it helped me.