[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nel] driver_opengl
From: |
Phil Jia-Lin Wu |
Subject: |
[Nel] driver_opengl |
Date: |
Tue, 30 Apr 2002 14:40:02 +1000 |
Here is thelog file about compiling "driver_opengl".
There is error about undeclared identifiers, such as:
driver_opengl.cpp(413) : error C2065: 'WGL_DRAW_TO_PBUFFER_ARB' : undeclared
identifier
.....
Please help...
Phil
Build Log
--------------------Configuration: driver_opengl - Win32 DebugFast--------------------
Command Lines
Creating temporary file "C:\WINNT\Profiles\philwu\LOCALS~1\Temp\RSPD8.tmp" with contents
[
/nologo /MDd /W3 /Gm /Gi /GR /GX /Zi /Od /Ob1 /Gf /D "_WINDOWS" /D "_USRDLL" /D "DRIVER_OPENGL_EXPORTS" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "NL_DEBUG_FAST" /Fr"../../../../obj/DebugFast/" /Fp"../../../../obj/DebugFast/driver_opengl.pch" /Yu"stdopengl.h" /Fo"../../../../obj/DebugFast/" /Fd"../../../../obj/DebugFast/" /FD /GZ /c
"U:\clip2\projects\nevrax\code\nel\src\3d\driver\opengl\driver_opengl.cpp"
]
Creating command line "cl.exe @C:\WINNT\Profiles\philwu\LOCALS~1\Temp\RSPD8.tmp"
Creating temporary file "C:\WINNT\Profiles\philwu\LOCALS~1\Temp\RSPD9.tmp" with contents
[
dinput.lib dxguid.lib 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 /nologo /dll /incremental:yes /pdb:"../../../../obj/DebugFast/nel_drv_opengl_win_debug_fast.pdb" /debug /machine:I386 /def:".\driver_opengl.def" /out:"../../../../lib/nel_drv_opengl_win_debug_fast.dll" /implib:"../../../../obj/DebugFast/nel_drv_opengl_win_debug_fast.lib" /pdbtype:sept
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl.obj
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_extension.obj
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_light.obj
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_material.obj
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_matrix.obj
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_states.obj
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_texture.obj
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_vertex.obj
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_vertex_program.obj
\clip2\projects\nevrax\code\nel\obj\DebugFast\stdopengl.obj
\clip2\projects\nevrax\code\nel\lib\nl3d_debug_fast.lib
]
Creating command line "link.exe @C:\WINNT\Profiles\philwu\LOCALS~1\Temp\RSPD9.tmp"
Output Window
Compiling...
driver_opengl.cpp
U:\clip2\projects\nevrax\code\nel\src\3d\driver\opengl\driver_opengl.cpp(413) : error C2065: 'WGL_DRAW_TO_PBUFFER_ARB' : undeclared identifier
U:\clip2\projects\nevrax\code\nel\src\3d\driver\opengl\driver_opengl.cpp(414) : error C2065: 'WGL_PIXEL_TYPE_ARB' : undeclared identifier
U:\clip2\projects\nevrax\code\nel\src\3d\driver\opengl\driver_opengl.cpp(414) : error C2065: 'WGL_TYPE_RGBA_ARB' : undeclared identifier
U:\clip2\projects\nevrax\code\nel\src\3d\driver\opengl\driver_opengl.cpp(415) : error C2065: 'WGL_DEPTH_BITS_ARB' : undeclared identifier
U:\clip2\projects\nevrax\code\nel\src\3d\driver\opengl\driver_opengl.cpp(416) : error C2065: 'WGL_SUPPORT_OPENGL_ARB' : undeclared identifier
U:\clip2\projects\nevrax\code\nel\src\3d\driver\opengl\driver_opengl.cpp(1445) : error C2065: 'WGL_PBUFFER_WIDTH_ARB' : undeclared identifier
U:\clip2\projects\nevrax\code\nel\src\3d\driver\opengl\driver_opengl.cpp(1446) : error C2065: 'WGL_PBUFFER_HEIGHT_ARB' : undeclared identifier
Error executing cl.exe.
Creating temporary file "C:\WINNT\Profiles\philwu\LOCALS~1\Temp\RSPDA.tmp" with contents
[
/nologo /o"../../../../obj/DebugFast/driver_opengl.bsc"
\clip2\projects\nevrax\code\nel\obj\DebugFast\stdopengl.sbr
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl.sbr
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_extension.sbr
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_light.sbr
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_material.sbr
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_matrix.sbr
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_states.sbr
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_texture.sbr
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_vertex.sbr
\clip2\projects\nevrax\code\nel\obj\DebugFast\driver_opengl_vertex_program.sbr]
Creating command line "bscmake.exe @C:\WINNT\Profiles\philwu\LOCALS~1\Temp\RSPDA.tmp"
Creating browse info file...
Output Window
Results
nel_drv_opengl_win_debug_fast.dll - 7 error(s), 0 warning(s)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nel] driver_opengl,
Phil Jia-Lin Wu <=