CommanderZ
Warlord
Hello,
I downloaded the VS 2005 SDK from this site yesterday. I tried to compile it today (without any changes in code or project settings), but it returned a lengthy list of problems. Most of them are insecure function warnings (no problem), but there are also some serious errors.
First errors are these two:
Then several files later there are similiar errors:
and one new
This is probably last conventional error
but there are also many "pdb corrupted" errors (I tried to delete the file and to rebuild the project, no effect) like this
Complete error report is in attachment.
I can roll back to VS 2005 if it is necessary, I started using 2008 cca three weeks ago.
Thanks for help
I downloaded the VS 2005 SDK from this site yesterday. I tried to compile it today (without any changes in code or project settings), but it returned a lengthy list of problems. Most of them are insecure function warnings (no problem), but there are also some serious errors.
First errors are these two:
Code:
.\CvUnitAI.cpp(8666) : error C2065: 'iI' : undeclared identifier
.\CvUnitAI.cpp(8940) : error C2065: 'iI' : undeclared identifier
Code:
.\CvGameTextMgr.cpp(7723) : error C2065: 'iI' : undeclared identifier
.\CvGameTextMgr.cpp(7723) : error C2065: 'iI' : undeclared identifier
.\CvGameTextMgr.cpp(7723) : error C2065: 'iI' : undeclared identifier
.\CvGameTextMgr.cpp(7725) : error C2065: 'iI' : undeclared identifier
.\CvGameTextMgr.cpp(7727) : error C2065: 'iI' : undeclared identifier
.\CvGameTextMgr.cpp(7730) : error C2065: 'iI' : undeclared identifier
Code:
.\CvGameTextMgr.cpp(7730) : error C2228: left of '.getDescription' must have class/struct/union
Code:
.\CvGame.cpp(5974) : error C2065: 'iTeam' : undeclared identifier
Code:
.\CvDLLButtonPopup.cpp(3) : error C2471: cannot update program database 'c:\documents and settings\mzabsky\dokumenty\visual studio 2008\projects\cvgamecoredll\release\vc70.pdb'
.\CvDLLButtonPopup.cpp(2515) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Complete error report is in attachment.
I can roll back to VS 2005 if it is necessary, I started using 2008 cca three weeks ago.
Thanks for help