Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-25 Thread Thiago Macieira
On Sunday 25 October 2015 14:35:54 Volker Enderlein wrote: > I expect that with the recent change of the Visual Studio release model > Microsoft is including the missing features of the C++11 and C++14 > standards way faster than they would have done before. Indeed. But with even Visual Studio 2

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-25 Thread Volker Enderlein
Am 23.10.2015 um 22:21 schrieb Thiago Macieira: > On Friday 23 October 2015 18:35:22 Reinhardt Behm wrote: >> Wouldn't it not be a bit strange if a compiler from 2010 supported a >> standard from 2011? ;-) > > No, not really. It's strange that a compiler from 2010 does *not* support > enough featur

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-25 Thread Volker Enderlein
Am 23.10.2015 um 12:30 schrieb Koehne Kai: > > >> -Original Message- >> From: interest-bounces+kai.koehne=theqtcompany@qt-project.org >> >> Hi, >> >> can the WebEngine module of Qt 5.5.0 be build with MSVC 2010? I've already >> searched Google and did not find an explicitely answer (my

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread Thiago Macieira
On Friday 23 October 2015 18:35:22 Reinhardt Behm wrote: > Wouldn't it not be a bit strange if a compiler from 2010 supported a > standard from 2011? ;-) No, not really. It's strange that a compiler from 2010 does *not* support enough features of the standard that was then known as C++0x. The sta

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread Volker Enderlein
sorry for the private mail Reinhardt, I pushed the wrong button. Hi, for some reason I expected this answer, but it only depends what features are used from c++11. The standardization process (and especially the finalization) took so many years that many of the standards features are already su

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread nomercy
There could have been updates but I guess they did not care 😊 Sent from Mail for Windows 10 From: Reinhardt Behm Sent: 23 Ekim 2015 Cuma 13:35 To: interest@qt-project.org Subject: Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010 On Friday 23 October 2015 12:24:24 Volker Enderlein

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread Reinhardt Behm
On Friday 23 October 2015 12:24:24 Volker Enderlein wrote: > Hi, > > can the WebEngine module of Qt 5.5.0 be build with MSVC 2010? I've > already searched Google and did not find an explicitely answer (my > google skills seem to be not that good). > > I recognized the message "C++11 support is re

Re: [Interest] Qt 5.5.0 WebEngine module with MSVC2010

2015-10-23 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org > > Hi, > > can the WebEngine module of Qt 5.5.0 be build with MSVC 2010? I've already > searched Google and did not find an explicitely answer (my google skills seem > to > be not that good). On