Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Исходники Форум Информер Страны мира
   Резидентные Программы    >>    pptsr10
   
 
 TSR 1.0 - Functions for TSR programming   Peter Peters 12.02.1993

Модуль для создания резидентных программ. В качестве примера приводится 3 тестовых TSR - программы.
Units and 3 example programs for TSR programming. Inspired by article published in german magazine "DOS International" june 1992 by Reiner Wahler.



20k 
 

GENERAL This is another go at writing TSR programs using turbo pascal. The units and example programs shown here are mainly from the German magazine 'DOS international', as is stated in the program text as well. I modified this stuff : 1 - because it did not work. 2 - because I thought I had do do it differently :-) Think of it what you like, it's always nice to see that somebody else did it in a different way, and learning from that.... You can use this stuff as you wish, just give credit where it's due. I'm willing to answer any questions about this stuff. You drop me an e-mail (address at end of this file). Use and re-use of this stuff is at your own risk. INSTALLATION Well, you extracted the archive, so let's not talk about that... Just use the makefile (if you have make and sed). Or do the next: If you have tasm (turbo assembler) copy from tsr.pas the tsr.asm module part into a file "tsr.asm" (you cannot miss it, just look inside the tsr.pas file). Compile tsr.asm using tasm after removing all the ";" that are at the first position on every line. If you do not have tasm, use "tsr.obj" from the archive. Compile the applications "filer", "beeper" and "funfunk" using tpc or the integrated environment. DO NOT run the TSR's from within the environment !, run them at DOS level. The application program "keycode" is useable determining which key code to use for hotkeys in the tsr stuff. Good luck ! Peter Peters. (pp@win.tue.nl)