Qt MinGW 64-bit
-
well they also stopped making a 32 bit linux. It all depends on download stats
etc and the huge cost of making pre-compiled.mingw is always treated a bit as the stepchild (from all)
as most projects is using visual studio and its de facto standard for windows development.
Also the new web engine stuff is NOT supported in mingw.So it makes more sense to focus on 32/64 for VS for PRO development and
mingw for the more casual and works out of the box experience.But yes, it might come. Like 32 out and only 64 bit.
Most new windows are 64 bit and xp is finally dying. -
@mrjj Yes I guess I should just go with MSVC then. I have Visual Studio 2017 RC installed but currently the Qt installer does not detect it, I assume this is because they do not have a Qt build for it yet.
-
@mrjj Yes I guess I should just go with MSVC then. I have Visual Studio 2017 RC installed but currently the Qt installer does not detect it, I assume this is because they do not have a Qt build for it yet.
-
Hi and welcome to devnet,
Certainly not with 5.8. However there was a thread talking about that here.
As to why there was not yet a MinGW64, the answer is always the same: it's about manpower and hardware.
The CI has its limits and is already under heavy pressure building Qt for the 5.6 to 5.8 branches as well as dev. Each pre-built package is also tested. For Windows alone it means 5 different versions to generate and test.
-
Hi and welcome to devnet,
Certainly not with 5.8. However there was a thread talking about that here.
As to why there was not yet a MinGW64, the answer is always the same: it's about manpower and hardware.
The CI has its limits and is already under heavy pressure building Qt for the 5.6 to 5.8 branches as well as dev. Each pre-built package is also tested. For Windows alone it means 5 different versions to generate and test.
-
Not necessarily, some people prefer to stay with OpenSource Tools and keep the same compiler as much as possible.
Also, to get started with Qt on Windows, the MinGW build is ideal since it doesn't require to go somewhere else for additional downloads and setup like Visual Studio does. You just have to select MinGW in the additional software in the installer. Furthermore, it's only been recently that the C++ tools can be downloaded independently, otherwise you had to install the whole of VS just to get the compiler and you also need to install the debugging tools separately. And by whole of VS, you also have to be sure to check C++ otherwise it's installed without it.
And from a compatibility point of view, the various versions of VS are not compatible with each others so you always have to ensure that you have all C++ dependencies built correctly.
-
32bit could crash when it reach to 4GB memory right
don't like that as we have some vendor products which is 32bit and then the process crash when it reach to 4GB memory!
-
32bit could crash when it reach to 4GB memory right
don't like that as we have some vendor products which is 32bit and then the process crash when it reach to 4GB memory!