Quantcast
Browsing latest articles
Browse All 2 View Live

FPS problem using OnTimer()

SetTimer is simply the wrong timer to use. A Waitable Timer would be a much better choice.To understand why, read this tutorial on timers.

View Article


FPS problem using OnTimer()

Hello, i'm using OnTimer() function with MFC C++. I've set the timer: SetTimer(1,1,NULL); The second parameter means the fps as i know. I use the timer to move different kind of objects on my screen....

View Article

Browsing latest articles
Browse All 2 View Live