Re: [Interest] QFile::write(const QByteArray&) does not, write, all data?

2018-05-18 Thread Roland Hughes
On 05/18/2018 04:57 PM, alexander golks wrote: the QFile::write call returns with no error, i called GetLastError() after the QFile::write() and got 183. the file is written up to ~30MB, and suddenly already exists? i am pretty sure, the file doesn't exist prior the call. First: are you runn

Re: [Interest] Avoiding COW with Qt Containers.

2018-05-18 Thread Giuseppe D'Angelo
Il 18/05/2018 21:27, Jason H ha scritto: I've got a QVariantMap that contains QVariantMaps. (I kinda posted about this Wednesday, when I was having a few issues at the same time). I'm essentially trying to do map["a"]["b"]["c"] = QPoint(0,0); However, because I'm using QVariant maps, I have to

[Interest] Avoiding COW with Qt Containers.

2018-05-18 Thread Jason H
I've got a QVariantMap that contains QVariantMaps. (I kinda posted about this Wednesday, when I was having a few issues at the same time). I'm essentially trying to do map["a"]["b"]["c"] = QPoint(0,0); However, because I'm using QVariant maps, I have to do: QVariantMap a = map["a"].toMap(); QVar

Re: [Interest] Can't upload app to iOS App Store when building with Qt 5.9.x

2018-05-18 Thread Rogerio Nicolau
There are no errors it just freezes while getting the app config from the store. I tried it on a different machine and it worked fine, there must be some issue with my system so I will be reinstalling everything. Thanks for your help and sorry for wasting your time. On 18/05/2018 13:07, Nuno Sa

Re: [Interest] Can't upload app to iOS App Store when building with Qt 5.9.x

2018-05-18 Thread Nuno Santos
Can you send more information about the error? Screenshot perhaps? > On 18 May 2018, at 13:02, Rogerio Nicolau > wrote: > > I have managed to update and get xcode working with SDK 10. > It made no difference though, still doing the same thing. > > On 17/05/2018 16:53, Nuno Santos wrote: >> Whi

Re: [Interest] Can't upload app to iOS App Store when building with Qt 5.9.x

2018-05-18 Thread Rogerio Nicolau
I have managed to update and get xcode working with SDK 10. It made no difference though, still doing the same thing. On 17/05/2018 16:53, Nuno Santos wrote: Which SDK are you using on Apple side? To deploy apps with Qt 5.9 I’m using iOS SDK 10 instead of 11, on a older Mac. On 17 May 2018, a

Re: [Interest] QFile::write(const QByteArray&) does not write all data?

2018-05-18 Thread alexander golks
Am Thu, 17 May 2018 07:56:19 -0700 schrieb Thiago Macieira : > On Thursday, 17 May 2018 07:02:17 PDT alexander golks wrote: > > i have at least compiled 5.6.4 now, but i can not produce the error with my > > qt5core. using 5.6.3 from qt, error exists. using mine, does not exist... > > > > getting

Re: [Interest] QFile::write(const QByteArray&) does not write, all data?

2018-05-18 Thread Thiago Macieira
On Thursday, 17 May 2018 22:23:29 PDT alexander golks wrote: > the QFile::write call returns with no error, i called GetLastError() after > the QFile::write() and got 183. the file is written up to ~30MB, and > suddenly already exists? If there was no error reported, trying to get the error state