visual c++ - Converting VC++ 6 project to VC++2010 with MFC -


so, have code hasn't been touched since '99, , made vs6. need able compile , change stuff in code, so, after trying vs2010 conversion wizard, few errors saying header files couldnt found.: afxwin.h , , 1 other header file that's related program. know it's using mfc, , since have not express edition of vs, full version, should have dependencies required, right?

so guess question is: best way convert vs file thats several versions old? have create new 2010 c++ proj, , manually port on files?

thanks!

you try create new project existing code if conversion problematic.

vc++ 10 lot better on conformance standard, may find vc++ 6 source code no longer compiles when have working project file (a thing). fixing such problems not hard.


Comments