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. Qt Creator msvc2015 x86 problems
Forum Updated to NodeBB v4.3 + New Features

Qt Creator msvc2015 x86 problems

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 1.2k 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.
  • K Offline
    K Offline
    karasho
    wrote on last edited by
    #1

    Hi!
    these is my kits.
    0_1516174548288_ba842770-720f-443b-b9fb-6abf36cd3b43-image.png

    when i try to compile with msvc2015 x86, i receve a lot of errors about qt classes (not from my project).
    this is msg:
    0_1516174660605_136c92af-8ef3-473a-b451-473468b32904-image.png

    I've VS2017 installed with this components:
    0_1516175227395_52e6e90d-7c0f-4cae-b363-d9f82b4c69f9-image.png

    I receve this error : "No winrtrunner.exe found."
    if i select this:
    0_1516175372806_18e92b4e-9f8d-4757-94e9-aba453739f5c-image.png

    K 1 Reply Last reply
    0
    • K karasho

      Hi!
      these is my kits.
      0_1516174548288_ba842770-720f-443b-b9fb-6abf36cd3b43-image.png

      when i try to compile with msvc2015 x86, i receve a lot of errors about qt classes (not from my project).
      this is msg:
      0_1516174660605_136c92af-8ef3-473a-b451-473468b32904-image.png

      I've VS2017 installed with this components:
      0_1516175227395_52e6e90d-7c0f-4cae-b363-d9f82b4c69f9-image.png

      I receve this error : "No winrtrunner.exe found."
      if i select this:
      0_1516175372806_18e92b4e-9f8d-4757-94e9-aba453739f5c-image.png

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @karasho

      Hi and welcome to devnet forum

      The first warning in thesecond screen shot is certainly true and you need to correct this. The selected debugger is not compatiblewith the compiler tool chain of MSVC. The debugger selected is the one of MinGW and AFAIK it is not compatible with MSVC. At lerast you change this to the one supplied with the MSVC tool chain. Please refer to this document and check for a cdb.exe in thebinary folder.

      The next warning might simply be because of the first warning.

      Vote the answer(s) that helped you to solve your issue(s)

      aha_1980A 1 Reply Last reply
      3
      • K koahnig

        @karasho

        Hi and welcome to devnet forum

        The first warning in thesecond screen shot is certainly true and you need to correct this. The selected debugger is not compatiblewith the compiler tool chain of MSVC. The debugger selected is the one of MinGW and AFAIK it is not compatible with MSVC. At lerast you change this to the one supplied with the MSVC tool chain. Please refer to this document and check for a cdb.exe in thebinary folder.

        The next warning might simply be because of the first warning.

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi @karasho,

        To add to @koahnig, the Microsoft CDB debugger has to be installed separately. It is part of the Windows SDK (e.g. https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk )

        Regards

        Qt has to stay free or it will die.

        1 Reply Last reply
        3

        • Login

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