Lee Sandberg
12-09-2003, 07:48 AM
Hi
I get this errors I think I missed including something or maybe included things in the wrong order.
#define GLH_EXT_SINGLE_FILE
#include <glh/glh_obs.h>
#include <glh/glh_glut.h>
#include <glh/glh_glut_text.h>
#include <windows.h>
using namespace glh;
\glh\glh_genext.h(57) : error C2146: syntax error : missing ';' before identifier 'glBlendColor'
\glh\glh_genext.h(57) : error C2501: 'PFNGLBLENDCOLORPROC' : missing storage-class or type specifiers
\glh\glh_genext.h(57) : fatal error C1004: unexpected end of file found
Hope for a swift and good answere
Many thanx
Lee Sandberg
I get this errors I think I missed including something or maybe included things in the wrong order.
#define GLH_EXT_SINGLE_FILE
#include <glh/glh_obs.h>
#include <glh/glh_glut.h>
#include <glh/glh_glut_text.h>
#include <windows.h>
using namespace glh;
\glh\glh_genext.h(57) : error C2146: syntax error : missing ';' before identifier 'glBlendColor'
\glh\glh_genext.h(57) : error C2501: 'PFNGLBLENDCOLORPROC' : missing storage-class or type specifiers
\glh\glh_genext.h(57) : fatal error C1004: unexpected end of file found
Hope for a swift and good answere
Many thanx
Lee Sandberg