[Interest] mingw64: can't compile a lib such that a Qt signal can connect successfully to a binary slot

2020-04-09 Thread Filippo Rusconi via Interest
___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] mingw64: can't compile a lib such that a Qt signal can connect successfully to a binary slot

2020-04-09 Thread Thiago Macieira
On Thursday, 9 April 2020 09:02:32 -03 Filippo Rusconi via Interest wrote: > Why not? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products ___ Interest mailing list Interest@qt-project.org https:

Re: [Interest] mingw64: can't compile a lib such that a Qt signal can connect successfully to a binary slot

2020-04-11 Thread Filippo Rusconi via Interest
Greetings, Thiago, thank you for your follow-up. On Thu, Apr 09, 2020 at 11:37:57AM -0300, Thiago Macieira wrote: On Thursday, 9 April 2020 09:02:32 -03 Filippo Rusconi via Interest wrote: Why not? Evidently, my previous mail was somehow crippled. This is my story: I develop a scientific pr

Re: [Interest] mingw64: can't compile a lib such that a Qt signal can connect successfully to a binary slot

2020-04-11 Thread Thiago Macieira
On Saturday, 11 April 2020 05:51:50 -03 Filippo Rusconi via Interest wrote: > Warning: QObject::connect: signal not found in pappso::PrecisionWidget (:0, > ) > > Note that the pappso::PrecisionWidget class emits a signal that is very > simple: it just has a conventional pointer as its argument: >

Re: [Interest] mingw64: can't compile a lib such that a Qt signal can connect successfully to a binary slot

2020-04-12 Thread Thiago Macieira
On Saturday, 11 April 2020 08:50:08 -03 Thiago Macieira wrote: > Yes. Each class must be either: > > a) be a template instantiation (absolutely everything inline and doesn't > take addresses of any static variables) > b) used exclusively inside one single DLL > c) be exported from exactly one DLL

Re: [Interest] mingw64: can't compile a lib such that a Qt signal can connect successfully to a binary slot

2020-04-13 Thread Filippo Rusconi via Interest
Greetings, Thiago, thank you for your follow-up. On Thu, Apr 09, 2020 at 11:37:57AM -0300, Thiago Macieira wrote: On Thursday, 9 April 2020 09:02:32 -03 Filippo Rusconi via Interest wrote: Why not? Evidently, my previous mail was somehow crippled. This is my story: I develop a scientific pr