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

ANGLE builds on Windows with MSVC 2008 are not viable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • 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

    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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes