home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / misc / 4189 < prev    next >
Encoding:
Text File  |  1992-12-13  |  2.0 KB  |  43 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!utcsri!torn!pulp.cs.laurentian.ca!david
  3. From: david@ramsey.cs.laurentian.ca (David A. Templeton)
  4. Subject: Device Drivers
  5. Message-ID: <1992Dec13.203749.253@ramsey.cs.laurentian.ca>
  6. Keywords: device drivers windows timers heaps dll
  7. Organization: Dept. of Computer Science, Laurentian University, Sudbury, ON
  8. Date: Sun, 13 Dec 1992 20:37:49 GMT
  9. Lines: 32
  10.  
  11. To anyone whom this touches...                         Dec 13th, 1992
  12.  
  13.  I am a Windows 3.1 programmer with a problem and I hope someone out there
  14.  can provide some assistance.  I deal with sampling systems that require 
  15.  very accurate timing for data collection.  Currently, a DOS TSR is being 
  16.  used to track the internal timer, this is done because Windows' own timer
  17.  routine is not very accurate in enhanced mode ( off by as much as 
  18.  1 - 2 secs! ).  Well the problem arises that we want to port this to NT or
  19.  add in other features and TSR communication is not worth the hassle.  So
  20.  my question is can a device driver to hook the timer be a better alternative?
  21.  If so how would I go about setting this up and does any one have source to 
  22.  do this?  I already have a DDK, also which books would help in this area?
  23.  
  24.  On this same package I am wondering is there any way to check the system
  25.  heap to see if I have any of my DLL's already loaded?  Is it a function
  26.  call or one of those undocumented Windows funcs?
  27.  
  28.    Many thanks in advance
  29.        David A. Templeton
  30.  
  31.     e-mail: david@ramsey.cs.laurentian.ca
  32.  
  33.  p.s: Please respond directly to email, thanks
  34.  
  35. +----------------------------------------------------------------------------+
  36. |                                                                            |
  37. |   When everything around looks bad just remember there is someone who is   |
  38. |    worse off!                                                              |
  39. |                                                                            |
  40. +----------------------------------------------------------------------------+
  41.  
  42.  
  43.