I’m trying to write an OpenGL application so I installed the Windows 7 SDK.
However, it appears that it is OpenGL 1.1…
#define GL_VERSION_1_1 1
How can I find which version of OpenGL I have installed(*.dll) and where can I find the newer *.lib/*.h files?
Microsoft hasn’t updated their OpenGL headers/libraries for quite a while. To use newer features, you normally want to use GLEW or GLEE.