Re: [Interest] QGLWidget problem with Qt 5.5 and MSVC 2015 (Should QT_OPENGL_ES_2 be defined?)

2015-10-12 Thread Agocs Laszlo
From: interest-bounces+laszlo.agocs=theqtcompany@qt-project.org on behalf of Björn Piltz Sent: Monday, October 12, 2015 9:17 AM To: interest@qt-project.org Subject: Re: [Interest] QGLWidget problem with Qt 5.5 and MSVC 2015 (Should QT_OPENGL_ES_2 be defined?) I just want to add that this

Re: [Interest] QGLWidget problem with Qt 5.5 and MSVC 2015 (Should QT_OPENGL_ES_2 be defined?)

2015-10-12 Thread Björn Piltz
I just want to add that this problem isn't confined to QGLWidget, but the compiler detection for 2015 seems to be broke somewhere. The simple program https://github.com/TReed0803/QtOpenGL/tree/9990c8dd9ac5899289b28efaaaf5a1d1a97fab48/0_OpenGLWindow outputs OpenGL 3.3.0 NVIDIA 353.82 ( CoreProfi

[Interest] QGLWidget problem with Qt 5.5 and MSVC 2015 (Should QT_OPENGL_ES_2 be defined?)

2015-10-07 Thread Björn Piltz
I'm trying to compile some legacy QGLWidget code with Qt 5.5 and MSVC 2015 and I am running into problems. The same code compiles with Qt 5.5 and MSVC 2013. The problem is I get a "C3861: identifier not found" for basic gl functions like glMatrixMode. The reason seems to be that the 2015 build def