Thread: stdlib.h error?
View Single Post
Join Date: Mar 2008
Posts: 40
Reputation: midimatt is an unknown quantity at this point 
Solved Threads: 2
midimatt's Avatar
midimatt midimatt is offline Offline
Light Poster

Re: stdlib.h error?

 
0
  #5
Dec 31st, 2008
Originally Posted by Freaky_Chris View Post
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
Reply With Quote