Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Urgent Help about QtCore4.dll
QtWS25 Last Chance

Urgent Help about QtCore4.dll

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 4 Posters 1.9k 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.
  • T Offline
    T Offline
    tertel
    wrote on last edited by
    #1

    Hi!

    I'm new to Qt and with the whole programming scene and I have a bit of a problem.
    When I run my Qt project using QTCreator, it runs fine. But when I try to run it from the release folder ("DBMS-build-desktop-Qt_4_8_1_for_Desktop-MinGW__Qt_SDK__Release"), it gives me this error:

    "The procedure entry point ??0QVariant@@QAE@ABV0@@Z could not be located in the dynamic link library QtCore4.dll"

    I looked for some solutions online and so far none has worked. I tried to copy every QtCore4.dll from every directory under the installation path into the same folder as the .exe but still no avail.

    Thanks in advance! :D

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fransis
      wrote on last edited by
      #2

      Hi!
      Try with copy all files that the software "Dependecy Walker" says in the .exe directory. for example my aplication uses QtCore.dll, libgcc_s_dw2-1.dll, mingwm10.dll, QtGui4.dll and QtSvg4.dll

      1 Reply Last reply
      0
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        This could have to do with mixing library versions. If you compiled with - say - 4.8.4, but provide QtCore4 from 4.8.1, this kind of error might occur.

        (Z(:^

        1 Reply Last reply
        0
        • musimbateM Offline
          musimbateM Offline
          musimbate
          wrote on last edited by
          #4

          You could try those that are located in the Desktop directory in your installation.Hope this helps

          Why join the navy if you can be a pirate?-Steve Jobs

          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