|
|
--------------------Configuration: OpenGLWnd - Win32 Debug--------------------
Compiling...
OpenGLFrame.cpp
d:\bak\programs\vc库\project\opengl example\openglwnd\openglframe.h(17) : error C2143: syntax error : missing ';' before '*'
d:\bak\programs\vc库\project\opengl example\openglwnd\openglframe.h(17) : error C2501: 'graphic' : missing storage-class or type specifiers
d:\bak\programs\vc库\project\opengl example\openglwnd\openglframe.h(17) : error C2501: 'm_graphic1' : missing storage-class or type specifiers
D:\Bak\Programs\VC库\PROJECT\OpenGL Example\OpenGLWnd\OpenGLFrame.cpp(84) : error C2065: 'm_graphic' : undeclared identifier
D:\Bak\Programs\VC库\PROJECT\OpenGL Example\OpenGLWnd\OpenGLFrame.cpp(84) : error C2227: left of '-> oint' must point to class/struct/union
Generating Code...
Compiling...
OpenGLWnd.cpp
d:\bak\programs\vc库\project\opengl example\openglwnd\openglframe.h(17) : error C2143: syntax error : missing ';' before '*'
d:\bak\programs\vc库\project\opengl example\openglwnd\openglframe.h(17) : error C2501: 'graphic' : missing storage-class or type specifiers
d:\bak\programs\vc库\project\opengl example\openglwnd\openglframe.h(17) : error C2501: 'm_graphic1' : missing storage-class or type specifiers
Generating Code...
Error executing cl.exe.
OpenGLWnd.exe - 8 error(s), 0 warning(s)
全部都是照着书上打的,只是名字不同而已,但在书的源程序上改又得,是什么回事??哪位大侠帮改改?? |
|