//**************************************************************//Compile options: -lopengl32 -lglu32 -lglaux#include <stdlib.h> //For malloc() and free()//#include <mmsystem.h> //For playsound(), link to winmm.lib for this too#ifndef CDS_FULLSCREEN#define CDS_FULLSCREEN 4#endif#ifndef M_PI#define M_PI 3.14159265359#endif//**************************************************************
Also, whenever I try to run an OpenGL tute from the IDE, it opens a small blank window saying "OpenGL Example," but the prog does compile correctly, as I can open it from Explorer...does this happen to anyone else?
Edited by - cliffhawkens on December 1, 2000 3:10:24 AM