How to use OPENGL in Windows??
-
HI!
I try to use OPENGL in windows8.
but it can't works...
before i tried to use OPENGL in linux.
I can use OPENGL simply add Qt +=opengl in .pro
but it can't be work in windows....
So download opengl header&lib,and add LIBS and INCLUDEPATH in .pro
but it can't be works still...:(:(:(
-
hi and welcome
Did you try one of the examples ?
If you click on Welcome and then Examples, and then type opengl in the search box, there should be some
samples. Like "Boxes". Please See if those works. -
Hi,
Which package did you use exactly ?
-
-
In that case, do you have VS2013 installed on your computer ?
-
FYI - I found the same thing:
Qt 5.5 commercial, MSVS2010 : Try and compile "boxes" demo and get a ton of OpenGL errors (e.g. "unresolved symbol __imp_glEnable"). The other OpenGL demos that use the newer modules work OK, but not the original stuff.
When using Qt 5.2 MSVC2010 32bit OpenGL commercial "boxes" compiles fine.
I don't see any option for an "OpenGL" version of Qt 5.5 for Windows.
Any suggestions?