home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / spirit / tut / !Lesson5_!Debug < prev    next >
Encoding:
Text File  |  1993-12-06  |  427 b   |  14 lines

  1. |
  2. if "<System$Path>" = "" then Error 0 System resources cannot be found
  3. |
  4. |  Note the changed loading method.  Check for any version of the C
  5. |  library, and load if not found.  Then check we have a good
  6. |  enough version.
  7. |
  8. RMEnsure SharedCLibrary 0 RMLoad System:Modules.Clib
  9. RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 or later
  10. |
  11. *set Lesson5$Dir <Obey$Dir>
  12. *WimpSlot -min 640k -max 640k
  13. *run <Obey$Dir>.!BigImage
  14.