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. Entry Point Not Found QTableView
QtWS25 Last Chance

Entry Point Not Found QTableView

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.6k 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.
  • L Offline
    L Offline
    leafjungle
    wrote on last edited by
    #1

    doItemsLayout@QTableView@UAEXXZ could not be located in the dynamic link library.

    I have re-install QT 4.8.5
    I have check the path environment variable.
    The debug exe could run very well, but the release exe prompt the problem above.

    I have use the depends.exe tool and found the situation:
    QtCore4.dll:
    Release: File version 4.7.2.0; Product Version 4.7.2.0; Image Version: 4.7.2.0;
    Debug: File version 4.8.5.0; Product Version 4.8.5.0; Image Version: 4.8.5.0;

    But I have no way out.

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

      Hi,

      It seems that your application is finding Qt 4.7.2 when running in release mode rather than 4.8.5. Are you sure you cleaned everything when building in release mode ?

      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
      • L Offline
        L Offline
        leafjungle
        wrote on last edited by
        #3

        What do you mean by "clean everything"?
        [quote author="SGaist" date="1382296648"]Hi,

        It seems that your application is finding Qt 4.7.2 when running in release mode rather than 4.8.5. Are you sure you cleaned everything when building in release mode ?[/quote]

        1 Reply Last reply
        0
        • JeroentjehomeJ Offline
          JeroentjehomeJ Offline
          Jeroentjehome
          wrote on last edited by
          #4

          Set your compile for release to version 4.8.5 and recompile. That should do the trick. Somehow it got stuck in version 4.7.2 (btw that can be done in the project tab in QtCreator)

          Greetz, Jeroen

          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