GLEW initialization must be done after glfwOpenWindow

anonymous wrote on Friday, December 07, 2012:

Hi,

I think the FAQ item about GLEW should be modified to include this information : intialization of GLEW will fail if glewInit() is called before glfwOpenWindow().

Kalith.