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 ?eventFilter@QMenuBar@@MEAA_NPEAVQObject@@PEAVQE vent@@@Z could not be located in the dynamic link library

The procedure entry point ?eventFilter@QMenuBar@@MEAA_NPEAVQObject@@PEAVQE vent@@@Z could not be located in the dynamic link library

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 577 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.
  • I Offline
    I Offline
    IIVirusII
    wrote on last edited by
    #1

    I was trying to run a .exe program from the build folder created after running the code in Qt but this message showed: Entry Point Not Found (the code was built using MSVC2015 64 bit). What is causing this error?

    1 Reply Last reply
    0
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      I would guess you've the wrong Qt libraries in your PATH

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0
      • I Offline
        I Offline
        IIVirusII
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • I Offline
          I Offline
          IIVirusII
          wrote on last edited by
          #4

          I just fixed the PATH for Qt. Now it shows another error stating that Qt5Cored.dll and Qt5Widgetsd.dll were not found. I searched in the PATH folder both are found there.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi and welcome to devnet,

            Don't modify your system wide PATH environment variable. If you want to start your application outside of Qt Creator, you should follow the deployment procedure.

            The most simple is to use the windeployqt helper application for that.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            I 1 Reply Last reply
            0
            • SGaistS SGaist

              Hi and welcome to devnet,

              Don't modify your system wide PATH environment variable. If you want to start your application outside of Qt Creator, you should follow the deployment procedure.

              The most simple is to use the windeployqt helper application for that.

              I Offline
              I Offline
              IIVirusII
              wrote on last edited by
              #6

              @SGaist I will check it out. Thank you for your help.

              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