just use winApi
Can you elaborate a bit more on this, I tried to use Environment::TickCount, but I don't know how to use from a Qt application.
Thx in advance
Maarten
Qt Code:
::SYSTEMTIME st; ::GetLocalTime(&st);To copy to clipboard, switch view to plain text mode
Thx a lot but this gives no msec accuracy in windows mobile.
Bookmarks