views:

5

answers:

0

While migrating MFC application from VC6 to VC9 [VS2008] platform, there are some comilation errors showing error in MFC header files (ocdb.h, afxocc.h).

c:\program files\microsoft visual studio 9.0\vc\atlmfc\include\ocdb.h(551) : error C2143: syntax error : missing '}' before 'constant'

c:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include\afxocc.h(314) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

Anybody came across this problem, pls help me to sort out this issue which is blocking me to complete the migration work...