home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilst / wt_070 / Documents / Examples / 1st_Look / !ReadMe next >
Encoding:
Text File  |  1995-04-03  |  1.0 KB  |  36 lines

  1. > !ReadMe
  2.  
  3. Introduction
  4. ~~~~~~~~~~~~
  5. This directory describes how to write WT modules starting from scratch. You
  6. should take a look at the manual too since the examples described here they
  7. only caver 'normal' cases.
  8.  
  9. Anyway, these examples here:
  10.  
  11. *  They don't use any library in order to see how everything is created.
  12.  
  13. *  They are written to be examined from first to last.
  14.  
  15. *  Full explanation about a subject is located only to one of the source files.
  16.    This makes easier to locate what new is described in a source file.
  17.  
  18. *  Only the first entries of the WT module header are demonstrated.
  19.  
  20.  
  21. Index
  22. =====
  23.  
  24. 010_MinMod      The minimum healthy WT module that can exist.
  25.                 Subject: The first three fields of a WT  module header.
  26.  
  27. 011_Names       Subject: The full module names.
  28.  
  29. 020_WTServ      Subject: WT Services.
  30.  
  31. 030_Servic      Subject: Servicing RISC OS' Service Calls.
  32.  
  33. 040_Broad       Subject: Servicing Broadcast WT messages.
  34.  
  35. 050_Vectr       Subject: Claiming/creating WT Vectors from WT modules.
  36.