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. [Solved] qt_message_output not located in QtCore4.dll
QtWS25 Last Chance

[Solved] qt_message_output not located in QtCore4.dll

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

    I'm trying to deploy a Qt app. I have copied the DLL files that I use from Qt. My directory looks like:

    @SmartLog.exe
    libgcc_s_sw2-1.dll
    mingwm10.dll
    QtCore4.dll
    QtGui4.dll
    QtNetwork4.dll
    QtSql4.dll
    QtXml4.dll
    sqldrivers/qsqlite4.dll@

    When I run my application (which runs fine on my development box) I get a windows message box stating: "The procedure entry point _Z17qt_message_output9QtMsgTypePKc could not be located in the dynamic link library QtCore4.dll"

    Any ideas how to solve this problem? Oh, I am using Qt 4.6.3.

    Thank you, Jeremy Cowgar

    [edit: solved / $chetankjain]

    Jeremy
    http://www.kb8lfa.com

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #2

      are you sure you copied libraries you've linked against?

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jeremy_c
        wrote on last edited by
        #3

        That was the problem. I was copying C:\Development\Tools\Qt\2010.04\bin\QtXYZ123.dll ... I changed to copy C:\Development\Tools\Qt\2010.04\qt\bin\QtXYZ123.dll and all started working fine.

        Thank you very much!

        Jeremy

        Jeremy
        http://www.kb8lfa.com

        1 Reply Last reply
        0
        • G Offline
          G Offline
          gilbert
          wrote on last edited by
          #4

          hi jeremy i have problem Z21qRegisterResourceDataiPKhS0_S0 is not found in QtCore4.dll plz help noy woking !!! what do i change??? :(

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            I have once faced this problem. Actually the problem was, I created a project in Qt 4.8 and tried to build the same project in a different Qt version. There will be changes in the same dll files of different Qt versions.
            Normally a Qt project contains some inbuilt classes that supports the Qt version.
            One option is to create a new project in your Qt version and import all of your files in it.
            Other option is to check these inbuilt classes, .pro files.
            Also you can install the same Qt version in your PC and can build it smoothly.
            I hope this will help you.

            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