News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Linking to GLUT

Started by Tao, September 09, 2013, 12:43:22 AM

Previous topic - Next topic

Tao

I'm a new user to [Windows] CodeBlocks. I set up a GLUT project in CB, my include headers being
#include <GL/glew.h>
#include <GL/glut.h>
#include <GL/gl.h>


I linked to glut32.lib, glew32.lib, glew32s.lib and libglu32.lib. I'm getting undefined reference errors for all GLUT functions. What are some possible problems and things to try?

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]