请教
我加入代码后工程运行以后提示错误如下,请问我应该怎样改才能除去错误提示,使程序运行正常???请大侠一定帮忙看看,谢谢!!!工程如下提示错误如下Configuration: 医院人事管理系统 - Win32 Debug--------------------
Compiling...
Add.cpp
C:\Documents and Settings\007\My Documents\医院人事管理系统\Add.cpp(22) : error C2143: syntax error : missing ';' before 'tag::id'
C:\Documents and Settings\007\My Documents\医院人事管理系统\Add.cpp(22) : fatal error C1004: unexpected end of file found
Logon.cpp
C:\Documents and Settings\007\My Documents\医院人事管理系统\Logon.cpp(18) : error C2143: syntax error : missing ';' before 'tag::id'
C:\Documents and Settings\007\My Documents\医院人事管理系统\Logon.cpp(18) : fatal error C1004: unexpected end of file found
Search.cpp
C:\Documents and Settings\007\My Documents\医院人事管理系统\Search.cpp(50) : error C2146: syntax error : missing ';' before identifier 'BOOL'
C:\Documents and Settings\007\My Documents\医院人事管理系统\Search.cpp(50) : fatal error C1004: unexpected end of file found
医院人事管理系统.cpp
c:\documents and settings\007\my documents\医院人事管理系统\医院人事管理系统view.h(11) : fatal error C1083: Cannot open include file: 'afxc.h': No such file or directory
医院人事管理系统View.cpp
c:\documents and settings\007\my documents\医院人事管理系统\医院人事管理系统view.h(11) : fatal error C1083: Cannot open include file: 'afxc.h': No such file or directory
Generating Code...
Error executing cl.exe.医院人事管理系统.exe - 8 error(s), 0 warning(s)