Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Error running qtcreator 15.0

Error running qtcreator 15.0

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
5 Posts 3 Posters 487 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.
  • S Offline
    S Offline
    sungb
    wrote on last edited by
    #1

    How to solve the problem of "Unable to locate the program input point SetThreadDescription on the dynamic link library Qt6Core.dll" when running qtcreator version 15.0

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

      What os are you using? SetThreadDescription Is available since Windows 10: https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-setthreaddescription
      Qt6 does not support anything older than Windows 10

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

      S 1 Reply Last reply
      1
      • cristian-adamC Online
        cristian-adamC Online
        cristian-adam
        wrote on last edited by
        #3

        The official release from https://download.qt.io/official_releases/qtcreator/15.0/15.0.0/ is built with Visual C++.
        You could try out the MinGW build from https://github.com/qt-creator/qt-creator/releases/tag/v15.0.0

        It might work better than the Visual C++ one.

        1 Reply Last reply
        0
        • Christian EhrlicherC Christian Ehrlicher

          What os are you using? SetThreadDescription Is available since Windows 10: https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-setthreaddescription
          Qt6 does not support anything older than Windows 10

          S Offline
          S Offline
          sungb
          wrote on last edited by
          #4

          @Christian-Ehrlicher : microsoft windows server version 1607

          cristian-adamC 1 Reply Last reply
          0
          • S sungb

            @Christian-Ehrlicher : microsoft windows server version 1607

            cristian-adamC Online
            cristian-adamC Online
            cristian-adam
            wrote on last edited by
            #5

            @sungb That's too old.

            Qt Creator 15.0.0 is using Qt 6.8 and the platform requirements are at https://doc.qt.io/qt-6/supported-platforms.html

            Windows 10 (1809 or later)

            1 Reply Last reply
            2

            • Login

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