sorry for the double post but i have to ask, is this site that provide the .lib file and .h file for glut is up to date?:
http://user.xmission.com/~nate/glut.html
it say's 2001 and i dont know if it's ok or not.
and i heard there is "Free GLUT" what is better ?
EDIT:
so i installed the GLUT with this guide:
http://web.eecs.umich.edu/~sugih/courses/eecs487/glut-howto/
and it's work but couple of problems:
1.when i compile and run the program with VC++ i first get a console black window and after 1~3 seconds i get the window showed up (and the console is still in the background), how can i prevent that?
2.when i compile the program and try to run it from the EXE it created i get an error like this:
The program can't start beacause glut32.dll is missing from your computer.
Try reinstalling the program to fix this problem.
should i use SDL? is it better?