On quarta-feira, 22 de fevereiro de 2017 15:37:16 PST Ch'Gans wrote:
> OK, I take it as "Undefined Behaviour", since you mentioned this above.
> As my code works, i'll keep it for now (not mission-critical)
That's what everyone who was affected by the compiler optimising away UB said,
then they w
On quarta-feira, 22 de fevereiro de 2017 15:26:09 PST Ch'Gans wrote:
> On 23 February 2017 at 05:42, Thiago Macieira
wrote:
> > On quarta-feira, 22 de fevereiro de 2017 02:40:37 PST Ch'Gans wrote:
> [...]
>
> >> Tanks for all your inputs, but I'm still puzzled, I can't believe this
> >> is not a
On quarta-feira, 22 de fevereiro de 2017 23:58:29 PST Thiago Macieira wrote:
> int x = abs(getValue1()),
> y = abs(getValue2());
> if (x * y < x)
> throw overflowError();
>
> According to the standard, the exception above can never be thrown.
No, sorry,
On Donnerstag, 23. Februar 2017 09:03:03 CET Thiago Macieira wrote:
> On quarta-feira, 22 de fevereiro de 2017 23:58:29 PST Thiago Macieira wrote:
> > int x = abs(getValue1()),
> >
> > y = abs(getValue2());
> >
> > if (x * y < x)
> >
> >
Thank you very much for the clarification
> Am 23.02.2017 um 08:52 schrieb Thiago Macieira :
>
>> On quarta-feira, 22 de fevereiro de 2017 22:38:09 PST NoRulez wrote:
>> Hello,
>>
>> since visual studio 2017 will be released on march 7th, which Qt version
>> will support it?
>
> Qt 5.8.0, unl
Some MS guys said on reddit that VS2017 has ABI compatibility with VS2015,
so maybe it'll just work ?
Best,
Jean-Michaël
On Thu, Feb 23, 2017 at 10:28 AM, NoRulez wrote:
> Thank you very much for the clarification
>
> > Am 23.02.2017 um 08:52 schrieb Thiago Macieira <
> thiago.macie...@intel.co
On Wednesday, February 22, 2017 10:43:23 PM Juhani Matilainen wrote:
> But it seems refreshAccessToken -request doesn’t contains client_id and
> client_secret parameters that are required to refreshing an access token (at
> least with Google login) … and setModifyParametersFunction is available
C++ port of the code works in 5.8.1
Am 01.02.2017 um 10:52 schrieb Alexandru Croitor:
> Hi.
>
> I would suggest running the python application under a debugger, and try to
> get a backtrace.
> That might give insight whether it is a Pythong binding issue of a Qt issue.
>
> An alternative would o
Hi,
I'd like to read manufacturer specific data from advertising packet (or get
access to whole advertising packet, so the manufacturer specific data can be
extracted on application layer). Currently, I need this on Android. Is this
possible?
If not, can you give a little help how to implemen
23.02.2017, 10:00, "Google Ersatz" :
> Good morning.
>
> I have already successfully compiled Qt 5.8 and Qt 5.9 Pre-Alpha with Visual
> Studio 2017 RC. The only Problem is QtWebEngine - Chromium does not Supported
> VS2017 at all.
>
> And according to Joerg Bornemann, there is no guarantee that
On 02/23/2017 01:30 PM, dusek.mar...@email.cz wrote:
> I'd like to read manufacturer specific data from advertising packet (or get
> access to whole advertising packet, so the manufacturer specific data can be
> extracted on application layer). Currently, I need this on Android. Is this
> possibl
Probably it's related to this? https://bugreports.qt.io/browse/QTBUG-58650
Am 23.02.2017 um 13:27 schrieb Viktor Engelmann:
> C++ port of the code works in 5.8.1
>
>
> Am 01.02.2017 um 10:52 schrieb Alexandru Croitor:
>> Hi.
>>
>> I would suggest running the python application under a debugger, a
I am building qt with the following options, and it is not building
QtBluetooth. Is this intentional? My configure line:
./configure -static -debug -xplatform macx-ios-clang -sdk iphonesimulator
-nomake examples -nomake tests -developer-build -opensource -confirm-license
Maybe the problem is -x
On quinta-feira, 23 de fevereiro de 2017 02:08:12 PST Jean-Michaël Celerier
wrote:
> Some MS guys said on reddit that VS2017 has ABI compatibility with VS2015,
> so maybe it'll just work ?
Remains to be proven, but we'd like to know from experience by our users: what
happens if you just take the
On quinta-feira, 23 de fevereiro de 2017 08:48:26 PST Patrick Stinson wrote:
> I am building qt with the following options, and it is not building
> QtBluetooth. Is this intentional? My configure line:
>
> ./configure -static -debug -xplatform macx-ios-clang -sdk iphonesimulator
> -nomake examples
It worked for me; I was able to run our VS2015 app in VS2017 with no problems.
Tom Isaacson
-Original Message-
From: Interest [mailto:interest-bounces+tom.isaacson=navico@qt-project.org]
On Behalf Of Thiago Macieira
Sent: Friday, 24 February 2017 06:04
To: interest@qt-project.org
Sub
Configuring Qt-5.8 with the following command line:
./configure -sdk iphonesimulator
produces the following error:
ERROR: The OpenGL functionality tests failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_OPENGL[_ES2],
QMAKE_LIBDIR_OPENGL[_ES2] and QMAK
On Thu, 23 Feb 2017, Tom Isaacson wrote:
It worked for me; I was able to run our VS2015 app in VS2017 with no problems.
I think Thiago meant something different: what if you are compiling your
application with VS 2017 against a set of Qt libraries build with VS 2015?
If that works flawlessly
18 matches
Mail list logo