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 Windows 64 bit and databases 64 bit

QT Windows 64 bit and databases 64 bit

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 3.1k Views
  • 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.
  • A Offline
    A Offline
    allancornet
    wrote on last edited by
    #1

    Hi,

    Two questions linked:

    -- Where can i download QT librairies for Windows 64 bit (MSVC 2008 or MSVC 2010 x64, and not Mingw) (free or not) ?

    -- And what are databases supported by QT on Windows 64 bit (native 64 bit) ?

    Thanks

    Allan

    (Sorry if this question has already asked or if it is not the good place)

    1 Reply Last reply
    0
    • W Offline
      W Offline
      WilliamU
      wrote on last edited by
      #2

      Hi Allan,

      You will have to build these from source yourself, using your compiler of choice. As for a database I'd go with PostgreSQL. http://postgresql.org

      Regards,

      William

      1 Reply Last reply
      0
      • A Offline
        A Offline
        allancornet
        wrote on last edited by
        #3

        Hi,

        I will prefer a packaged version for windows x64

        Why is there no x64 packaged version on QT website ?

        Thanks about info about postgresql

        But what about oracle database and microsoft database 64 bit ?

        Allan

        1 Reply Last reply
        0
        • W Offline
          W Offline
          WilliamU
          wrote on last edited by
          #4

          I do not think there is one available simply due to the availability of resources (i.e. really busy trolls), but I will of course stand corrected if wrong. Oracle is of course an option. And I recommended PostgreSQL as I use SQL Server 2008 R2 (x64) everyday.

          Regards,

          William

          1 Reply Last reply
          0
          • L Offline
            L Offline
            lgeyer
            wrote on last edited by
            #5

            There is no prepackaged windows build for x86_64 (there is no such build for x64 either, but I think you are looking for the former one), but can be built "easily":http://developer.qt.nokia.com/wiki/How_to_build_64bit_Qt_for_windows.

            You will find a list of available database drivers "here":http://doc.qt.nokia.com/latest/qsqldatabase.html#QSqlDatabase-3. Custom drivers can be added. You will need a DBMS that supports 64 bit, Qt does support it anyways.

            It is Qt, not QT.

            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