Re: [Interest] Porting Qt app to windows

2012-06-04 Thread Chasc
On Mon, 2012-06-04 at 18:20 +0300, Nikos Chantziaras wrote: > On 04/06/12 11:01, Chasc wrote: > > On Sun, 2012-06-03 at 14:44 +0200, Till Oliver Knoll wrote: > >> Am 03.06.2012 um 10:33 schrieb Samuel Gaist: > >> > >>> Another idea, from which path did you copy the QtCore4.dll ? The one in > >>> t

Re: [Interest] Porting Qt app to windows

2012-06-04 Thread Nikos Chantziaras
On 04/06/12 11:01, Chasc wrote: > On Sun, 2012-06-03 at 14:44 +0200, Till Oliver Knoll wrote: >> Am 03.06.2012 um 10:33 schrieb Samuel Gaist: >> >>> Another idea, from which path did you copy the QtCore4.dll ? The one in the >>> folder from QtCreator ? Or the one from the provided Qt library tree

Re: [Interest] QTimer stops triggering

2012-06-04 Thread André Somers
Op 4-6-2012 16:19, Pritam schreef: On Monday 04 June 2012 07:36 PM, Vannoote, Frederik wrote: Hi Syam, The Qtimer object is only created once and lives on for ever. It has an interval of 30 seconds. Most of the times they stop triggering after 1 or 2 days. I dont know what timer API is used

Re: [Interest] QTimer stops triggering

2012-06-04 Thread Pritam
On Monday 04 June 2012 07:36 PM, Vannoote, Frederik wrote: Hi Syam, The Qtimer object is only created once and lives on for ever. It has an interval of 30 seconds. Most of the times they stop triggering after 1 or 2 days. I dont know what timer API is used by Qt. If its posix timers underne

Re: [Interest] QTimer stops triggering

2012-06-04 Thread Vannoote, Frederik
Hi Syam, The Qtimer object is only created once and lives on for ever. It has an interval of 30 seconds. Most of the times they stop triggering after 1 or 2 days. Kind regards, Frederik Frederik Vannoote Sr. Development Engineer Software Barco nv Pres.Kennedyp

Re: [Interest] QTimer stops triggering

2012-06-04 Thread Syam Krishnan
On 06/04/2012 12:34 PM, Vannoote, Frederik wrote: Hey all,       I’m having a weird thing about Qtimer which I can’t explain until now. We are using a dedicated appl

Re: [Interest] Porting Qt app to windows

2012-06-04 Thread Till Oliver Knoll
Am 04.06.2012 um 10:01 schrieb Chasc : > On Sun, 2012-06-03 at 14:44 +0200, Till Oliver Knoll wrote: >> Am 03.06.2012 um 10:33 schrieb Samuel Gaist : >> >>> Another idea, from which path did you copy the QtCore4.dll ? The one in the >>> folder from QtCreator ? Or the one from the provided Qt lib

Re: [Interest] Porting Qt app to windows

2012-06-04 Thread Chasc
On Sun, 2012-06-03 at 14:44 +0200, Till Oliver Knoll wrote: > Am 03.06.2012 um 10:33 schrieb Samuel Gaist : > > > Another idea, from which path did you copy the QtCore4.dll ? The one in the > > folder from QtCreator ? Or the one from the provided Qt library tree ? > > Good point! Qt Creator come

[Interest] QTimer stops triggering

2012-06-04 Thread Vannoote, Frederik
Hey all, I'm having a weird thing about Qtimer which I can't explain until now. We are using a dedicated application to kick the processor watchdog. This application is based on a QTimer. Basically, it only has to call an ioctl once every 30 seconds. This is the only thing the applicatio