glfwOpenWindowHint not declared in this scope GLFW3 & GLEW
问题 Following some OpenGL tutorials for OpenGL 3+, Right out of the gate, I've run into some discrepancies, here is the code I managed to get, but right out of the gate, I'm getting this massive slew of errors, none of which say it can't find the included headers, but merely that the headers don't define the core functions. #include <stdio.h> #include <stdlib.h> #include <GL/glew.h> #include <GL/glfw3.h> #include <glm/glm.hpp> int main(){ // Initialise GLFW if( !glfwInit() ) { fprintf( stderr,