init of glew

Is there another way to initialize glew successfully (by glewInit(), without an no-gl-version-error) beside the way using glut to create a window.
I need to init glew for a library in that no window cration function exists. But of course I have access to the handle of that certain window where the program is supposed to run in.

Any ideas?

Thx

Are you using the most recent version of GLEW?

You need to initialize GLEW after you create your OpenGL context, otherwise you’ll get error(s). See the GLEW documentation for additional information.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.