Re: [Interest] Windows: "loadlibrary failed with error 87" on a configuration with a fake video card?

2022-03-21 Thread Henry Skoglund
On 2022-03-22 07:11, Alexander Dyagilev wrote: Hello, The stack trace is the following. Should I file a bug report? Is there a workaround I can suggest to the user? win32u.dll!NtUserWaitMessage() user32.dll!DialogBox2() user32.dll!InternalDialogBox() user32.dll!SoftModalMessageBox() user32.

Re: [Interest] Windows: "loadlibrary failed with error 87" on a configuration with a fake video card?

2022-03-21 Thread Alexander Dyagilev
Hello, The stack trace is the following. Should I file a bug report? Is there a workaround I can suggest to the user? win32u.dll!NtUserWaitMessage() user32.dll!DialogBox2() user32.dll!InternalDialogBox() user32.dll!SoftModalMessageBox() user32.dll!MessageBoxWorker(struct _MSGBOXDATA *) user3

[Interest] QR-Code reading using QZXing crashes Android activity

2022-03-21 Thread Michael Heiser | SYSTRONIK Elektronik und Systemtechnik GmbH
Hello experts, I'm currently porting my app to Qt6. The App depends on QZXing as QR-Code reading library which is working really good with Qt 5.15.x. With the changes in Qt Multimedia framework (no QAbstractVideoFilter) the guys of QZXing library are using QVideoSink as provider for QVideoFrame

Re: [Interest] [Qt6] QML notify dynamic property changes from C++

2022-03-21 Thread Konstantin Shegunov
On Mon, Mar 7, 2022 at 12:20 PM Konstantin Shegunov wrote: > Sure, I'm going to try and prepare a testcase sometime later this week. > A bit later than I'd hoped for, but I tracked down the problem; posting for anyone that may stumble onto this at a later time. I didn't have an equality operato

[Interest] QWebSocketServer on iOS

2022-03-21 Thread Alexander CarĂ´t
Hi all, I have an application running a QWebSocketServer::NonSecureMode on localhost and I am using a web browser to connect. This works fine on OSX, Linux and Windows so far. However, I just ported the app to iOS and here it has so far not been possible to establish a connection yet. Before