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
Forum Updated to NodeBB v4.3 + New Features

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.7k Views 2 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.
  • Z Offline
    Z Offline
    za83
    wrote on 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 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 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 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 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 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)

              Robert LechR 1 Reply Last reply
              2
              • Z Offline
                Z Offline
                za83
                wrote on last edited by
                #7

                Thanks. Now it works.

                1 Reply Last reply
                0
                • G giesbert

                  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\
                  
                  Robert LechR Offline
                  Robert LechR Offline
                  Robert Lech
                  wrote on 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.

                  JKSHJ 1 Reply Last reply
                  0
                  • Robert LechR Robert Lech

                    @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.

                    JKSHJ Offline
                    JKSHJ Offline
                    JKSH
                    Moderators
                    wrote on 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 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 last edited by ovbi
                        #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