MSVC comes with OpenGl 1.1 headers. I want 1.4

Hello,

I want to use VBO with OpenGL, but I cannot because MSVC comes with OpenGL version 1.1 header files.

Q1. How do I “upgrade” my setup to use the VBO functions that come with OpenGL version 1.4?

Q2. Why could I not find an answer to this after searching online for 3 hours?

Thanks!

Chris

PS: I am using MSVC 2005 aka VC8

It’s right here on this website:
http://www.opengl.org/registry/

Just copy new header files in same location as old header files.

here is a basic tutorial on using functionality beyond 1.1 for windows:

http://www.gamedev.net/reference/programming/features/oglext/

But I suggest you use GLEE or GLEW to enable the extensions as it’s much easier (a Google search should sort you out)

Thanks folks, this is what I was looking for!

Chris

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.