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. Can not find the entry point in _Z11qt_assert_xPKcS0_S0_i procedure dynamic-link library
Forum Updated to NodeBB v4.3 + New Features

Can not find the entry point in _Z11qt_assert_xPKcS0_S0_i procedure dynamic-link library

Scheduled Pinned Locked Moved Unsolved General and Desktop
debug
4 Posts 4 Posters 2.7k Views 2 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.
  • A Offline
    A Offline
    AhmedL
    wrote on last edited by
    #1

    I have a file "*****.exe" When i want to launch this problem arrive "Can not find the entry point in _Z11qt_assert_xPKcS0_S0_i procedure dynamic-link library"

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      hi and welcome
      Did you compile it yourself?
      Did you try to collect the needed DLLS for deploy ?
      http://www.tripleboot.org/?p=138

      You must provide more information on what you are trying, what you have etc.

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

        Hi and welcome to devnet,

        In addition to @mrjj, watch out not to deploy your application with Qt Creator's DLLs but the one from the Qt you used to build your application.

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

        1 Reply Last reply
        0
        • A Offline
          A Offline
          Archan
          wrote on last edited by
          #4

          Just in case, just had the same problem and in my case the problem was that windeployqt deployed wrong libraries (msvc ones instead of mingw despite being ran from mingw's qt build). Manual collecting libraries solved problem for me.

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved