X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Wed, 31 Mar 1999 10:08:20 +0300 (WET) From: Andris Pavenis To: djgpp AT delorie DOT com Subject: Re: FSDB and keyboard input with allegro In-Reply-To: <7drqkj$ick$1@news7.svr.pol.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 31 Mar 1999, Andrew Davidson wrote: > I'm trying to run a program written using allegro to handle keyboard input. > It's very very buggy and I'd desperately like to have a look at what's going > on using FSDB but for some reason I can't seem to use the keyboard when the > program is running under FSDB. True with DJGPP 2.01 and 2.02. Hopefully will be fixed in 2.03. At least it works when debugger is linked with libdbg.a from my HD. (But I have only tested ex5.c from Allegro examples) > It also fails to debug properly as it seems > to freeze whenever it hits a break point. > > While I'm at it, where can I get a version of FSDB that supports a few more > graphics modes? The zip file listed in the djgpp faq doesn't seem to exist > any more. > You may try binaries of rhide from my homepage as they include improved debugging support (use rhide.exe or rhgdb.exe): http://www.lanet.lv/~pavenis/rhide.html However I cannot say how it will work in graphic modes set by Allegro. Andris