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

axServer project non-responsive

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4: Low
    • None
    • 4.8.6, 5.2.0, 5.3.1
    • ActiveX Support
    • None
    • Windows 7 x64, Mingw

    Description

      Creating an axServer project builds with errors which are all related to the compiled exe-file being non-responsive.

      The ComApp Example fails during creation of the *.idl file. Same thing happens for the OpenGL ActiveQt example and my project.
      When compiling these with QT 4.8.5 or earlier they build and run just fine.
      When compiling these with QT 4.8.6 the application crashes.

      Compile output for the ComApp with Qt 5.3.1:
      > C:\Qt\Qt5.3.1\5.3\mingw482_32\bin\idc.exe debug\comapp.exe /idl
      > debug\comapp.idl
      > Timed out after 30000 ms out waiting for "debug\comapp.exe -dumpidl debug\comapp.idl -version 1.0".
      > IDL generation failed trying to run program debug\comapp.exe!
      If an idl file already exists this follows:
      >...
      > Type library attached to debug\comapp.exe.
      > C:\Qt\Qt5.3.1\5.3\mingw482_32\bin\idc.exe debug\comapp.exe /regserver
      > Timed out after 30000 ms out waiting for "debug\comapp.exe -regserver".

      With Qt 5.2.0 it wont build. It get's stuck after this command when building:
      C:\Qt\Qt5.2.0\5.2\mingw482_32\bin\idc.exe debug\comapp.exe /idl debug/comapp.idl -version 1.0

      So far I've been able to trace it to being stuck between QAXFACTORY_BEGIN() and main() when the executable is run in debug-mode.

      Attachments

        For Gerrit Dashboard: QTBUG-41227
        # Subject Branch Project Status CR V

        Activity

          People

            kleint Friedemann Kleint
            a4 Bart
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes