High Precision Interval Timer in C#. Give that a try.
tcsoccerman - Wed Aug 27, 2008 4:10 pm
Post subject:
I'm using the one built into the .net framework.
the interval is pretty low, at 1/100 of a second(maintimer.Interval = 10 to be exact).
i'll try the high precision timer first. if that doesn't work, i'll try setting it to 1/10 of a second.
tcsoccerman - Wed Aug 27, 2008 8:55 pm
Post subject:
I just tested it again and it worked fine. The the only difference between this test and the one previous was that the one previous was running just-in-time debugging, and probably other things in it's first run (is still in intermediate language?).
Could that be the cause?