home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / acorn / tech / 132 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.5 KB

  1. Path: sparky!uunet!mcsun!uknet!pavo.csi.cam.ac.uk!news
  2. From: crj10@cl.cam.ac.uk (Clive Jones)
  3. Newsgroups: comp.sys.acorn.tech
  4. Subject: Re: Displaying machine ownership
  5. Message-ID: <1992Sep13.182207.1793@infodev.cam.ac.uk>
  6. Date: 13 Sep 92 18:22:07 GMT
  7. References: <1992Sep6.230737.4585@cs.nott.ac.uk> <715900053snx@klaatu.demon.co.uk>
  8. Sender: news@infodev.cam.ac.uk (USENET news)
  9. Reply-To: crj10@phx.cam.ac.uk (Clive Jones)
  10. Organization: U of Cambridge Comp Lab, UK
  11. Lines: 22
  12. Nntp-Posting-Host: ashley.cl.cam.ac.uk
  13.  
  14. In article <715900053snx@klaatu.demon.co.uk> Steve@klaatu.demon.co.uk (Steve Loft) writes:
  15. [...]
  16. >This sounds very nice, but just how does one register a file with
  17. >ResourceFS?
  18.  
  19. You register files by using the Resoure_Register SWI, providing the call with
  20. a pointer to a structure containing a set of files to put on ResourceFS. This
  21. is best done from a module.
  22.  
  23. If people can wait a month or so (for me to get back to Cambridge - this is
  24. being posted from a BBC Master via modem!), then I can send people copies of
  25. my !MakeRes application - you just drag in the files you want, and it will save
  26. a relocatable module that puts them on ResourceFS for you.
  27.  
  28. If I get several requests for the module before I return to Cambridge, I'll put
  29. it on the Newcastle Infoserver instead.
  30.  
  31. A version that instead produces an object file containing functions to register
  32. and deregister the files is coming soon - this will allow files to be easily
  33. embedded in a module generated with cmhg.
  34.  
  35. --Clive.
  36.