chapter10.plg

来自「real-time(实时渲染技术DirectX)6-12」· PLG 代码 · 共 46 行

PLG
46
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Chapter10 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSP15.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/Chapter10.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\Kelly_L_Dempski.TECHLABS\Desktop\Book\code\Chapter10 (Meshes)\Application.cpp"
"C:\Documents and Settings\Kelly_L_Dempski.TECHLABS\Desktop\Book\code\Chapter10 (Meshes)\Executable.cpp"
"C:\Documents and Settings\Kelly_L_Dempski.TECHLABS\Desktop\Book\code\Chapter10 (Meshes)\GeometryApplication.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSP15.tmp" 
Creating temporary file "C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSP16.tmp" with contents
[
d3d8.lib d3dx8dt.lib kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Chapter10.pdb" /debug /machine:I386 /out:"Debug/Chapter10.exe" /pdbtype:sept 
".\Debug\Application.obj"
".\Debug\Executable.obj"
".\Debug\GeometryApplication.obj"
]
Creating command line "link.exe @C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSP16.tmp"
<h3>Output Window</h3>
Compiling...
Application.cpp
Executable.cpp
GeometryApplication.cpp
c:\documents and settings\kelly_l_dempski.techlabs\desktop\book\code\chapter10 (meshes)\geometryapplication.cpp(178) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kelly_l_dempski.techlabs\desktop\book\code\chapter10 (meshes)\geometryapplication.cpp(342) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kelly_l_dempski.techlabs\desktop\book\code\chapter10 (meshes)\geometryapplication.cpp(343) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kelly_l_dempski.techlabs\desktop\book\code\chapter10 (meshes)\geometryapplication.cpp(384) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kelly_l_dempski.techlabs\desktop\book\code\chapter10 (meshes)\geometryapplication.cpp(386) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kelly_l_dempski.techlabs\desktop\book\code\chapter10 (meshes)\geometryapplication.cpp(394) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\kelly_l_dempski.techlabs\desktop\book\code\chapter10 (meshes)\geometryapplication.cpp(396) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Linking...



<h3>Results</h3>
Chapter10.exe - 0 error(s), 7 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?