home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / w / wtbpatch / !WTBPatch / !Help next >
Encoding:
Text File  |  1997-02-01  |  1.3 KB  |  33 lines

  1. Wimp_TransferBlock Patch                                   0.00 (31 Jan 1997)
  2. by Andrew Clover of DoggySoft
  3. -----------------------------------------------------------------------------
  4.  
  5. This small program patches around a bug in RISC OS 3.7 affecting the SWI
  6. Wimp_TransferBlock running on a StrongARM with the cache on. Basically, any
  7. program calling Wimp_TransferBlock twice in succession between code
  8. synchronisations (eg. as a result of calling Wimp_Poll) will go wrong in
  9. bizarre and unpredictable ways.
  10.  
  11.  Acorn have been informed of the problem, and it is hoped that it will be
  12. fixed in later versions of the OS and/or in an official patch. Until this
  13. appears, here's a module to fix it. Stick the !WTBPatch application in your
  14. !Boot.Choices.Boot.Tasks directory to avoid problems.
  15.  
  16.  WTBPatch works by intercepting calls to Wimp_TransferBlock (using the
  17. WimpSWIVe program also available from DoggySoft), and making sure that a
  18. synchronisation is performed after every call.
  19.  
  20.  That's all. It's just one of them there five-minute utilities. I'll go and
  21. have me tea now, but you can contact me at:
  22.  
  23.   Andrew Clover,
  24.   7 Blackhorse Crescent,
  25.   Amersham,
  26.   Bucks. HP6 6HP
  27.   United Kingdom.
  28.  
  29.  Fax (01494) 675878, e-mail ajc@doggysoft.co.uk.
  30.  
  31.  Also see our web site at http://www.doggysoft.co.uk/ for all our latest
  32. applications.
  33.