📄 calculator.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Calculator - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/Calculator.res" /d "NDEBUG" /d "_AFXDLL" "F:\TDdownload\Code\Calculator\Calculator.rc""
Creating temporary file "C:\DOCUME~1\Terra\LOCALS~1\Temp\RSP17C.tmp" with contents
[
/nologo /MD /W3 /GX /Zi /Od /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Calculator.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\TDdownload\Code\Calculator\Calculation.cpp"
"F:\TDdownload\Code\Calculator\Calculator.cpp"
"F:\TDdownload\Code\Calculator\CalculatorDlg.cpp"
"F:\TDdownload\Code\Calculator\CFUNC.cpp"
"F:\TDdownload\Code\Calculator\CNUM.cpp"
"F:\TDdownload\Code\Calculator\COP.cpp"
"F:\TDdownload\Code\Calculator\MFECToolTip.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Terra\LOCALS~1\Temp\RSP17C.tmp"
Creating temporary file "C:\DOCUME~1\Terra\LOCALS~1\Temp\RSP17D.tmp" with contents
[
/nologo /MD /W3 /GX /Zi /Od /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Calculator.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\TDdownload\Code\Calculator\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Terra\LOCALS~1\Temp\RSP17D.tmp"
Creating temporary file "C:\DOCUME~1\Terra\LOCALS~1\Temp\RSP17E.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/Calculator.pdb" /debug /machine:I386 /out:"Release/Calculator.exe"
.\Release\Calculation.obj
.\Release\Calculator.obj
.\Release\CalculatorDlg.obj
.\Release\CFUNC.obj
.\Release\CNUM.obj
.\Release\COP.obj
.\Release\MFECToolTip.obj
.\Release\StdAfx.obj
.\Release\Calculator.res
]
Creating command line "link.exe @C:\DOCUME~1\Terra\LOCALS~1\Temp\RSP17E.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Calculation.cpp
F:\TDdownload\Code\Calculator\Calculation.cpp(734) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
F:\TDdownload\Code\Calculator\Calculation.cpp(789) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
F:\TDdownload\Code\Calculator\Calculation.cpp(847) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
Calculator.cpp
CalculatorDlg.cpp
CFUNC.cpp
CNUM.cpp
COP.cpp
MFECToolTip.cpp
Generating Code...
Linking...
<h3>Results</h3>
Calculator.exe - 0 error(s), 3 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -