Message-ID: <36B5EB59.936DFCF7@ameritech.net> From: John Scott Kjellman X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: keyboard handler... References: <793up5$hkr$1 AT pedraforca DOT cesca DOT es> <36B5E9AB DOT 5904816E AT ameritech DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 33 Date: Mon, 01 Feb 1999 11:58:49 -0600 NNTP-Posting-Host: 199.179.174.109 X-Trace: nntp0.chicago.il.ameritech.net 917892259 199.179.174.109 (Mon, 01 Feb 1999 12:04:19 CDT) NNTP-Posting-Date: Mon, 01 Feb 1999 12:04:19 CDT Organization: Ameritech.Net www.ameritech.net Complaints: abuse AT ameritech DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Oops, one more thing ;-) DJGPP uses an INT 9 handler for trapping signals. Using one in your program may cause problems here. Just a thought, KJohn John Scott Kjellman wrote: > > Isaac, > > The response by Shawn to your post answered your questions, but I thought I > would add my 2.5 cents. > > > Take care, > KJohn > > is05562 AT salleURL DOT edu wrote: > > > > /*************************************************************************** > > > > Hello... > > > > I've been coding some stuff with djgpp, and I've been using the "whole" > > allegro only for the keyboard handler. But I think that if I wrote my own > > keyboard handler the application I'm coding would be faster, so I decided to > > code it on my own. Then I started to read DJGPP FAQ's, specially interrupt > > handlers section. Everything seemed "easy"... But NO! because my code hangs > >