
Windows' interruptions and real-time programs
Quote:
>I'am writing a real-time acquisition program with Visual C++
>under Windows'95.
>1) How can I avoid the interruptions generated by W'95?
>Can I put for instance my program or at least the critical
>section uninterruptible?
>2) How should I write my program so that IRQ are handled
>at once and not after the 55ms delay of W'95 interruptions?
Sorry but Win95 isn't really suitable for a real-time program. The
solution may be to write your acquisition code as a device driver. Or get
an acquisition card with a large buffer that will decrease your response
time requirements.
Good luck
-Dango