From: Jeremy M. <je...@bi...> - 2005-08-16 14:25:50
|
Thanks for the quick response Micha. Micha Bieber said: > if you could provide me with some (one) of the offending language > construct/s in your gl.h version I'm perhaps able to make a more precise > guess. I won't copy/paste all the lines but here is starting at line 1152 which is part of the error: WINGDIAPI void APIENTRY glAccum (GLenum op, GLfloat value); WINGDIAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref); WINGDIAPI GLboolean APIENTRY glAreTexturesResident (GLsizei n, const GLuint *textures, GLboolean *residences); WINGDIAPI void APIENTRY glArrayElement (GLint i); WINGDIAPI void APIENTRY glBegin (GLenum mode); WINGDIAPI void APIENTRY glBindTexture (GLenum target, GLuint texture); WINGDIAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap); WINGDIAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor); WINGDIAPI void APIENTRY glCallList (GLuint list); WINGDIAPI void APIENTRY glCallLists (GLsizei n, GLenum type, const GLvoid *lists); WINGDIAPI void APIENTRY glClear (GLbitfield mask); WINGDIAPI void APIENTRY glClearAccum (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); WINGDIAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); WINGDIAPI void APIENTRY glClearDepth (GLclampd depth); WINGDIAPI void APIENTRY glClearIndex (GLfloat c); WINGDIAPI void APIENTRY glClearStencil (GLint s); > BTW, what is your qwt3d and Qt version ? QwtPlot3d 2.5 and Qt 3.3.4 Windows Commercial. Thanks for any help you can give! -- Jeremy Mann je...@bi... University of Texas Health Science Center Bioinformatics Core Facility http://www.bioinformatics.uthscsa.edu Phone: (210) 567-2672 |