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. Error when running application on windows
Forum Updated to NodeBB v4.3 + New Features

Error when running application on windows

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.7k Views 1 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.
  • S Offline
    S Offline
    soroush
    wrote on last edited by
    #1

    Hi all

    I have a application written with Qt 4.7.4 (SDK 1.1.1). It works on Linux. On windows, when I run it from Qt Creator (Ctrl+R) it works but trying to run it from release directory, I'm given this error:
    @the procedure entry point _z17qt_message_output9qtmsg TypePKc
    could not be located in the dynamic link labrary qtcored4.dll@
    What this mean? I also added binary directories of Qt and MingW to system PATH variable.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      I guess you added the wrong directory to the path. You probably added the one that is used for Qt's own binaries (QtCreator and frieds), not the one belonging to the version you compiled your application with.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        soroush
        wrote on last edited by
        #3

        I corrected the PATH and it works now.
        Thanks :-)

        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