Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
windows7 + VS2008 Use Qt4.7 compiled ok. Use Qt4.8 compiled,occur "error C3861: "gluErrorString": can not find the identifier". why ? how to solve ? thanks
In my application, using the OpenGL API.
No other changes besides trying to build with a different version of Qt?
Yes,All same. just using Qt4.8.
Has been resolved.
by adding # include <GL/glu.h>
please click the edit button under the first post and add a [solved] to the topic. Thanks.