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

[REG 5.6.0->5.6.1][Win Emb]: QtDBus does not compile

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • None
    • 5.6.1
    • D-Bus
    • Windows Embedded 2013
    • f8b5a1f4b9da32a8599d1f4e545ae32476de9b78 (qtbase/5.6, 14.12.2017, 5.6.4)

    Description

      Change "Workaround Windows DLL unload issue with threads running" fecaa6aae83a3ffa8f1fd41c5aa8275a1bfa7c9b https://codereview.qt-project.org/#/c/157486/ introduced a compile error for Windows Embedded as GetModuleEx is not available there.

      l -c -FIQtDBusDepends -YuQtDBusDepends 
      -Fp.pch\release\Qt5DBus_pch.pch -nologo -Zm200 -Zc:wchar_t- -O2 -MT -EHs-c- -GL -GR -W3 -w34100 -w34189 
      -DUNDER_CE -DWINCE -D_WINDOWS -D_UNICODE -DUNICODE -D_WIN32 -DQT_NO_PRINTER -DQT_NO_PRINTDIALOG -DQT_NO_CLIPBOARD -DQT_NO_ACCESSIBILITY -DQT_NO_NATIVE_GESTURES -DQT_NOSTANDARDSHELL_UI_MODEL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WCE=0x800 -DARMV7 
      -D_AMRV7_ -Darmv7 -D_ARM_ -DUNDER_CE -DWINCE -DARM -DQT_NO_WINCE_SHELLSDK -DQT_NO_WINCE_NUIOUSER -DDBUS_API_SUBJECT_TO_CHANGE -DQT_BUILD_DBUS_LIB 
      -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_NO_CAST_TO_ASCII 
      -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_CORE_LIB -DNDEBUG -I. -I..\..\include -I..\..\include\QtDBus -I..\..\include\QtDBus\5.6.1 -I..\..\include\QtDBus\5.6.1\QtDBus -Itmp -I..\..\include\QtCore\5.6.1 -I..\..\include\QtCore\5.6.1\QtCore -I..\..\include\QtCore -I.moc\release 
      -I..\..\mkspecs\wince80AM335xPetraSDK-armv7-msvc2013 -Fo.obj\release\ 
      @C:\Users\ditterch.BRC\AppData\Local\Temp\nm1096.tmp 
      
      qdbusconnection.cpp 
      
      .\qdbusconnection.cpp(1305) : error C2065: 
      'GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS' : undeclared identifier 
      
      .\qdbusconnection.cpp(1306) : error C2065: 'GET_MODULE_HANDLE_EX_FLAG_PIN' : undeclared identifier 
      
      .\qdbusconnection.cpp(1305) : error C3861: 'GetModuleHandleEx': identifier 
      not found 
      

      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
              andysh Andy Shaw
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes