Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.2.0, 5.2.1
-
None
-
Microsoft Visual Studio 2008 SP1
Windows SDK 7.1/6.0A
Windows Server 2012 R2
Description
Building ANGLE on Windows using Microsoft Visual Studio 2008 works fine, but the resulting build does not work properly (running `qmlscene.exe` with a simple QML file crashes).
This happens because _SECURE_SCL is enabled by default on Microsoft Visual Studio 2008 (this is no longer true on version 2010 and above; see http://msdn.microsoft.com/en-us/library/aa985896.aspx). Setting this to 0 fixes the build, but this should be done automatically.
Attachments
Issue Links
- is replaced by
-
QTBUG-29923 QML2 with ANGLE does not work in release when compiled with MSVC 2008
-
- Closed
-