OpenGL 4.x

Which header files would I need to include in order to create an OpenGL 4.0 program without the use of GLM or GLEW? Do I still need to include Opengl32.lib?
Any help is greatly appreciated.
Last edited on
Yes and it should be "GL/GL.h"
Isnt that for Opengl 1.1 though?
Wasn't most of gl.h deprecated with 3.0?
I can't use GLM because I get errors with its hpp files, and GLEW doesnt work half of the time either.
Last edited on
What libraries should I use? (not GLEW)
I got it to work with WinAPI and GL3W.
Topic archived. No new replies allowed.