Im trying to print some characters on a timed loop(using GetTickCount), and i want 1 to be printed every 10 ms. But the problem is that it prints a bunch of characters over an interval larger than 10 ms. It seems not to be updating at each loop. Is there like a DoEvents statement, like in VB?
thanks