Results 1 to 8 of 8

Thread: Newbie Question -> Is there any roadmap for 64 Bits QT distribution for Windows

  1. #1
    Join Date
    Mar 2013
    Location
    Rio de Janeiro, Brasil
    Posts
    6
    Qt products
    Qt5
    Platforms
    Windows

    Question Newbie Question -> Is there any roadmap for 64 Bits QT distribution for Windows

    Hi,

    I'm deciding which IDE to use for C++ and I've liked QT. I installed the last version available and noted that I can't use MySql 64 Bits with QT because it is for 32 bits. As I use Windows 7 64 Bits and I don't know how to compile it to a 64 bits and as I don't have any Visual Studio installed to make the 64 bits version, I'm asking: Is there any chance to have this version in a short time?

    If yes, I think it worth to wait for...

    Thank you.
    Esales

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Newbie Question -> Is there any roadmap for 64 Bits QT distribution for Windows

    You can use 32bit programs on 64bit Windows.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Mar 2013
    Location
    Rio de Janeiro, Brasil
    Posts
    6
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Newbie Question -> Is there any roadmap for 64 Bits QT distribution for Windows

    Yeap, I know it, but I want to develop 64 bits application on 64 bits Windows. Anyway thank you for the replay.

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Newbie Question -> Is there any roadmap for 64 Bits QT distribution for Windows

    Both MySql and Qt can be built as 64-bit on Windows and the necessary supported Microsoft compiler is available as part of the Windows SDK 7/7.1 (not 8) or the Visual Studio Express 2012 version (free, as in no dollars). Why wait when you can roll your own?

    If you are feeling adventurous you may even be able to build it with a 64-bit MingW; but that is not supported.

  5. #5
    Join Date
    Mar 2013
    Location
    Rio de Janeiro, Brasil
    Posts
    6
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Newbie Question -> Is there any roadmap for 64 Bits QT distribution for Windows

    Hello ChrisW67 and thank you.
    Well, if I understood your tips I need to:

    1 - install Microsoft Visual Studio Express 2010;
    2 - Install the Windows SDK 7.1;
    3 - Then compile the QT on 64 bits.

    As a newbie, which I am, I don't know how to do the step 3.
    I do not have a clue on how to start to do it...

    But, I installed the Microsoft VS Express 2010, which is not available for 64 bits. Then I installed the SDK 7.1 and now I have the whole package in 64 bits, I build a sample application in 64 bits (hello world) and it works.

    It is true I spent a lot of time installing and uninstalling SDK to got it working properly but it is ok now. Google and YouTube was my friends here.

    Do you know a (good) step by step to compile the QT 5.0.1 in VS 2010? The whole process in a single place? Not Google and YouTube neither could help me on it..


    Added after 14 minutes:


    As an update I'm trying this attempt: http://www.holoborodko.com/pavel/201...l-studio-2010/
    Last edited by esales; 4th March 2013 at 13:46.

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Newbie Question -> Is there any roadmap for 64 Bits QT distribution for Windows

    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  7. #7
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Newbie Question -> Is there any roadmap for 64 Bits QT distribution for Windows

    ... and read Qt for Windows Requirements to see what else you will need to build it. If this all sounds like some effort, well, it is.

    The bottom line is that you are artificially making this harder for yourself. You can write and run code using the 32-bit environment on 64-bit machines. This same source will build with 64-bit compilers. Consequently you can start now and use a pre-built 64-bit binary bundle later if someone else produces one. The Qt Project may produce one later, but I have not seen this concretely stated anywhere. See:
    Qt 5.0.1 Released
    Especially:
    In addition to these, it also adds MinGW 4.7 pre-built binary installer, which has been highly requested. MinGW is the first but not the last new pre-built binary installer which we are going to bring along on later Qt 5.0.x releases.

  8. #8
    Join Date
    Mar 2013
    Location
    Rio de Janeiro, Brasil
    Posts
    6
    Qt products
    Qt5
    Platforms
    Windows

    Smile Re: Newbie Question -> Is there any roadmap for 64 Bits QT distribution for Windows

    Thank you all for the help and tips. I build a QT 5.0.1 environment and it is up and running (windows 7 64 bits, Visual C++ Express, SDK 7.1 -> x64 -> Service Pack 1 -> SP VC Compiler -> and MySql 64 bits). Of course, it took some time (about 30 hours between redos and do) and much blood and sweat too , but as a newbie it is pretty good. Look the first impression:

    mainwindow.jpg

    Wow!

    Well, I have issues (one: The example page is empty) but it is another post.

    I took some notes from what I did, like step by step. If someone else want it, just ask.

    BTW, the answer for the question in the post is: NO, I've got the idea.
    Last edited by esales; 6th March 2013 at 04:34.

Similar Threads

  1. Replies: 3
    Last Post: 26th September 2012, 08:52
  2. Newbie question about QToolBar
    By AlbertoN in forum Newbie
    Replies: 1
    Last Post: 28th May 2012, 07:38
  3. Replies: 1
    Last Post: 23rd January 2012, 21:17
  4. Newbie Question: Use same source for S60, Windows Mobile and Embedded Linux
    By extreme001 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 25th January 2010, 22:53
  5. Newbie Designer question
    By JariV in forum Qt Tools
    Replies: 0
    Last Post: 15th February 2009, 23:24

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.