Results 1 to 2 of 2

Thread: 32 bit vs 64 bit

  1. #1
    Join Date
    Oct 2009
    Location
    Craiova, Romania
    Posts
    46
    Thanks
    3
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Question 32 bit vs 64 bit

    Hello!

    I am interested in using the Qt with MinGW (that comes with Qt SDK 4.6.2 exe) under Windows 7 64 bit, to compile my application. I just want my program to be runnable on any Windows system, old or new. Should I take care of any compatibility issues?

    If I want to produce a 64 bit program, what steps should I follow?

    How do I request by command line to MinGW or Qt to produce a 32 bit version? Will 4.6.2 compile automatically for 32 bit? What about future versions of Qt?

    Where can I find more information about that? I searched the Internet, but could not find too much about it.

  2. #2
    Join Date
    Aug 2009
    Location
    Greece, Chania
    Posts
    63
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60

    Default Re: 32 bit vs 64 bit

    If I remember correctly the options -m32 and -m64 will compile your program for a 32bit or a 64bit environment.
    Also here http://en.wikibooks.org/wiki/Opticks...Qt_From_Source you'll find a guide on how to build Qt for 64bit.
    I have never done this, so I'm just pointing to some directions.
    Misha R.evolution - High level Debugging IDE

    Programming is about 2 basic principles: KISS and RTFM!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.