cprocessing icon indicating copy to clipboard operation
cprocessing copied to clipboard

void endShape in shapes.cpp doesn't compile on mingw

Open whackashoe opened this issue 14 years ago • 0 comments

gluTessCallback(tobj, GLU_TESS_VERTEX, (GLvoid (*) ()) &glVertex3dv); //fails compilation with:

invalid conversion from 'GLvoid ()() {aka void ()()}' to '_GLUfuncptr {aka void(*)()}'

whackashoe avatar Jan 24 '12 09:01 whackashoe