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

📄 mygame.plg

📁 基于引擎基础上开发的三维游戏实例“恐怖之战”游戏者可以自爱三维地形上漫游
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyGame - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2C6.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\Ast.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\Ast3D.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\Ast3DFract.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\Bullet.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\BulletFireBall.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\Exp.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\Fragment.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\GameIntro.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\GameObj.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\GameObjTimed.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\GameSection.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\GameSession.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\MainFrm.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\MyGame.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\MyGameDoc.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\MyGameView.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\Ship.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\Ship3D.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\Stars.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\Triangle.cpp"
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\UTILITY.CPP"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2C6.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2C7.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/MyGame.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\Administrator\桌面\12755OpenGL高级编程与可视化系统开发\Chapter12\MyGame\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2C7.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2C8.tmp" with contents
[
opengl32.lib glu32.lib glaux.lib glut32.lib glpng.lib audw32vc.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/MyGame.pdb" /debug /machine:I386 /out:"Debug/MyGame.exe" /pdbtype:sept 
".\Debug\Ast.obj"
".\Debug\Ast3D.obj"
".\Debug\Ast3DFract.obj"
".\Debug\Bullet.obj"
".\Debug\BulletFireBall.obj"
".\Debug\Exp.obj"
".\Debug\Fragment.obj"
".\Debug\GameIntro.obj"
".\Debug\GameObj.obj"
".\Debug\GameObjTimed.obj"
".\Debug\GameSection.obj"
".\Debug\GameSession.obj"
".\Debug\MainFrm.obj"
".\Debug\MyGame.obj"
".\Debug\MyGameDoc.obj"
".\Debug\MyGameView.obj"
".\Debug\Ship.obj"
".\Debug\Ship3D.obj"
".\Debug\Stars.obj"
".\Debug\StdAfx.obj"
".\Debug\Triangle.obj"
".\Debug\UTILITY.OBJ"
".\Debug\MyGame.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2C8.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
Ast.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobj.h(13) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
Ast3D.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobj.h(13) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
Ast3DFract.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobj.h(13) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
Bullet.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobjtimed.h(12) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
BulletFireBall.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobjtimed.h(12) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
Exp.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobjtimed.h(12) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
Fragment.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobjtimed.h(12) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
GameIntro.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gamesession.h(15) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
GameObj.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobj.h(13) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
GameObjTimed.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobjtimed.h(12) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
GameSection.cpp
GameSession.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\triangle.h(11) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
MainFrm.cpp
MyGame.cpp
MyGameDoc.cpp
MyGameView.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gamesession.h(15) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
Ship.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobj.h(13) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
Ship3D.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobj.h(13) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
Stars.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\gameobj.h(13) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
Triangle.cpp
c:\documents and settings\administrator\桌面\12755opengl高级编程与可视化系统开发\chapter12\mygame\triangle.h(11) : fatal error C1083: Cannot open include file: 'vcg/Point3.h': No such file or directory
Generating Code...
Compiling...
UTILITY.CPP
Generating Code...
Error executing cl.exe.



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

⌨️ 快捷键说明

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