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. Entry Point Not Found MSVC 2017 32 QT 5.13
QtWS25 Last Chance

Entry Point Not Found MSVC 2017 32 QT 5.13

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 619 Views
  • 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.
  • AmrCoderA Offline
    AmrCoderA Offline
    AmrCoder
    wrote on last edited by AmrCoder
    #1

    Hello,
    I create a simple application in QT and I want to release it, I am using MSVC 2017 32 bit that comes with QT 5.13.0, then I used the windeployqt.exe tool to copy the dlls needed to make the app work, but the problem that i got this error message when I start using the application without run it using QT

    The procedure entry point
    ?mouseReleaseEvent@QAbstractButton@@MAEXPAVQMouseEvent@
    @@Z could not be located in the dynamic link library
    D:/workplace/build_simple_Destkop_Qt_5_13_0_MSVC2017_32bit2_Release/simple.exe
    

    command I used in the Tool

    C:\Qt5.13\5.13.0\msvc2017\bin\windeployqt.exe --release simple.exe
    

    when I delete all the copied dlls then run throw the QT again it works, when I use the tool again and copy the dlls it not work with QT or without QT
    so what i did wrong? is the tool not copy all the dlls needed? or what is the problem?

    Thanks in advance.

    ODБOïO 1 Reply Last reply
    0
    • AmrCoderA AmrCoder

      Hello,
      I create a simple application in QT and I want to release it, I am using MSVC 2017 32 bit that comes with QT 5.13.0, then I used the windeployqt.exe tool to copy the dlls needed to make the app work, but the problem that i got this error message when I start using the application without run it using QT

      The procedure entry point
      ?mouseReleaseEvent@QAbstractButton@@MAEXPAVQMouseEvent@
      @@Z could not be located in the dynamic link library
      D:/workplace/build_simple_Destkop_Qt_5_13_0_MSVC2017_32bit2_Release/simple.exe
      

      command I used in the Tool

      C:\Qt5.13\5.13.0\msvc2017\bin\windeployqt.exe --release simple.exe
      

      when I delete all the copied dlls then run throw the QT again it works, when I use the tool again and copy the dlls it not work with QT or without QT
      so what i did wrong? is the tool not copy all the dlls needed? or what is the problem?

      Thanks in advance.

      ODБOïO Offline
      ODБOïO Offline
      ODБOï
      wrote on last edited by
      #2

      Hi @AmrCoder please see
      https://wiki.qt.io/Deploy_an_Application_on_Windows

      1 Reply Last reply
      2
      • AmrCoderA Offline
        AmrCoderA Offline
        AmrCoder
        wrote on last edited by
        #3

        I followed the steps and it worked, but the problem is I did not find any new dlls, it seems like that the windeployqt copy the wrong dlls or copy them from another directory!, because i just replace the dlls and no new one is added the windeployqt not add it, so is there a way to fix such thing?, set a folder to get the dllls from?

        aha_1980A 1 Reply Last reply
        0
        • AmrCoderA AmrCoder

          I followed the steps and it worked, but the problem is I did not find any new dlls, it seems like that the windeployqt copy the wrong dlls or copy them from another directory!, because i just replace the dlls and no new one is added the windeployqt not add it, so is there a way to fix such thing?, set a folder to get the dllls from?

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @AmrCoder Qt 5.13 is not even released, so why are you using this?

          Qt has to stay free or it will die.

          1 Reply Last reply
          0

          • Login

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