luca paone wrote:

> I Have almost the same problem. we have a Qt-Wt application
>
> PLEASE HELP! WE ARE GOING MAD! WE WONDER IF IT REALLY POSSIBLE TO USE QT MIXED
> WITH WT!
>    

I think what you need to do is, in  Gateway::TimerRefresh(), call 
session->attachThread() before acquiring the update lock.

Also, the docs indicate that the Wt::WApplication::getUpdateLock 
function is deprecated. You should use

Wt::WApplication::UpdateLock lock(session);

Hope this helps.

Tristan


------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to