人事管理系统
源代码在线查看: manager.plg
Build Log
--------------------Configuration: manager - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\start\LOCALS~1\Temp\RSP31.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/manager.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\myprogram\人事信息管理系统\manager\Login.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\start\LOCALS~1\Temp\RSP31.tmp"
Creating temporary file "C:\DOCUME~1\start\LOCALS~1\Temp\RSP32.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/manager.pdb" /debug /machine:I386 /out:"Debug/manager.exe" /pdbtype:sept
".\Debug\Login.obj"
".\Debug\LoginDlg.obj"
".\Debug\MainFrm.obj"
".\Debug\manager.obj"
".\Debug\managerDoc.obj"
".\Debug\managerView.obj"
".\Debug\StdAfx.obj"
".\Debug\UserDlg.obj"
".\Debug\manager.res"
]
Creating command line "link.exe @C:\DOCUME~1\start\LOCALS~1\Temp\RSP32.tmp"
Output Window
Compiling...
Login.cpp
D:\myprogram\人事信息管理系统\manager\Login.cpp(50) : error C2065: 'CPassWord' : undeclared identifier
D:\myprogram\人事信息管理系统\manager\Login.cpp(50) : error C2146: syntax error : missing ';' before identifier 'login'
D:\myprogram\人事信息管理系统\manager\Login.cpp(50) : error C2065: 'login' : undeclared identifier
D:\myprogram\人事信息管理系统\manager\Login.cpp(56) : error C2228: left of '.GetRecordCount' must have class/struct/union type
D:\myprogram\人事信息管理系统\manager\Login.cpp(58) : error C2228: left of '.Close' must have class/struct/union type
D:\myprogram\人事信息管理系统\manager\Login.cpp(65) : error C2228: left of '.Close' must have class/struct/union type
D:\myprogram\人事信息管理系统\manager\Login.cpp(75) : error C2146: syntax error : missing ';' before identifier 'login'
执行 cl.exe 时出错.
Results
manager.exe - 1 error(s), 0 warning(s)