sphereworld32.plg

来自「OpeNGL超级宝典源代码. OpeNGL超级宝典源代码.」· PLG 代码 · 共 97 行

PLG
97
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SphereWorld32 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/resources.res" /d "_DEBUG" "D:\openGL\光碟\Chapter 13\SphereWorld32\resources.rc"" 
Creating temporary file "C:\DOCUME~1\liumei\LOCALS~1\Temp\RSP50.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/SphereWorld32.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\openGL\光碟\Common\FrameMath.c"
"D:\openGL\光碟\Common\GetExtensionPointer.c"
"D:\openGL\光碟\Common\IsExtSupported.c"
"D:\openGL\光碟\Common\LoadTGA.c"
"D:\openGL\光碟\Common\MatrixMath.c"
"D:\openGL\光碟\Common\sphere.c"
"D:\openGL\光碟\Chapter 13\SphereWorld32\SphereWorld32.c"
"D:\openGL\光碟\Common\torus.c"
"D:\openGL\光碟\Common\VectorMath.c"
]
Creating command line "cl.exe @C:\DOCUME~1\liumei\LOCALS~1\Temp\RSP50.tmp" 
Creating temporary file "C:\DOCUME~1\liumei\LOCALS~1\Temp\RSP51.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib opengl32.lib glu32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/SphereWorld32.pdb" /debug /machine:I386 /out:"Debug/SphereWorld32.exe" /pdbtype:sept 
".\Debug\FrameMath.obj"
".\Debug\GetExtensionPointer.obj"
".\Debug\IsExtSupported.obj"
".\Debug\LoadTGA.obj"
".\Debug\MatrixMath.obj"
".\Debug\sphere.obj"
".\Debug\SphereWorld32.obj"
".\Debug\torus.obj"
".\Debug\VectorMath.obj"
".\Debug\resources.res"
]
Creating command line "link.exe @C:\DOCUME~1\liumei\LOCALS~1\Temp\RSP51.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
FrameMath.c
d:\opengl\光碟\common\framemath.c(178) : error C2275: 'GLTVector3' : illegal use of this type as an expression
        d:\opengl\光碟\common\gltools.h(52) : see declaration of 'GLTVector3'
d:\opengl\光碟\common\framemath.c(178) : error C2146: syntax error : missing ';' before identifier 'vNewVect'
d:\opengl\光碟\common\framemath.c(178) : error C2065: 'vNewVect' : undeclared identifier
d:\opengl\光碟\common\framemath.c(180) : error C2109: subscript requires array or pointer type
d:\opengl\光碟\common\framemath.c(180) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
d:\opengl\光碟\common\framemath.c(180) : error C2106: '=' : left operand must be l-value
d:\opengl\光碟\common\framemath.c(181) : error C2109: subscript requires array or pointer type
d:\opengl\光碟\common\framemath.c(181) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
d:\opengl\光碟\common\framemath.c(181) : error C2106: '=' : left operand must be l-value
d:\opengl\光碟\common\framemath.c(182) : error C2109: subscript requires array or pointer type
d:\opengl\光碟\common\framemath.c(182) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
d:\opengl\光碟\common\framemath.c(182) : error C2106: '=' : left operand must be l-value
d:\opengl\光碟\common\framemath.c(183) : warning C4022: 'memcpy' : pointer mismatch for actual parameter 2
d:\opengl\光碟\common\framemath.c(186) : error C2109: subscript requires array or pointer type
d:\opengl\光碟\common\framemath.c(186) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
d:\opengl\光碟\common\framemath.c(186) : error C2106: '=' : left operand must be l-value
d:\opengl\光碟\common\framemath.c(187) : error C2109: subscript requires array or pointer type
d:\opengl\光碟\common\framemath.c(187) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
d:\opengl\光碟\common\framemath.c(187) : error C2106: '=' : left operand must be l-value
d:\opengl\光碟\common\framemath.c(188) : error C2109: subscript requires array or pointer type
d:\opengl\光碟\common\framemath.c(188) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
d:\opengl\光碟\common\framemath.c(188) : error C2106: '=' : left operand must be l-value
d:\opengl\光碟\common\framemath.c(189) : warning C4022: 'memcpy' : pointer mismatch for actual parameter 2
d:\opengl\光碟\common\framemath.c(201) : error C2275: 'GLTVector3' : illegal use of this type as an expression
        d:\opengl\光碟\common\gltools.h(52) : see declaration of 'GLTVector3'
d:\opengl\光碟\common\framemath.c(201) : error C2146: syntax error : missing ';' before identifier 'vNewVect'
d:\opengl\光碟\common\framemath.c(202) : error C2109: subscript requires array or pointer type
d:\opengl\光碟\common\framemath.c(202) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
d:\opengl\光碟\common\framemath.c(202) : error C2106: '=' : left operand must be l-value
d:\opengl\光碟\common\framemath.c(203) : error C2109: subscript requires array or pointer type
d:\opengl\光碟\common\framemath.c(203) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
d:\opengl\光碟\common\framemath.c(203) : error C2106: '=' : left operand must be l-value
d:\opengl\光碟\common\framemath.c(204) : error C2109: subscript requires array or pointer type
d:\opengl\光碟\common\framemath.c(204) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
d:\opengl\光碟\common\framemath.c(204) : error C2106: '=' : left operand must be l-value
d:\opengl\光碟\common\framemath.c(205) : warning C4022: 'memcpy' : pointer mismatch for actual parameter 2
GetExtensionPointer.c
IsExtSupported.c
LoadTGA.c
MatrixMath.c
sphere.c
SphereWorld32.c
torus.c
VectorMath.c
Error executing cl.exe.



<h3>Results</h3>
SphereWorld32.exe - 23 error(s), 12 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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