I'm having trouble with glew sharing some defines that I can't resolve. Does anyone know of a way to get the following statements working instead of an include with glew (glew resolves the red squigglies too.)
glColor3f(0, 1, 0.);
glRasterPos2i(10,10);
I really want to use a quick glut command for now. The command uses the statements above.
Thank You,
Josheir