wierd i didn't need to do that ..... and yet a small glut app worked .... the app included just some texture mapping and moving around with keys and view with the mouse ..... what were ur'll running?
dinesh.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've managed to successfully compile and run GLUT programs. Here's what I did:
#define GLUT_DISABLE_ATEXIT_HACK
#include <windows.h>
#include <gl/gl.h>
#include <gl/glu.h>
#include <gl/glut.h>
Everything is working fine so far, with the standard GLUT distribution.
you deserve a medal mate - I've been pulling my hair out over this all night.. wait, it's actually now 4:38am. Thank You!!
legend
wierd i didn't need to do that ..... and yet a small glut app worked .... the app included just some texture mapping and moving around with keys and view with the mouse ..... what were ur'll running?
dinesh.