home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / pascal / 4976 < prev    next >
Encoding:
Text File  |  1992-08-21  |  1.5 KB  |  34 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!slip03.telnet1.QueensU.CA!dmurdoch
  3. From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
  4. Subject: Re: Help with TSR programs
  5. Message-ID: <dmurdoch.38.714457363@mast.queensu.ca>
  6. Lines: 22
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University
  9. References: <1992Aug20.220514.7038@crash> <1992Aug21.121031.16939@uwasa.fi>
  10. Date: Sat, 22 Aug 1992 04:22:43 GMT
  11.  
  12. In article <1992Aug21.121031.16939@uwasa.fi> ts@uwasa.fi (Timo Salmi) writes:
  13. >In article <1992Aug20.220514.7038@crash> tech@crash.cts.com (Don Bontemps) writes:
  14. >>currently running so as not to execute it twice?  Also, once your
  15. >>TSR is installed, how do you get it to unload itself from memory?
  16. >
  17. >This is somewhat of an non-reply, but there is a good alternative. 
  18. >That is using Turbo Power's mark-release from
  19. > 75542 Feb 14  1992 garbo.uwasa.fi:/pc/memutil/tsrcom34.zip
  20. >
  21. >I've tried the an unistall of my own and run into all sorts of
  22. >problems.  Of course there must be a working solution to be found,
  23. >nevertheless.
  24.  
  25. Turbo Power puts the code for detecting a previously loaded copy and the 
  26. code to unload a previous copy into their Turbo Professional and Object 
  27. Professional packages (and presumably TSRs Made Easy, but I haven't looked 
  28. at that package).  It's not easy to write an uninstall - there are a lot of 
  29. issues involved, such as whether it's really safe to uninstall, how to close 
  30. open files, etc.
  31.  
  32. Duncan Murdoch
  33. dmurdoch@mast.queensu.ca
  34.