home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16959 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  1.3 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!felix!fritz!scotth
  2. From: scotth@felix.filenet.com (Scott Hopson)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: How can I make a c prg a TSR prg?
  5. Message-ID: <20997@fritz.filenet.com>
  6. Date: 21 Nov 92 17:53:49 GMT
  7. References: <BxyKKG.LuE@uxa.ecn.bgu.edu>
  8. Reply-To: scotth@fritz.filenet.com (Scott Hopson)
  9. Organization: FileNet Corp., Costa Mesa, CA
  10. Lines: 28
  11.  
  12. In article <BxyKKG.LuE@uxa.ecn.bgu.edu> curdm@uxa.ecn.bgu.edu (Richard Mancuso) writes:
  13. >
  14. >Can you please help me? I want to make a program run after no keys have been
  15. >touched for a certain amount of time.  Its not a screen saver.
  16.  
  17. Are you saying that you would like to attach a process to the timer interrupt?
  18. And I'm assuming you want to do this on a PC.....
  19.  
  20. Building a TSR on a PC is not the easist thing to do, if you have a program 
  21. ready written that you want to convert to a TSR you need to be aware of
  22. a few things. 
  23.  
  24. 1. Does it write to the screen in graphics, text mode, or both?
  25.  
  26. 2. Does it write or read the disk?
  27.  
  28. 3. Does it need to cooperate with other processes?
  29.  
  30. These three basic questions will determine how you write your TSR. You 
  31. should probably get a copy of the "Dos Programmers Reference" manual.    
  32.  
  33. You will also need a knowledge of 80x86 Assembler and Dos Internals.
  34.  
  35.  
  36.  
  37.  
  38. -- 
  39. Scott Hopson   (scotth@filenet.com)
  40.