14 years, 1 month ago
Highlights
Well, after lots of mucking around with OpenGL in cross-platform builds, I finally switched to GLEW and now everything is working wonderfully. Linking the functions manually fel…
14 years, 1 month ago
14 years, 1 month ago
I'm finally porting my game from Linux to Windows, and nothing from glext.h seems to be working. Under MinGW, I'm getting undefined references for just about everything:…
14 years, 1 month ago
I'm finally porting my game from Linux to Windows, and nothing from glext.h seems to be working. Under MinGW, I'm getting undefined references for just about everything: [source…
14 years, 1 month ago
Are you calling glewInit() after calling SDL_SetVideoMode()? There needs to be an active OpenGL context for GLEW to work.[/quote] That could have been the issue, although I thin…
14 years, 1 month ago
Latest Activity
See all in DiscussionsWell, after lots of mucking around with OpenGL in cross-platform builds, I finally switched to GLEW and now everything is …
14 years, 1 month ago
Are you calling glewInit() after calling SDL_SetVideoMode()? There needs to be an active OpenGL context for GLEW to work.[/quote] That …
14 years, 1 month ago
The error I was getting was a "Missing GL Version" error on glewInit(). Couldn't figure out what it meant, but …
14 years, 1 month ago