문제

I am trying to run a solution on VS2012 from school, but I am getting

ERROR: Opengl 2.0 not supported

I've concluded that it's because they've started using GLEW for this assignment. Is there a way to get GLEW to work with my OpenGL 1.1?

올바른 솔루션이 없습니다

다른 팁

Make sure you have the latest nVidia/AMD graphics driver

Also try:

  glewExperimental = true;
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top