home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / programm / tools / 2201 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!hri.com!enterpoop.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!ninassup
  2. From: ninassup@athena.mit.edu (Nikos I Nassuphis)
  3. Newsgroups: comp.os.ms-windows.programmer.tools
  4. Subject: windows hires timer
  5. Message-ID: <1993Jan22.163759.13746@athena.mit.edu>
  6. Date: 22 Jan 93 16:37:59 GMT
  7. Sender: news@athena.mit.edu (News system)
  8. Organization: Massachusetts Institute of Technology
  9. Lines: 21
  10. Nntp-Posting-Host: alfredo.mit.edu
  11.  
  12.  
  13. Hi everyone.
  14.  
  15. I need to have an interrupt at shorter intervals than the timer
  16. chip is programmed to do.
  17.  
  18. "Undocumented Windows" explains how to set a synchronous callback.
  19.  
  20. From what I know at this points it seems I need a timer device driver
  21. that will reprogram the timer chip with the frequency I want.
  22.  
  23. The multimedia extensions available with 3.1 are supposed to do this for
  24. me. Yes ?
  25.  
  26. I am hesitant to manually reprogram the chip because I dont know how this would
  27. fare with the rest of windows. Unexplained crashes are the least thing I want.
  28.  
  29. Has anyone done anything similar ?
  30.  
  31. Thanks
  32. NN
  33.