OpenGL 4.3 Header Files

Hey there,
I was wondering where to get the OpenGL 4.3 Header-files since I can’t use glGenBuffers, etc. with my current Header-files. As far as i know the librarys are updated when installing current graphics drivers, so they should be up to date (?).

Greets Lighttec

Please see the OpenGL wiki page for details about what you need to do.

Thanks.
So basically I need to load the extended functions at runtime using glew etc?

[QUOTE=Lighttec;1251145]Thanks.
So basically I need to load the extended functions at runtime using glew etc?[/QUOTE]

Yes, GLEW or any other extension loader. Those will also provide the headers needed.