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

Problem when compiling a C++ project with MSVC 2019 with the target ABI ARM64EC for Windows 11 on ARM.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.3.1
    • None
    • ThinkPad X13s Gen 1 - Qualcomm® Snapdragon™ Gen 3 SC8280XP
      Windows 11 Pro
    • Windows

    Description

      I am facing a problem when compiling a C++ project with MSVC 2019 with the target ABI ARM64EC for Windows 11 on ARM.

      I have a shared library exporting a Qt class with a signal and a slot emitting this signal and an executable linked to this library. In this executable, I instantiate the library class, connect a lambda to its signal and call the slot in order to emit the signal and have the lambda run.

      When build in release mode, the application fails to react to the signal and shows a message saying the signal was not found and when built in debug mode, the application just crashes on the QObject::connect call.

      Attachments

        Issue Links

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

          Activity

            People

              fabiankosmale Fabian Kosmale
              julio_oliveira Julio Oliveira
              Julio Oliveira Julio Oliveira
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes