📄 stu.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: STU - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/STU.res" /d "NDEBUG" /d "_AFXDLL" "D:\OTHER\book\VCADO book\源文件\ch6\STU\STU.rc""
Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP177.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/STU.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\OTHER\book\VCADO book\源文件\ch6\STU\baseInfo.cpp"
"D:\OTHER\book\VCADO book\源文件\ch6\STU\STU.cpp"
"D:\OTHER\book\VCADO book\源文件\ch6\STU\STUDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP177.tmp"
Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP178.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/STU.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\OTHER\book\VCADO book\源文件\ch6\STU\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP178.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/STU.pdb" /machine:I386 /out:"Release/STU.exe" ".\Release\baseInfo.obj" ".\Release\StdAfx.obj" ".\Release\STU.obj" ".\Release\STUDlg.obj" ".\Release\STU.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
d:\other\book\vcado book\源文件\ch6\stu\release\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
baseInfo.cpp
STU.cpp
STUDlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
STU.exe - 0 error(s), 1 warning(s)
<h3>
--------------------Configuration: STU - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/STU.res" /d "_DEBUG" /d "_AFXDLL" "D:\OTHER\book\VCADO book\源文件\ch6\STU\STU.rc""
Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP17A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/STU.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\OTHER\book\VCADO book\源文件\ch6\STU\baseInfo.cpp"
"D:\OTHER\book\VCADO book\源文件\ch6\STU\STU.cpp"
"D:\OTHER\book\VCADO book\源文件\ch6\STU\STUDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP17A.tmp"
Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP17B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/STU.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\OTHER\book\VCADO book\源文件\ch6\STU\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP17B.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/STU.pdb" /debug /machine:I386 /out:"Debug/STU.exe" /pdbtype:sept ".\Debug\baseInfo.obj" ".\Debug\StdAfx.obj" ".\Debug\STU.obj" ".\Debug\STUDlg.obj" ".\Debug\STU.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
d:\other\book\vcado book\源文件\ch6\stu\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
baseInfo.cpp
STU.cpp
STUDlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
STU.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -