Вопрос

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