jonathanhiggs
09-19-2012, 05:08 PM
I have started the 'OpenGL Book', I can create a context and a window, but I am having compile issues with the second tutorial (http://openglbook.com/the-book/chapter-2-vertices-and-shapes/)
I think that anything added in v3.0 is throwing it, eg:
glGenBuffers(...) throws: 'undefined reference to '_imp___glewGenBuffers'
Windows 7, Code::Blocks and MinGW. I am pretty sure that I have the latest versions of freeGLUT and GLEW set up
Anyone know anything?
I think that anything added in v3.0 is throwing it, eg:
glGenBuffers(...) throws: 'undefined reference to '_imp___glewGenBuffers'
Windows 7, Code::Blocks and MinGW. I am pretty sure that I have the latest versions of freeGLUT and GLEW set up
Anyone know anything?