Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. About Windows 64-bit for (VS 2012)
Qt 6.11 is out! See what's new in the release blog

About Windows 64-bit for (VS 2012)

Scheduled Pinned Locked Moved Installation and Deployment
13 Posts 5 Posters 8.1k 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.
  • K Offline
    K Offline
    koahnig
    wrote on last edited by
    #4

    [quote author="taku-s" date="1388489399"]Hi Koahnig,
    Thank you for your swift answer.
    Yes, I was happy with Qt5.1 + MiniGW32bit actually.
    Does Qt5.2.0 for Windows 32-bit(MinGW4.8) work on Windows7 64bit?
    [/quote]

    I do not see a reason, why it should not work on windows 7 64 bit.

    As stated above I am using Qt 5.1 with MinGW on windows 7 64 bit without problems. So far I did not upgrade to Qt 5.2, because I would have to recompile my all stuff again.

    Vote the answer(s) that helped you to solve your issue(s)

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #5

      maybe to be more specific I am using Qt5.1 32 bit MinGW pre-build.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • taku-sT Offline
        taku-sT Offline
        taku-s
        wrote on last edited by
        #6

        I'm trying to use Qt 5.2.0 32bit (MinGW) pre-build now.
        I might ask your advice after that.

        1 Reply Last reply
        0
        • taku-sT Offline
          taku-sT Offline
          taku-s
          wrote on last edited by
          #7

          Hi Koahnig,
          I finally managed to compile and debug Qt 5.2.0 32bit(MinGW) prebuild on Windows7 64bit. Thank you so much for all your help!

          1 Reply Last reply
          0
          • K Offline
            K Offline
            koahnig
            wrote on last edited by
            #8

            you are very welcome

            Please mark your first post above as in the title line with [solved]. This helps others to see that there might be solution for their problem.

            Vote the answer(s) that helped you to solve your issue(s)

            1 Reply Last reply
            0
            • G Offline
              G Offline
              g2005loOol
              wrote on last edited by
              #9

              I have windows 8 64 bits with MinGW 32bit and MinGW 64 bit and I have install MSVC 2013 and I still not available to compile in Qt 5.2
              http://postimg.org/image/ucikov3oj/
              http://postimg.org/image/dskw2meeb/
              http://postimg.org/image/89mxz56qr/
              http://postimg.org/image/c26gevm8z/

              1 Reply Last reply
              0
              • K Offline
                K Offline
                koahnig
                wrote on last edited by
                #10

                [quote author="g2005loOol" date="1388674170"]I have windows 8 64 bits with MinGW 32bit and MinGW 64 bit and I have install MSVC 2013 and I still not available to compile in Qt 5.2
                http://postimg.org/image/ucikov3oj/
                http://postimg.org/image/dskw2meeb/
                http://postimg.org/image/89mxz56qr/
                http://postimg.org/image/c26gevm8z/[/quote]

                You seem to mix msvc2012 and msvc2013.
                You can download only msvc 2012 pre-builds. Therefore, you need to have also msvc2012 as compiler installed.

                Just to make sure!
                msvc version do not contain the msvc compilers. Those are only the Qt creator and the Qt libs pre-build for msvc. Because of license versions there is no way that qt libs and respective compiler is delivered.
                Different version cannot be mixed since the binaries generated with a msvc compiler can be used only with that compiler.

                Checking your supplied pictures, I doubt that you have installed MinGW too.

                Since you have installed msvc 2012 you should install msvc 2012 (express version) from microsoft webpage.

                If you want to use MinGW instead, you need to install using the offline version from download page or check the MinGW versions in the online installer.

                Vote the answer(s) that helped you to solve your issue(s)

                1 Reply Last reply
                0
                • G Offline
                  G Offline
                  g2005loOol
                  wrote on last edited by
                  #11

                  Thks dude.!!! Now I can Compiles programs

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    ArbolOne
                    wrote on last edited by
                    #12

                    i DON'T THINK QT was designed to work properly under Windows or with VS2012, it is only for *nix OS, if you want to use Qt in Windows use MINGW, but don't expect the goodness that VC++ provides. MinGW is a good try to make a *nix compiler to work in MS platform. I would be like trying to get VC to work on *nix platform. It can be done, but you will never have satisfactory results. Why don't you try .Net as a your development tool.

                    This is not the first time you've been here, at the end you've always lost. You create viruses and we the cure, and in this battle you've always lost.

                    1 Reply Last reply
                    0
                    • JKSHJ Offline
                      JKSHJ Offline
                      JKSH
                      Moderators
                      wrote on last edited by
                      #13

                      [quote author="ArbolOne" date="1391923189"]i DON'T THINK QT was designed to work properly under Windows or with VS2012, it is only for *nix OS, if you want to use Qt in Windows use MINGW, but don't expect the goodness that VC++ provides.[/quote]What difficulties did you have? What "goodnesses" are you referring to?

                      Lots of other developers -- myself included -- are successfully producing Qt software using various versions of the Visual Studio compiler. In fact, the majority of commercial companies that sell Qt software for Windows use Visual Studio.

                      [quote author="ArbolOne" date="1391923189"]I would be like trying to get VC to work on *nix platform. It can be done, but you will never have satisfactory results.[/quote]It can be done? Really? How?

                      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                      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