?? manager.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: manager - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
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\人事信息管理系統(tǒng)\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"
<h3>Output Window</h3>
Compiling...
Login.cpp
D:\myprogram\人事信息管理系統(tǒng)\manager\Login.cpp(50) : error C2065: 'CPassWord' : undeclared identifier
D:\myprogram\人事信息管理系統(tǒng)\manager\Login.cpp(50) : error C2146: syntax error : missing ';' before identifier 'login'
D:\myprogram\人事信息管理系統(tǒng)\manager\Login.cpp(50) : error C2065: 'login' : undeclared identifier
D:\myprogram\人事信息管理系統(tǒng)\manager\Login.cpp(56) : error C2228: left of '.GetRecordCount' must have class/struct/union type
D:\myprogram\人事信息管理系統(tǒng)\manager\Login.cpp(58) : error C2228: left of '.Close' must have class/struct/union type
D:\myprogram\人事信息管理系統(tǒng)\manager\Login.cpp(65) : error C2228: left of '.Close' must have class/struct/union type
D:\myprogram\人事信息管理系統(tǒng)\manager\Login.cpp(75) : error C2146: syntax error : missing ';' before identifier 'login'
執(zhí)行 cl.exe 時出錯.
<h3>Results</h3>
manager.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -