📄 ts.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TS - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/TS.res" /d "_DEBUG" /d "_AFXDLL" "D:\TS\TS.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP36E.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/TS.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\TS\TS.cpp"
"D:\TS\TSDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP36E.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP36F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/TS.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\TS\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP36F.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/TS.pdb" /debug /machine:I386 /out:"Debug/TS.exe" /pdbtype:sept .\Debug\StdAfx.obj .\Debug\TS.obj .\Debug\TSDlg.obj .\Debug\TS.res "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
TS.cpp
TSDlg.cpp
D:\TS\TSDlg.cpp(785) : warning C4244: 'initializing' : conversion from 'unsigned __int64' to 'unsigned short', possible loss of data
D:\TS\TSDlg.cpp(859) : warning C4244: 'initializing' : conversion from 'unsigned __int32' to 'unsigned __int16', possible loss of data
D:\TS\TSDlg.cpp(971) : warning C4018: '!=' : signed/unsigned mismatch
D:\TS\TSDlg.cpp(976) : warning C4018: '!=' : signed/unsigned mismatch
D:\TS\TSDlg.cpp(1010) : warning C4305: '=' : truncation from 'const int' to 'short'
D:\TS\TSDlg.cpp(1010) : warning C4309: '=' : truncation of constant value
D:\TS\TSDlg.cpp(1020) : warning C4305: '=' : truncation from 'const int' to 'short'
D:\TS\TSDlg.cpp(1020) : warning C4309: '=' : truncation of constant value
D:\TS\TSDlg.cpp(1379) : warning C4305: '=' : truncation from 'const int' to 'short'
D:\TS\TSDlg.cpp(1379) : warning C4309: '=' : truncation of constant value
Generating Code...
Linking...
<h3>Results</h3>
TS.exe - 0 error(s), 10 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -