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. Run app 32 bit on 64 bit system
Forum Updated to NodeBB v4.3 + New Features

Run app 32 bit on 64 bit system

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 845 Views 2 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.
  • P Offline
    P Offline
    PanKamil897
    wrote on last edited by PanKamil897
    #1

    Hello. If i manual copy files (qtwidgets, qtcored etc) to directory reatil - it works.

    Now, if i used windeployqt, i could run only app 64 bit, 32 bit not work:

    Error: The application was unable to start correctly (0xc000007b)

    My applications must work on EVERYONE PC. People can not yourself choose version - 32bit or 64bit

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mcosta
      wrote on last edited by
      #2

      Hi,

      what do you mean when you say "32 bit not work"?

      Windows 64bit is able to run 32bit application but the opposite is not true.
      If you don't want user choose the version,, 32bit is safer.

      IIRC starting from 8 (or also some version of 7) Windows in only 64bit

      Once your problem is solved don't forget to:

      • Mark the thread as SOLVED using the Topic Tool menu
      • Vote up the answer(s) that helped you to solve the issue

      You can embed images using (http://imgur.com/) or (http://postimage.org/)

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SysTech
        wrote on last edited by
        #3

        Your issue is that you must deploy the correct DLLs including the platforms. I did not have great luck with windeployqt personally. I ended up figuring out the DLLs and making sure when installed that I copied them as well.

        You also need to make sure you get the DLLs you need from the matching compiler version (Qt). It is easy to get the wrong ones.

        You can run 32 bit app just fine on Win 64. I make 32 the base for my app and it works just fine on both 32 bit Win7 and 64 bit Win7 and Win8.1.

        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