Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. The application failed to start
Qt 6.11 is out! See what's new in the release blog

The application failed to start

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 807 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.
  • D Offline
    D Offline
    Dave Wysocki
    wrote on last edited by
    #1

    Here's the code. It' can't get much simpler than this!

    Running a Windows 10 machine. All prior posts are outdated.

    Thanks

    #include "hbqtgui.ch"

    PROCEDURE Main()

    public oWnd
    oWnd := QMainWindow()
    oWnd:setWindowTitle( "Report by Payee Name" )
    oWnd:resize( 525, 400 )

    oWnd:show()
    QApplication():exec(oWnd)

    RETURN

    PROCEDURE appquit (oWnd)
    //hb_gcAll(oWnd)
    QApplication():quit(oWnd)
    RETURN

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

      Hi!
      What programming language is this?
      And do you get any error messages if you try to start the application?

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

      1 Reply Last reply
      0
      • the_T Offline
        the_T Offline
        the_
        wrote on last edited by
        #3

        Looks like Harbour

        -- No support in PM --

        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