📄 exp13.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: exp13 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/exp13.res" /d "_DEBUG" /d "_AFXDLL" "I:\Documents and Settings\liangfeng\My Documents\C++\例题源代码\ch13\13_1\exp13.rc""
Creating temporary file "I:\DOCUME~1\LIANGF~1\LOCALS~1\Temp\RSPD.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/exp13.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"I:\Documents and Settings\liangfeng\My Documents\C++\例题源代码\ch13\13_1\empfunc.cpp"
"I:\Documents and Settings\liangfeng\My Documents\C++\例题源代码\ch13\13_1\exp13.cpp"
"I:\Documents and Settings\liangfeng\My Documents\C++\例题源代码\ch13\13_1\exp13Doc.cpp"
"I:\Documents and Settings\liangfeng\My Documents\C++\例题源代码\ch13\13_1\exp13View.cpp"
"I:\Documents and Settings\liangfeng\My Documents\C++\例题源代码\ch13\13_1\expdlg.cpp"
"I:\Documents and Settings\liangfeng\My Documents\C++\例题源代码\ch13\13_1\MainFrm.cpp"
]
Creating command line "cl.exe @I:\DOCUME~1\LIANGF~1\LOCALS~1\Temp\RSPD.tmp"
Creating temporary file "I:\DOCUME~1\LIANGF~1\LOCALS~1\Temp\RSPE.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/exp13.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"I:\Documents and Settings\liangfeng\My Documents\C++\例题源代码\ch13\13_1\StdAfx.cpp"
]
Creating command line "cl.exe @I:\DOCUME~1\LIANGF~1\LOCALS~1\Temp\RSPE.tmp"
Creating temporary file "I:\DOCUME~1\LIANGF~1\LOCALS~1\Temp\RSPF.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/exp13.pdb" /debug /machine:I386 /out:"Debug/exp13.exe" /pdbtype:sept
".\Debug\empfunc.obj"
".\Debug\exp13.obj"
".\Debug\exp13Doc.obj"
".\Debug\exp13View.obj"
".\Debug\expdlg.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\exp13.res"
]
Creating command line "link.exe @I:\DOCUME~1\LIANGF~1\LOCALS~1\Temp\RSPF.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
empfunc.cpp
I:\Documents and Settings\liangfeng\My Documents\C++\例题源代码\ch13\13_1\empfunc.cpp(47) : warning C4305: '=' : truncation from 'const double' to 'float'
I:\Documents and Settings\liangfeng\My Documents\C++\例题源代码\ch13\13_1\empfunc.cpp(69) : warning C4305: '=' : truncation from 'const double' to 'float'
exp13.cpp
exp13Doc.cpp
exp13View.cpp
expdlg.cpp
MainFrm.cpp
Generating Code...
Linking...
<h3>Results</h3>
exp13.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -