Originally Posted by
Freaky_Chris
From what i am understanding adding this
GLUT_BUILDING_LIB
Fixed the original problem. Now you are trying to compile glut code. To do this not only do you need to include the header files but also the library files....you need to tell the linker which library files it will need.
Chris
thanks Chris, i understand what your saying i just never had to do it until now
oh well gotta learn sometime.
thanks again