Results 1 to 9 of 9

Thread: How reliable are QTimers on Windows?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    132
    Thanked 16 Times in 16 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How reliable are QTimers on Windows?

    QTimer is absolutely not suited for that job. (It works on the event queue)

    Quote Originally Posted by Cruz View Post
    And last but not least, what can I do to get the 12 ms rhythm as steady as possible?
    This is the easiest to answer: You cant, because as you noticed it is not a real time operating system.

    The nearest you can get is to write a (hight priority) windows device driver....
    Last edited by seneca; 20th February 2009 at 13:05.

Similar Threads

  1. Qt Jambi, deploying app on Mac & Windows fails
    By ChrisColon in forum Installation and Deployment
    Replies: 2
    Last Post: 16th February 2009, 22:05
  2. Replies: 5
    Last Post: 15th January 2009, 09:03
  3. Opening text file fails after autostartup on windows
    By yogourta in forum Qt Programming
    Replies: 2
    Last Post: 18th October 2008, 03:52
  4. converting unix exe to windows binary
    By deekayt in forum General Programming
    Replies: 2
    Last Post: 17th September 2006, 01:00
  5. Qt and windows vista
    By munna in forum General Discussion
    Replies: 8
    Last Post: 11th January 2006, 22:33

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.