Message-Id: <1.5.4.32.19970421121322.002fad50@ubeclu.unibe.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 21 Apr 1997 14:13:22 +0200 To: djgpp AT delorie DOT com From: Roger Noss Subject: real-time graphics Precedence: bulk I want to write a real-time graphics application with millisecond resolution for vision experiments, using the 1 MHz PC speaker timer as recommended in Frank Van Gilluwe's book, _The_Undocumented_PC_. Is DJGPP a good compiler to use for this purpose? From recent discussions it seems that it will be possible to hook interrupts, etc., and that is what I need. But what about the graphics control? Is there a screen-blanking call available, or am I limited to detecting vertical refreshes? Can I trigger graphics page-swapping on them? In general, how will my real-time wishes be spoiled by the fact that I'm programming in a DOS window in Win95 and WinNT? I have not tried to do real-time programming in a multi-tasking environment before, so if I'm in for a lot of frustration I'd like to hear about it before I waste a few weeks. Thanks, Roger Noss