Re: [Interest] windows Qt application crashes when not run with admin rights

2012-06-11 Thread Guenther Boelter
On 06/12/2012 12:18 AM, Paul Miller wrote: Well this is an odd one. We recently moved from Qt 4.5.3 to 4.7.4. Our application crashes during startup when NOT run with admin rights. Anyone seen anything like this? Hi Paul, are we talking about Windows, Linux or OS X? Sounds like a problem

Re: [Interest] windows Qt application crashes when not run with admin rights

2012-06-11 Thread Guenther Boelter
On 06/12/2012 01:27 AM, Paul Miller wrote: On 6/11/2012 12:24 PM, Guenther Boelter wrote: On 06/12/2012 12:18 AM, Paul Miller wrote: Well this is an odd one. We recently moved from Qt 4.5.3 to 4.7.4. Our application crashes during startup when NOT run with admin rights. Anyone seen anything

[Interest] How can I use QPointer as an argument?

2015-01-12 Thread Guenther Boelter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorrry, I have a 'small' problem and my timeline is running so fast ... How can I use QPointer as an argument? A simple void myFunction( QPointer *myPointer ) { // do something } myFunction( myPointer ); returns 'error: ‘QPointer’ is not a

Re: [Interest] How can I use QPointer as an argument?

2015-01-14 Thread Guenther Boelter
. I'm sure, you know what I mean ... Best regards Guenther On 01/13/2015 11:13 AM, Guenther Boelter wrote: Sorrry, I have a 'small' problem and my timeline is running so fast ... How can I use QPointer as an argument