Author Topic: Glut Project  (Read 4123 times)

Offline AntonioCS

  • Single posting newcomer
  • *
  • Posts: 6
Glut Project
« 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

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Re: Glut Project
« Reply #1 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
« Last Edit: November 09, 2007, 02:57:35 pm by gd_on »
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).