NVIDIA OpenGL SDK available...

I don’t know about the header file I have not seen it but your brackets are set up rong
I would say rong number of closing type brackets. this happens alot in Visual C++
even your ; unexpected end of file is about brackets. GL_GLUE Out

Originally posted by Bruno:
[b]I’m getting an error in most of the demos., complaining about glh_genext.h!
What could be the problem ?

thanks,

Bruno

pbuffer.cpp
c:\program files
vidia corporation\opengl sdk\include\glh\glh_genext.h(307) : error C2146: syntax error : missing ‘;’ before identifier ‘glGetVertexAttribPointervNV’
c:\program files
vidia corporation\opengl sdk\include\glh\glh_genext.h(307) : fatal error C1004: unexpected end of file found
pbuffer_to_texture_rectangle.cpp
c:\program files
vidia corporation\opengl sdk\include\glh\glh_genext.h(307) : error C2146: syntax error : missing ‘;’ before identifier ‘glGetVertexAttribPointervNV’
c:\program files
vidia corporation\opengl sdk\include\glh\glh_genext.h(307) : error C2501: ‘PFNGLGETVERTEXATTRIBPOINTERVNVPROC’ : missing storage-class or type specifiers
c:\program files
vidia corporation\opengl sdk\include\glh\glh_genext.h(307) : fatal error C1004: unexpected end of file found
Error executing cl.exe.[/b]

Every single one of the demo programs crash on my box. I have a GeForce2/32Mb.

“The program performed an illegal instruction”

??? Any ideas?