home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 8012 < prev    next >
Encoding:
Text File  |  1993-01-10  |  891 b   |  26 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!cs.tu-berlin.de!zisi
  3. From: zisi@opal.cs.tu-berlin.de (Andreas Zisowsky)
  4. Subject: Re: TSR HELP! ANY INPUT WOULD HELP!
  5. Message-ID: <1993Jan10.210656.21600@cs.tu-berlin.de>
  6. Sender: news@cs.tu-berlin.de
  7. Organization: Techn. University of Berlin, Germany
  8. References: <1993Jan10.003718.16390@cs.unca.edu>
  9. Date: Sun, 10 Jan 1993 21:06:56 GMT
  10. Lines: 14
  11.  
  12. Hello,
  13. you have to consider that MS-DOS is not reentrant. So you may not
  14. call an interrupt while you are handling an interrupt yourself.
  15. So you have to program the function ButtonDown without using any
  16. interrupt. Maybe (or probably) there are some other things to pay
  17. attention to, so check out some TSR examples available via FTP.
  18.  
  19. Ciao.
  20. Andreas
  21.  
  22. --
  23.  
  24. Andreas Zisowsky      -----       Internet: zisi@cs.tu-berlin.de
  25.                         zisi@marie.physik.tu-berlin.de
  26.