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. Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running
Forum Updated to NodeBB v4.3 + New Features

Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running

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

    For the program developed under windows10, when installing under windows7, it will prompt:
    Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.

    1 Reply Last reply
    0
    • JohanSoloJ Offline
      JohanSoloJ Offline
      JohanSolo
      wrote on last edited by
      #2

      It's not related to Qt, but here are a few leads:

      • check the architecture for which the program was built;
      • check if you're using the Win10 SDK

      It would help a lot if you gave information about compiler, host and target architecture.

      `They did not know it was impossible, so they did it.'
      -- Mark Twain

      C 1 Reply Last reply
      1
      • JohanSoloJ JohanSolo

        It's not related to Qt, but here are a few leads:

        • check the architecture for which the program was built;
        • check if you're using the Win10 SDK

        It would help a lot if you gave information about compiler, host and target architecture.

        C Offline
        C Offline
        canid
        wrote on last edited by canid
        #3

        @JohanSolo
        Can 64-bit QT compile 32-bit programs?Or does 64-bit Qt only compile 64-bit programs and 32-bit Qt only compile 32-bit programs?

        1 Reply Last reply
        0
        • JohanSoloJ Offline
          JohanSoloJ Offline
          JohanSolo
          wrote on last edited by
          #4

          Qt is no compiler: it's a framework, a set of libraries.
          If you're using Visual Studio, you can compile 32-bit and 64-bit software on a 64 bits windows. For mingw, you have to install one compiler for each target architecture (but both can be used on a 64-bits windows). Again, it would help a lot if you gave information about compiler, host and target architecture, Qt version (and how you installed it).

          `They did not know it was impossible, so they did it.'
          -- Mark Twain

          1 Reply Last reply
          1

          • Login

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