i used the header
#include <gl\glut.h>
and it said there is no such header
im using msvc++ 6.0
why is this
This is a discussion on glut within the Game Programming forums, part of the General Programming Boards category; i used the header #include <gl\glut.h> and it said there is no such header im using msvc++ 6.0 why is ...
i used the header
#include <gl\glut.h>
and it said there is no such header
im using msvc++ 6.0
why is this
You need to download the glut headers, and put then into your include/gl folder in you MSDEV driectory ... (search on google)
But a word of advice - don't use glut unless you have too - too much functionality is taken away from you - the programmer!
check out www.opengl.org ... and look in the developers section!
Last edited by Shag; 11-14-2001 at 08:54 PM.
what header should i use then