📄 calculator.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Calculator - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Calculator.res" /d "_DEBUG" /d "_AFXDLL" "D:\Calculator\Calculator.rc""
Creating temporary file "C:\WINDOWS\TEMP\RSPE0E2.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Calculator.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Calculator\Calculator.cpp"
"D:\Calculator\CalculatorDlg.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPE0E2.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPE0E3.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Calculator.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Calculator\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPE0E3.TMP"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Calculator.pdb" /debug /machine:I386 /out:"Debug/Calculator.exe" /pdbtype:sept .\Debug\Calculator.obj .\Debug\CalculatorDlg.obj .\Debug\StdAfx.obj .\Debug\Calculator.res "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Calculator.cpp
CalculatorDlg.cpp
D:\Calculator\CalculatorDlg.cpp(77) : warning C4305: '=' : truncation from 'const double' to 'float'
D:\Calculator\CalculatorDlg.cpp(247) : warning C4305: '*=' : truncation from 'const double' to 'float'
D:\Calculator\CalculatorDlg.cpp(280) : warning C4305: '=' : truncation from 'const double' to 'float'
D:\Calculator\CalculatorDlg.cpp(423) : warning C4305: '=' : truncation from 'const double' to 'float'
D:\Calculator\CalculatorDlg.cpp(508) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\Calculator\CalculatorDlg.cpp(510) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\Calculator\CalculatorDlg.cpp(512) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\Calculator\CalculatorDlg.cpp(514) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\Calculator\CalculatorDlg.cpp(516) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\Calculator\CalculatorDlg.cpp(518) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\Calculator\CalculatorDlg.cpp(520) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\Calculator\CalculatorDlg.cpp(522) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\Calculator\CalculatorDlg.cpp(528) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
D:\Calculator\CalculatorDlg.cpp(541) : warning C4305: '=' : truncation from 'const double' to 'float'
Generating Code...
Linking...
<h3>Results</h3>
Calculator.exe - 0 error(s), 14 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -