I have a program that runs well under Windows XP. Two of the subwindows of this program use control timers @ 1Hz to determine if data isn't received from the ADC. When I launch the program under Windows 7, it seems to operate fine until I try to open one of these two windows. The timers appear to bung up the works and the windows can take up to 20 seconds to respond to a mouse click. I put a printDebugf() statement in the timer callback and it prints perhaps once/5 seconds and often hangs up for long periods of time. Any ideas would be appreciated.
↧