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. The procedure entry point cound not be located in the dynamic link library

The procedure entry point cound not be located in the dynamic link library

Scheduled Pinned Locked Moved General and Desktop
11 Posts 7 Posters 40.6k 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.
  • Z Offline
    Z Offline
    za83
    wrote on 28 Apr 2013, 15:21 last edited by
    #1

    The procedure entry point Z21qRegisterResourceDataiPKhS0_S0 could not be located in the dynamic link library Qt5Core.dll.
    How can it be solved?

    1 Reply Last reply
    0
    • H Offline
      H Offline
      hardcodes.de
      wrote on 28 Apr 2013, 15:59 last edited by
      #2

      Have you got more than one version of Qt5Core.dll on your system? Maybe you copiled against another version than your program runs against.

      while(!sleep){++sheep;}

      1 Reply Last reply
      1
      • Z Offline
        Z Offline
        za83
        wrote on 29 Apr 2013, 07:37 last edited by
        #3

        Qt version 5.0.2. I copied Qt5.0.2/Tools/QtCreator/bin/Qt5Core.dll.

        1 Reply Last reply
        0
        • H Offline
          H Offline
          hardcodes.de
          wrote on 29 Apr 2013, 10:08 last edited by
          #4

          I am not claiming to know the answer to your problem, just trying to help.
          But therefore you should please learn to read carefully and answer questions or else nobody can help you or will be willing to do so!

          while(!sleep){++sheep;}

          1 Reply Last reply
          0
          • Z Offline
            Z Offline
            za83
            wrote on 29 Apr 2013, 15:14 last edited by
            #5

            I installed 5.0.1 mingw, 5.0.2 x64 VS2012, 5.0.2 mingw.

            1 Reply Last reply
            0
            • G Offline
              G Offline
              giesbert
              wrote on 29 Apr 2013, 15:18 last edited by
              #6

              Hi,

              the version from the path: Qt5.0.2/Tools/QtCreator is the one used by QtCreator binary and (IIRC) is build with MSVS.

              You have to use the one, you linked to, which means something like:

                          [SDKPATH]\Desktop\Qt\4.8.1\mingw\bin\
              

              Nokia Certified Qt Specialist.
              Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

              R 1 Reply Last reply 6 Apr 2015, 22:59
              2
              • Z Offline
                Z Offline
                za83
                wrote on 29 Apr 2013, 17:17 last edited by
                #7

                Thanks. Now it works.

                1 Reply Last reply
                0
                • G giesbert
                  29 Apr 2013, 15:18

                  Hi,

                  the version from the path: Qt5.0.2/Tools/QtCreator is the one used by QtCreator binary and (IIRC) is build with MSVS.

                  You have to use the one, you linked to, which means something like:

                              [SDKPATH]\Desktop\Qt\4.8.1\mingw\bin\
                  
                  R Offline
                  R Offline
                  Robert Lech
                  wrote on 6 Apr 2015, 22:59 last edited by
                  #8

                  @giesbert Thank you very much for your help. I had the "The procedure entry point _ZN10QArrayData10deallocateEPS_jj could not be located in the dynamic link library Qt5Core.dll." error message and wasn't sure how to deal with it. I realized I was using only .dll files from the C:\Qt\Tools\QtCreator\bin directory. When I used the .dll files from the C:\Qt\5.4\mingw491_32\bin directory, my issues disappeared. This makes sense since I was using that MinGW instance to do my compiling.

                  Dependency Walker is still stating that I'm missing these files:
                  API-MS-WIN-CORE-COM-L1-1-0.DLL
                  API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL
                  API-MS-WIN-CORE-WINRT-L1-1-0.DLL
                  API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL
                  API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL
                  API-MS-WIN-SHCORE-SCALING-L1-1-0.DLL
                  DCOMP.DLL
                  GPSVC.DLL
                  IESHIMS.DLL

                  These are .dll files which some forums tell me are only side problems of something unrelated.

                  J 1 Reply Last reply 7 Apr 2015, 00:00
                  0
                  • R Robert Lech
                    6 Apr 2015, 22:59

                    @giesbert Thank you very much for your help. I had the "The procedure entry point _ZN10QArrayData10deallocateEPS_jj could not be located in the dynamic link library Qt5Core.dll." error message and wasn't sure how to deal with it. I realized I was using only .dll files from the C:\Qt\Tools\QtCreator\bin directory. When I used the .dll files from the C:\Qt\5.4\mingw491_32\bin directory, my issues disappeared. This makes sense since I was using that MinGW instance to do my compiling.

                    Dependency Walker is still stating that I'm missing these files:
                    API-MS-WIN-CORE-COM-L1-1-0.DLL
                    API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL
                    API-MS-WIN-CORE-WINRT-L1-1-0.DLL
                    API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL
                    API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL
                    API-MS-WIN-SHCORE-SCALING-L1-1-0.DLL
                    DCOMP.DLL
                    GPSVC.DLL
                    IESHIMS.DLL

                    These are .dll files which some forums tell me are only side problems of something unrelated.

                    J Offline
                    J Offline
                    JKSH
                    Moderators
                    wrote on 7 Apr 2015, 00:00 last edited by
                    #9

                    @Robert-Lech said:

                    Dependency Walker is still stating that I'm missing these files:
                    API-MS-WIN-CORE-COM-L1-1-0.DLL
                    API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL
                    API-MS-WIN-CORE-WINRT-L1-1-0.DLL
                    API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL
                    API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL
                    API-MS-WIN-SHCORE-SCALING-L1-1-0.DLL
                    DCOMP.DLL
                    GPSVC.DLL
                    IESHIMS.DLL

                    These are false positives. You can ignore them.

                    Run Dependency Walker on an official Microsoft product (e.g. C:\Windows\notepad.exe) and you'll see some of these declared "missing" too

                    Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      Jan_K_Warsaw
                      wrote on 21 Mar 2019, 12:36 last edited by
                      #10

                      I confirm dll libraries from C:\Qt{version}\mingw{version}\bin make Qt desktop app work.

                      1 Reply Last reply
                      0
                      • O Offline
                        O Offline
                        ovbi
                        Banned
                        wrote on 4 Jan 2021, 14:35 last edited by ovbi 1 May 2021, 10:55
                        #11
                        This post is deleted!
                        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