CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    6

    Timers not keeping time?

    I have writtent a proceedure that moves text up 1 pix per 1 timer interval.

    the problem is that runing under NT the proceedure runs 4 times faster than under 95 or 98?
    it seems that the timer does not keep correct timing accros these 2 OSs?? any ideas on how to resolve this??


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Timers not keeping time?

    What is your timer interval? Try setting a timer interval greater than 55 ms.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured