⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lib.plg

📁 vc写的源程序,是关于游戏类的程序。调用了系统的很多API
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Lib - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP1B4.TMP" with contents
[
/nologo /MLd /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR"lib\Debug/" /Fp"lib\Debug/Lib.pch" /YX /Fo"lib\Debug/" /Fd"lib\Debug/" /FD /c 
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\additive.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\alpha.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\alphablt.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\bitmap.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\blit.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\compress.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\debug.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\draw.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\fstbitmap.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\gmain.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\pack.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\set.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\update.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\dinput.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\struct.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\dsound.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\AstarFind.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\FindPath.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\net.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\ime.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\ice.cpp"
"E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\bmp256.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP1B4.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP01B5.TMP" with contents
[
/nologo /out:"lib\debug_lib.lib" 
".\lib\Debug\additive.obj"
".\lib\Debug\alpha.obj"
".\lib\Debug\alphablt.obj"
".\lib\Debug\bitmap.obj"
".\lib\Debug\blit.obj"
".\lib\Debug\compress.obj"
".\lib\Debug\debug.obj"
".\lib\Debug\draw.obj"
".\lib\Debug\fstbitmap.obj"
".\lib\Debug\gmain.obj"
".\lib\Debug\pack.obj"
".\lib\Debug\set.obj"
".\lib\Debug\update.obj"
".\lib\Debug\dinput.obj"
".\lib\Debug\struct.obj"
".\lib\Debug\dsound.obj"
".\lib\Debug\AstarFind.obj"
".\lib\Debug\FindPath.obj"
".\lib\Debug\net.obj"
".\lib\Debug\ime.obj"
".\lib\Debug\ice.obj"
".\lib\Debug\bmp256.obj"
]
Creating command line "link.exe -lib @C:\WINDOWS\TEMP\RSP01B5.TMP"
<h3>Output Window</h3>
Compiling...
additive.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
alpha.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
alphablt.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
bitmap.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
blit.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
compress.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
debug.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
draw.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
fstbitmap.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
gmain.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
pack.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
set.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
update.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
dinput.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
struct.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
dsound.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
AstarFind.cpp
FindPath.cpp
net.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
ime.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
ice.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
bmp256.cpp
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : error C2146: syntax error : missing ';' before identifier 'lpDP'
E:\工作资料库\编程重要资料\Jfq高级编程示例\游戏编程\Gamelib\graphics.h(360) : fatal error C1004: unexpected end of file found
Error executing cl.exe.



<h3>Results</h3>
debug_lib.lib - 40 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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