Re: [Development] Prebuilt 32-bit versjon for MSVC 2017

2018-02-23 Thread Roland Winklmeier
2018-02-21 13:44 GMT+01:00 Harald Kjølberg : > > Hi, > > Currently Qt ships with 32-bit binaries for MSVC 2015, but not for MSVC > 2017. The Qt Company have received requests for adding prebuilt 32-bit > binaries also for MSVC 2017. By adding more prebuilt binaries, we increase > the complexity, a

Re: [Development] Prebuilt 32-bit versjon for MSVC 2017

2018-02-23 Thread Markus Maier
Hello, just to add my opinion as a current user of the MSVC 2015 32 bit binaries. When selecting an MSVC version to use with Qt, one should keep in mind that Microsoft tends to change things in the compilers even in minor releases. I had quite some issues with one of the updates of MSVC2013 which

Re: [Development] Prebuilt 32-bit versjon for MSVC 2017

2018-02-22 Thread Thiago Macieira
On Thursday, 22 February 2018 01:39:50 PST Tim Blechmann wrote: > > Currently Qt ships with 32-bit binaries for MSVC 2015, but not for > > MSVC 2017. The Qt Company have received requests for adding prebuilt > > 32-bit binaries also for MSVC 2017. By adding more prebuilt binaries, > > we increase t

Re: [Development] Prebuilt 32-bit versjon for MSVC 2017

2018-02-22 Thread Tim Blechmann
> Currently Qt ships with 32-bit binaries for MSVC 2015, but not for > MSVC 2017. The Qt Company have received requests for adding prebuilt > 32-bit binaries also for MSVC 2017. By adding more prebuilt binaries, > we increase the complexity, and add to the overall maintenance of our > QA system. Ou

Re: [Development] Prebuilt 32-bit versjon for MSVC 2017

2018-02-21 Thread Henry Skoglund
On 2018-02-21 14:22, Maurice Kalinowski wrote: The reason we have had x86 and x64 packages for UWP is not to target those two architectures for the desktop, but rather that the x86 version also works for the emulators for Windows Phone 8 / Windows 10 Mobile as well as Windows 10 IoT (Core). G

Re: [Development] Prebuilt 32-bit versjon for MSVC 2017

2018-02-21 Thread Maurice Kalinowski
nry > Skoglund > Gesendet: Wednesday, February 21, 2018 2:16 PM > An: development@qt-project.org > Betreff: Re: [Development] Prebuilt 32-bit versjon for MSVC 2017 > > Hi, > if I want to download prebuilt Qt binaries for the UWP platform then I can > choose between 32-bit an

Re: [Development] Prebuilt 32-bit versjon for MSVC 2017

2018-02-21 Thread Henry Skoglund
Hi, if I want to download prebuilt Qt binaries for the UWP platform then I can choose between 32-bit and 64-bit flavors of both MSVC 2015 and MSVC 2017. It should be possible to offer the same variety for the Win32 versions, especially since I think the # of downloads for the Win32 Qt version

Re: [Development] Prebuilt 32-bit versjon for MSVC 2017

2018-02-21 Thread NIkolai Marchenko
This dedication to dropping MSVC2015x32 seems quite stange after the whole controversy of dropping MSVC2013 and how many people prefered to tread very carefully and slowly. Unlike msvc 2013, 15th compiler is way better and doesn't restrain Qt codebase nearly as much On Wed, Feb 21, 2018 at 3:44 P

[Development] Prebuilt 32-bit versjon for MSVC 2017

2018-02-21 Thread Harald Kjølberg
Hi, Currently Qt ships with 32-bit binaries for MSVC 2015, but not for MSVC 2017. The Qt Company have received requests for adding prebuilt 32-bit binaries also for MSVC 2017. By adding more prebuilt binaries, we increase the complexity, and add to the overall maintenance of our QA system. Our