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. Qt Creator 64 bit don't Run application
Qt 6.11 is out! See what's new in the release blog

Qt Creator 64 bit don't Run application

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 1.0k 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.
  • B Offline
    B Offline
    Bazelboday
    wrote on last edited by
    #1

    Hello! My problem is that Qt creator 64 quiting with error message after succesfull compilation of my project, BUT when i'm running my project from 32 Creator everything works fine. I have 0 suggestions why is this happening.Thanks in advance!

    1 Reply Last reply
    0
    • B Offline
      B Offline
      Bazelboday
      wrote on last edited by
      #2

      alright, i've defined the problem, may be this will help, the following snippet
      QSqlRelationalTableModel *model1 = new QSqlRelationalTableModel(table, connectionWidget->currentDatabase());
      makes this, if i remove it 64 bit Creator will able to succesfully run my project.

      What is that mean?

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

        What is the error message?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • B Offline
          B Offline
          Bazelboday
          wrote on last edited by
          #4

          I've solved this, the problem was is just i declader pointer but didnt allocate memory and tried to evoke some method from that pointer,Thanks for attention!

          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