📄 technique.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Technique - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSPA9.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/Technique.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\Kelly_L_Dempski.TECHLABS\Desktop\Book\code\Chapter40 Part 2 (Per Pixel Pick)\Application.cpp"
"C:\Documents and Settings\Kelly_L_Dempski.TECHLABS\Desktop\Book\code\Chapter40 Part 2 (Per Pixel Pick)\DirectXFont.cpp"
"C:\Documents and Settings\Kelly_L_Dempski.TECHLABS\Desktop\Book\code\Chapter40 Part 2 (Per Pixel Pick)\Executable.cpp"
"C:\Documents and Settings\Kelly_L_Dempski.TECHLABS\Desktop\Book\code\Chapter40 Part 2 (Per Pixel Pick)\TechniqueApplication.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSPA9.tmp"
Creating temporary file "C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSPAA.tmp" with contents
[
d3dx8dt.lib d3d8.lib kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Technique.pdb" /debug /machine:I386 /out:"Debug/Technique.exe" /pdbtype:sept
".\Debug\Application.obj"
".\Debug\DirectXFont.obj"
".\Debug\Executable.obj"
".\Debug\TechniqueApplication.obj"
]
Creating command line "link.exe @C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSPAA.tmp"
<h3>Output Window</h3>
Compiling...
Application.cpp
c:\documents and settings\kelly_l_dempski.techlabs\desktop\book\code\chapter40 part 2 (per pixel pick)\application.cpp(112) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
DirectXFont.cpp
Executable.cpp
TechniqueApplication.cpp
c:\documents and settings\kelly_l_dempski.techlabs\desktop\book\code\chapter40 part 2 (per pixel pick)\techniqueapplication.cpp(153) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\kelly_l_dempski.techlabs\desktop\book\code\chapter40 part 2 (per pixel pick)\techniqueapplication.cpp(307) : warning C4018: '<' : signed/unsigned mismatch
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/Technique.bsc" ".\Debug\Application.sbr" ".\Debug\DirectXFont.sbr" ".\Debug\Executable.sbr" ".\Debug\TechniqueApplication.sbr""
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
Technique.exe - 0 error(s), 3 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -