📄 stencil.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Stencil - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\TEMP\RSP10E5.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/Stencil.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\users\wb\opengl\source_code_of_book\17章\Stencil\StencilView.cpp"
]
Creating command line "cl.exe @D:\TEMP\RSP10E5.tmp"
Creating temporary file "D:\TEMP\RSP10E6.tmp" with contents
[
opengl32.lib glaux.lib glu32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Stencil.pdb" /debug /machine:I386 /out:"Debug/Stencil.exe" /pdbtype:sept
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\Stencil.obj"
".\Debug\StencilDoc.obj"
".\Debug\StencilView.obj"
".\Debug\Stencil.res"
]
Creating command line "link.exe @D:\TEMP\RSP10E6.tmp"
<h3>Output Window</h3>
Compiling...
StencilView.cpp
D:\users\wb\opengl\source_code_of_book\17章\Stencil\StencilView.cpp(232) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
D:\users\wb\opengl\source_code_of_book\17章\Stencil\StencilView.cpp(232) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
D:\users\wb\opengl\source_code_of_book\17章\Stencil\StencilView.cpp(235) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
D:\users\wb\opengl\source_code_of_book\17章\Stencil\StencilView.cpp(235) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
D:\users\wb\opengl\source_code_of_book\17章\Stencil\StencilView.cpp(235) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
D:\users\wb\opengl\source_code_of_book\17章\Stencil\StencilView.cpp(236) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
Linking...
<h3>Results</h3>
Stencil.exe - 0 error(s), 6 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -