Spark
03-31-2001, 05:05 AM
Hi,
Maybe a stupid question but every time I try to compile any of the programs in the OpenGL SDK I get the following errors:
c:\developing\opengl sdk\include\glh\glh_genext.h(307) : error C2146: syntax error : missing ';' before identifier 'glGetVertexAttribPointervNV'
c:\developing\opengl sdk\include\glh\glh_genext.h(307) : error C2501: 'PFNGLGETVERTEXATTRIBPOINTERVNVPROC' : missing storage-class or type specifiers
c:\developing\opengl sdk\include\glh\glh_genext.h(307) : fatal error C1004: unexpected end of file found
What have I forgot to import/link/do?
// Spark
Maybe a stupid question but every time I try to compile any of the programs in the OpenGL SDK I get the following errors:
c:\developing\opengl sdk\include\glh\glh_genext.h(307) : error C2146: syntax error : missing ';' before identifier 'glGetVertexAttribPointervNV'
c:\developing\opengl sdk\include\glh\glh_genext.h(307) : error C2501: 'PFNGLGETVERTEXATTRIBPOINTERVNVPROC' : missing storage-class or type specifiers
c:\developing\opengl sdk\include\glh\glh_genext.h(307) : fatal error C1004: unexpected end of file found
What have I forgot to import/link/do?
// Spark