From: William Lachance Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro And MIDAS Date: Thu, 05 Jun 1997 13:29:31 -0700 Organization: Synapse Internet Lines: 22 Message-ID: <339721AB.650A@synapse.net> References: <5n4lpa$rul$1 AT readme DOT ican DOT net> Reply-To: billl AT synapse DOT net NNTP-Posting-Host: harp-05.synapse.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Andrew Ellem wrote: > > Has anyone gotten Allegro and MIDAS to cooperate? I've gotten them to > run together, but there seems to be some major timer confilcts. MIDAS won't > run without its timer, which just happens to conflict with Allegro's. > > If anyone has gotten these two libs to work together I'd really > appreciate some help! You probably won't like this, but your only recourse is not to call "install_timer ()" at the beginning of your program and use MIDAS's mechanism for user timers. This isn't an ideal compromise (you do lose the ability to use mouse pointers or the GUI) but it does work. Alternately, use SEAL! It seems to co-operate much better with Allegro. DL it at "http://www.egerter.com". Cheers, William Lachance billl AT synapse DOT net