|
Re: Difference between test and production?
Changing the timers won't necessarily fix the problem. Often the problem lies in accessing a shared resource or accessing an object. Also, if your program has a graphical UI (which I'm guessing, since you have it repaint), it is almost certainly multi-threaded.
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
|