hi all happy helpers,
just tried to compile curve3d, etc. and always got (i.e.):
Compiling... curve3d.cpp c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : error C2144: syntax error : missing ';' before type 'void' c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : error C2501: 'WINGDIAPI' : missing storage-class or type specifiers c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : fatal error C1004: unexpected end of file found Error executing cl.exe.
which all relate to line:
WINGDIAPI void APIENTRY glAccum (GLenum op, GLfloat value);
any suggestions how to change the line?
cheers, flo