We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to create a QGLWidget using glc lib in QT 5.7, but it failed to work, although compiling was fine. The error information as following:
GLC_Context::chooseContext createContext: wglCreateContextAttribsARB() failed (GL error code: 0x502) for format: QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 1, samples 4, swapBehavior 2, swapInterval -1, profile 0), shared context: 0x0 () createContext: wglCreateContext failed. () Unable to create a GL Context.
I can run the same example in QT 5.5 without any problem. Doesn't it support QT 5.7 yet?
Regards,
Leo Cheng
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to create a QGLWidget using glc lib in QT 5.7, but it failed to work, although compiling was fine. The error information as following:
GLC_Context::chooseContext
createContext: wglCreateContextAttribsARB() failed (GL error code: 0x502) for format: QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 1, samples 4, swapBehavior 2, swapInterval -1, profile 0), shared context: 0x0 ()
createContext: wglCreateContext failed. ()
Unable to create a GL Context.
I can run the same example in QT 5.5 without any problem. Doesn't it support QT 5.7 yet?
Regards,
Leo Cheng
The text was updated successfully, but these errors were encountered: