📄 convertion.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Convertion - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\何笑何~1.000\LOCALS~1\Temp\RSP50.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/Convertion.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\Language\VC\Convertion\ConvertionDlg.cpp"
]
Creating command line "cl.exe @"D:\DOCUME~1\何笑何~1.000\LOCALS~1\Temp\RSP50.tmp""
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/Convertion.pdb" /machine:I386 /out:"Release/Convertion.exe" .\Release\Convertion.obj .\Release\ConvertionDlg.obj .\Release\StdAfx.obj .\Release\Convertion.res "
<h3>Output Window</h3>
Compiling...
ConvertionDlg.cpp
D:\Language\VC\Convertion\ConvertionDlg.cpp(36) : warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
D:\Language\VC\Convertion\ConvertionDlg.cpp(52) : warning C4244: '+=' : conversion from 'double' to 'long', possible loss of data
D:\Language\VC\Convertion\ConvertionDlg.cpp(54) : warning C4244: '+=' : conversion from 'double' to 'long', possible loss of data
D:\Language\VC\Convertion\ConvertionDlg.cpp(237) : warning C4018: '<' : signed/unsigned mismatch
D:\Language\VC\Convertion\ConvertionDlg.cpp(275) : warning C4018: '<' : signed/unsigned mismatch
D:\Language\VC\Convertion\ConvertionDlg.cpp(315) : warning C4018: '<' : signed/unsigned mismatch
D:\Language\VC\Convertion\ConvertionDlg.cpp(309) : warning C4101: 'pdectext' : unreferenced local variable
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
<h3>Results</h3>
Convertion.exe - 0 error(s), 8 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -