Path: utzoo!yunexus!maccs!cs3b3aj From: cs3b3aj@maccs.McMaster.CA (Stephen M. Dunn) Newsgroups: comp.lang.pascal Subject: Re: Need code for use w/Turbo Pascal 4.0 to do TSR things Summary: Look in Byte, July 1988 Keywords: TSR Turbo Pascal Message-ID: <2466@maccs.McMaster.CA> Date: 20 Apr 89 23:48:10 GMT Article-I.D.: maccs.2466 References: <3097@i.cc.purdue.edu> Reply-To: cs3b3aj@maccs.UUCP (Stephen M. Dunn) Organization: McMaster U., Hamilton, Ont., Can. Lines: 25 In article <3097@i.cc.purdue.edu> afc@i.cc.purdue.edu (Greg Flint) writes: >I have a need for a TSR program, but I don't know how to set up such a beast. >My TP4 manual says that any program can go TSR via the "KEEP" function, but >that no further information or support is available. In the July 1988 BYTE magazine, there is an article called "A Turbo TSR" which gives an outline of how the author of the article designed a simple TSR which, when activated with a hot key, shows a clock on the screen. The article itself gives rather sketchy information, but there is an editor's note as follows: Pseudocode for QuickTime is in listing 1. The complete source for QT is available on disk, on BIX, on BYTEnet, and in the Quarterly Listings Supplement. See page 3 for further details. (QuickTime, or QT is the name of the author's TSR; BIX is Byte's bulletin board). You might want to follow up on this; I think it would likely solve most of your problems. By the way, QT is written in TP4. Hope this helps. -- ====================================================================== ! Stephen M. Dunn, cs3b3aj@maccs.McMaster.CA ! DISCLAIMER: ! ! This space left unintentionally blank - vi ! I'm only an undergrad ! ======================================================================