home *** CD-ROM | disk | FTP | other *** search
- > !ReadMe
-
- Introduction
- ~~~~~~~~~~~~
- This directory describes how to write WT modules starting from *scratch*.
- You should have a look at the manual too since the examples described here
- are limited.
-
- Anyway, these examples here:
-
- * They don't use any library in order to see how everything is created.
-
- * They are written to be examined from first to last.
-
- * Full explanation about a subject is located only to one of the source
- files. This makes easier to locate what new is described each time.
-
- * Only the first entries of the WT module header are described here, sorry.
-
-
- Index
- =====
-
- 010_MinMod The minimum healthy WT module that can exist.
- Subject: The first three fields of a WT module header.
-
- 011_Names Subject: The full module names.
-
- 020_WTServ Subject: WT Services.
-
- 030_Servic Subject: Servicing RISC OS' Service Calls.
-
- 040_Broad Subject: Servicing Broadcast WT messages.
-
- 050_Vectr Subject: Claiming/creating WT Vectors from WT modules.
-