#include <GL/gl.h>
#include <GL/glaux.h>
#include "glos.h"
包括了这三个头文件,d:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : error C2144: syntax error : missing ';' before type 'void'
d:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : error C2501: 'WINGDIAPI' : missing storage-class or type specifiers
d:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.DialogGL.exe - 1 error(s), 0 warning(s)进入d:\Program Files\Microsoft Visual Studio\VC98\Include\GL\GL.H
指向WINGDIAPI这个有错,
我这里就想按照http://www.programfan.com/article/showarticle.asp?id=2936学习这个例子