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. (SOLVED)Qt Creator Adding Native amd64 Compiler VC++
Forum Updated to NodeBB v4.3 + New Features

(SOLVED)Qt Creator Adding Native amd64 Compiler VC++

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 1.8k 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.
  • V Offline
    V Offline
    ViniciusCampanha
    wrote on last edited by
    #1

    Hello!

    How can I configure a native VC++ amd64 compiler in QtCreator? My pc and windows is 64bits, and I had a Qt compiled for 64bits

    The auto-detected Visual C++ (amd64) compiler is configured to cross compiler:

    "Initialization: C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat x86_amd64"

    And I need this configuration:

    "Initialization: C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat AMD64"

    Thanks!

    1 Reply Last reply
    0
    • V Offline
      V Offline
      ViniciusCampanha
      wrote on last edited by
      #2

      I found a way!

      I had installed MS Visual Studio 2008, who came with the Windows SDK 6.0A. And the compiler found by Qt Creator under this SDK is default cross compiler.
      To resolve I downloaded the Windows SDK for Windows 7 and .NET Framework 3.5 SP1 and, after install, automatically the Qt Creator found a compiler like I wanted, native x64.

      I did not found any documentation about this, just tryed.

      Thanks!

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

        Hi,

        Great you found out !

        From my own experience, most developers also get the windows SDK for one reason or another (additional tools, updated compilers etc...)

        The documentation/wiki might be updated to give this information. You can do it if you want.

        Can you update the thread's title to solved so other forum users may know a solution has been found ?

        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

        • Login

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