11-12-2002, 02:08 AM
I am having trouble starting a simple program, using glut, I have included
opengl32.lib, glut32.lib, glu32.lib, and glui32.lib in my project, and my include statements are as follows
#include <GL/glut.h>
#include <stdlib.h>
The Visual Studio C++ compiler says it "cannot open file: 'GL/glut.h': No such file or directory"
Any Help?
Thanks in advance
opengl32.lib, glut32.lib, glu32.lib, and glui32.lib in my project, and my include statements are as follows
#include <GL/glut.h>
#include <stdlib.h>
The Visual Studio C++ compiler says it "cannot open file: 'GL/glut.h': No such file or directory"
Any Help?
Thanks in advance