Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Urgent Help about QtCore4.dll

    Installation and Deployment
    4
    4
    1653
    Loading More Posts
    • 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
      tertel last edited by

      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 Reply Quote 0
      • F
        fransis last edited by

        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 Reply Quote 0
        • sierdzio
          sierdzio Moderators last edited by

          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 Reply Quote 0
          • musimbate
            musimbate last edited by

            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 Reply Quote 0
            • First post
              Last post