02-14-2005, 02:23 AM
hi, i am having problem in loading the bitmap file. I guess that i did not put .lib reference in project->setting. In fact i am not sure which .lib to be place in project->setting.
in my file header, i have this
#include <gl\glut.h>
#include <gl\gl.h>
#include <gl\glu.h>
#include <time.h>
#include <stdio.h>
#include <GL/glaux.h>
UINT TextureArray[3];
can any one tell me which .lib file to be included?
in my file header, i have this
#include <gl\glut.h>
#include <gl\gl.h>
#include <gl\glu.h>
#include <time.h>
#include <stdio.h>
#include <GL/glaux.h>
UINT TextureArray[3];
can any one tell me which .lib file to be included?