Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.0.2
-
None
-
Windows 7 Enterprise
Visual Studio 2008 SP1
Description
Any application that uses shaders crashes at with stack pointing to libGLESv2.dll.
The problem was solved by editing *.pro and *.pri files under qtbase/src/angle to add _SECURE_SCL=0 to DEFINES for every (sub)project under this directory.
Default value for _SECURE_SCL is 1, and linking objects with different _SECURE_SCL values together leads to conflicts between different STL containers implementations. Linker doesn't complain of these conflicts and generates broken code.
Attachments
Issue Links
- is replaced by
-
QTBUG-29923 QML2 with ANGLE does not work in release when compiled with MSVC 2008
-
- Closed
-