📄 login.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Login - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Login.res" /d "_DEBUG" /d "_AFXDLL" "D:\测试区\vc\CH02\Login\Login.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP27.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Login.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\测试区\vc\CH02\Login\EditLimit.cpp"
"D:\测试区\vc\CH02\Login\Login.cpp"
"D:\测试区\vc\CH02\Login\LoginDlg.cpp"
"D:\测试区\vc\CH02\Login\MD5.cpp"
"D:\测试区\vc\CH02\Login\UserData.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP27.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP28.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Login.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\测试区\vc\CH02\Login\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP28.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP29.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Login.pdb" /debug /machine:I386 /out:"Debug/Login.exe" /pdbtype:sept
".\Debug\EditLimit.obj"
".\Debug\Login.obj"
".\Debug\LoginDlg.obj"
".\Debug\MD5.obj"
".\Debug\StdAfx.obj"
".\Debug\UserData.obj"
".\Debug\Login.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP29.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
EditLimit.cpp
Login.cpp
LoginDlg.cpp
MD5.cpp
D:\测试区\vc\CH02\Login\MD5.cpp(251) : warning C4018: '<' : signed/unsigned mismatch
UserData.cpp
d:\测试区\vc\ch02\login\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Generating Code...
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/Login.bsc" ".\Debug\StdAfx.sbr" ".\Debug\EditLimit.sbr" ".\Debug\Login.sbr" ".\Debug\LoginDlg.sbr" ".\Debug\MD5.sbr" ".\Debug\UserData.sbr""
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
Login.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -