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. error when running the .exe

error when running the .exe

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 1.7k 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.
  • dasun218D Offline
    dasun218D Offline
    dasun218
    wrote on last edited by
    #1

    the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5core.dll

    the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5Gui.dll

    the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5Widgets.dll

    What should i do to solve this problem?

    dasun218D 1 Reply Last reply
    0
    • dasun218D dasun218

      the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5core.dll

      the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5Gui.dll

      the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5Widgets.dll

      What should i do to solve this problem?

      dasun218D Offline
      dasun218D Offline
      dasun218
      wrote on last edited by
      #2

      @dasun218 I copied them from the qt mingw bin path as i've seen from a different forum question before but still same question.

      1 Reply Last reply
      0
      • veryqtpersonV Offline
        veryqtpersonV Offline
        veryqtperson
        wrote on last edited by veryqtperson
        #3

        Perhaps, the space in QT Projects causes troubles.
        Try to place your *.exe and all *.dll to some D:\temp, for example?

        dasun218D 1 Reply Last reply
        0
        • veryqtpersonV veryqtperson

          Perhaps, the space in QT Projects causes troubles.
          Try to place your *.exe and all *.dll to some D:\temp, for example?

          dasun218D Offline
          dasun218D Offline
          dasun218
          wrote on last edited by
          #4

          @veryqtperson I tried it but the problem remains same! is there any other thing which i can try?

          1 Reply Last reply
          0
          • veryqtpersonV Offline
            veryqtpersonV Offline
            veryqtperson
            wrote on last edited by
            #5

            Maybe you didn't include the corresponding Qt modules in *.pro file?

            1 Reply Last reply
            0
            • hskoglundH Offline
              hskoglundH Offline
              hskoglund
              wrote on last edited by hskoglund
              #6

              Hi, also make sure when you copy the .DLLs (Qt5Core.dll etc.) that you copy them from C:\Qt\5.7\mingw53_32\bin and not from C:\Qt\Tools\QtCreator\bin.
              You could also try using windeployqt instead of copying the .DLLs manually.

              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