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. Qt application not a valid 32-bit application
Forum Updated to NodeBB v4.3 + New Features

Qt application not a valid 32-bit application

Scheduled Pinned Locked Moved General and Desktop
2 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.
  • S Offline
    S Offline
    snaksa
    wrote on last edited by
    #1

    I made a simple Qt application. Everything is working well on mt PC. I use Windows 7 SP1 and Qt Creator for building and debugging. When I try to run my program on Win XP I get the error "Not a valid 32 application". I had the same problem when I was making applications with Visual Studio 2012. However I fixed that problem. That's how: http://software.intel.com/en-us/articles/linking-applications-using-visual-studio-2012-to-run-on-windows-xp But I can't find such option in Qt Creator. How can I run my application on Windows XP?

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

      Starting with VS2012,Microsoft has dropped the support for Windows XP. It has been re-added with Update-2 for VS2012, but only if a special "platform toolset" is used. The same goes for VS2013. Just select "v110_xp" or "v120_xp", respectively, as the Platform Toolset in the project configuration.

      I don't know about Qt Creator. But "here":http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx is a description of how you would setup VS2012 to target Windows XP directly from the Command Line. I guess it should be possible to do the same with Qt Creator somehow. You basically need to adjust a few environment variables.

      See the paragraph: Targeting from the Command Line

      My OpenSource software at: http://muldersoft.com/

      Qt v4.8.6 MSVC 2013, static/shared: http://goo.gl/BXqhrS

      Go visit the coop: http://youtu.be/Jay...

      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