Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Port from 5.5 to 5.6

Port from 5.5 to 5.6

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 552 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Porchezhiyan E
    wrote on last edited by Porchezhiyan E
    #1

    Hello All,
    I have an application that is built using Qt 5.5(msvc2013_64). Due to bugs in Qt 5.5 I want to migrate to advanced version. I don't know what changes should I make, I tried building and running the application with Qt 5.6.2(msvc2013_64), but the application crashes immediately and debug message in first line of main is not displayed. When I run the application outside Qt by clicking on the .exe in release folder I get the message "The procedure entry point ?wheelEvent@ListView@@ BLAH BLAH could not be located in the dynamic link lbrary G:\xyz\app.exe"
    I tried commenting the code section with wheelEvent, but no use.
    I don't know how to find the cause of this issue or get more information regarding the crash.
    The General Messages Tab displays : Project ERROR: Unknown module(s) in QT: multimedia.
    Thank You.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      How did you install Qt 5.6.2 ?
      How did you configure Qt Creator ?
      Did you reconfigure your project completely before building it ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • D Offline
        D Offline
        dhu0504
        wrote on last edited by
        #3

        Can you clean the build directory and try again. Also clean all the moc files and object files. This may help.

        P 1 Reply Last reply
        1
        • D dhu0504

          Can you clean the build directory and try again. Also clean all the moc files and object files. This may help.

          P Offline
          P Offline
          Porchezhiyan E
          wrote on last edited by
          #4

          @dhu0504 It Worked!
          I deleted the contents in Release and Debug directory and built the application. Added the required Qt dependency using windeployqt.exe and copied other dependency files. Now the application starts without crash and I'm able to debug.
          Thank you.

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved