home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / misc / 3296 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.2 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!cs.tu-berlin.de!winkler
  2. From: winkler@cs.tu-berlin.de (Barbara Maren Winkler)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Interrupts under Windows ?
  5. Message-ID: <1992Nov7.185758.14930@cs.tu-berlin.de>
  6. Date: 7 Nov 92 18:57:58 GMT
  7. Sender: news@cs.tu-berlin.de
  8. Organization: Technical University of Berlin, Germany
  9. Lines: 21
  10.  
  11.  
  12. Hello,
  13.  
  14. does anybody know how to program an interrupt under Windows (3.1)?
  15. Or any other way to really stop execution until the last statement
  16. (in C) has finished?
  17.  
  18. The problem is: We want to write a driver for an external device,
  19. (a laser video player -- Bildplattenspieler in German). We can
  20. write to it, but when we want to read (a character), Windows
  21. doesn't wait for any character to come back; it immediately
  22. continues with the next statement. Under DOS without windows,
  23. we did this with an interrupt and it worked, but Windows obviously
  24. has masked the interrupt somehow.
  25.  
  26. Does anybody know a solution?
  27.  
  28. Thanks
  29. --
  30. Barbara Maren Winkler                   winkler@opal.cs.tu-berlin.de
  31. =======================================================================
  32.