Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-37138

ANGLE builds on Windows with MSVC 2008 are not viable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.2.0, 5.2.1
    • GUI: OpenGL
    • None
    • Microsoft Visual Studio 2008 SP1
      Windows SDK 7.1/6.0A
      Windows Server 2012 R2

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            maxbelanger Max Belanger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes