Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: AntonioCS on November 09, 2007, 12:01:19 pm

Title: Glut Project
Post by: AntonioCS on November 09, 2007, 12:01:19 pm
Hey!
I am trying to create a Glut project and I have downloaded the latest glut lib. I have placed it on the dir glut376 and in  d:\glut376
The wizard says it's a valid dir but that it couldn't find the include dir. I don't understand what the problem is. Can anyone help me out please
Title: Re: Glut Project
Post by: gd_on on November 09, 2007, 02:41:29 pm
Have a look here : http://mywebpage.netscape.com/PtrPck/glut.htm
or here : http://www.mingw.org/MinGWiki/index.php/Glut
or http://web.cs.wpi.edu/~gogo/courses/mingw/
or http://www.transmissionzero.co.uk/computing/using-glut-with-mingw/
these are different versions of glut implementation. Personally I use the first one, but you must be care that the libglut32.a library is not the same than the default one in w32api. So each time there is an update, ensure that your own lib is still here.

gd_on