Re: [Interest] Strange unresolved external symbols in QtCore on windows

2018-11-03 Thread Thiago Macieira
On Saturday, 3 November 2018 20:54:42 PDT Patrick Stinson wrote: > Woah. Any idea what this is all about? Someone's hack that clearly doesn't work. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center __

Re: [Interest] Strange unresolved external symbols in QtCore on windows

2018-11-03 Thread Patrick Stinson
Woah. Any idea what this is all about? > On Nov 3, 2018, at 8:41 PM, Thiago Macieira wrote: > > On Saturday, 3 November 2018 14:31:12 PDT Patrick Stinson wrote: >> The output of dumpbin /symbols /linenumbers Qt5Core.lib shows these symbols >> as protected, not public as referenced above > > Tha

Re: [Interest] Strange unresolved external symbols in QtCore on windows

2018-11-03 Thread Thiago Macieira
On Saturday, 3 November 2018 14:31:12 PDT Patrick Stinson wrote: > The output of dumpbin /symbols /linenumbers Qt5Core.lib shows these symbols > as protected, not public as referenced above That is correct. They are protected. Search your sources for a #define protected public Find it and remo

Re: [Interest] Qt 5.12.0 beta 3 OSX resource problem?

2018-11-03 Thread First Last
Same error with Xcode 10.1 release. I’m also running OS X 10.13.6, on a MacBook Pro 2016 15”. Here is the full application output for the default empty qml project: 19:36:15: Starting /Users/cworth/src/Qt/build-Test512-Desktop_Qt_5_12_0_clang_64bit-Debug/Test512.app/Contents/MacOS/Test512... ob

Re: [Interest] Qt API annoyances: where to log/discuss?

2018-11-03 Thread Roland Hughes
Giuseppe, I missed the beginning of this thread and don't have enough time for one of my usual missives. I did want to take issue with the comment about using C++ latest. It's _never_ a good idea to chase a standard. Please allow a few words of caution from a grizzled old code warrior. I st

Re: [Interest] Qt 5.12.0 beta 3 OSX resource problem?

2018-11-03 Thread First Last
Thanks, Ekke. The only difference between our systems is that I am running Xcode 10.1-beta, but I see there is a new 10.1 release, so that is most likely the problem. From: ekke mailto:e...@ekkes-corner.org>> Subject: Re: [Interest] Qt 5.12.0 beta 3 OSX resource problem? Date: November 2, 2018

[Interest] Strange unresolved external symbols in QtCore on windows

2018-11-03 Thread Patrick Stinson
My qmake-generated Visual studio project is complaining about the following QObject symbols referenced from my QObject subclass even though I am linking to Qt5Core.lib using a qt I built from the command line: 1>CUtil.obj : error LNK2001: unresolved external symbol "public: virtual void __this

Re: [Interest] Detect connected Bluetooth keyboard under Android

2018-11-03 Thread Roman Wüger
@Alex: i tried your suggestion but the problem is that the BluetoothHIDDevice class was introduced in API level 28, but I need Level 24. Maybe this can be done differently with Java? Regards Roman > Am 01.11.2018 um 19:07 schrieb Jérôme Godbout : > > There is no way yet to achieve that, at le