home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / spirit / app / !NewBalls / !Run < prev    next >
Text File  |  1993-05-30  |  930b  |  26 lines

  1. | run file for balls64 application
  2. | This file checks that necessary modules are loaded and claims a 
  3. | "slot" from the WIMP
  4. |  Note the reduced wimp slot, compared to 110K in the original.
  5. |
  6. if "<System$Path>" = "" then Error 0 System resources cannot be found
  7. |
  8. |  Note the changed loading method.  Check for any version of the C
  9. |  library, and load if not found.  Then check we have a good
  10. |  enough version.  The original method used here is liable to crash
  11. |  the system.
  12. |
  13. RMEnsure SharedCLibrary 0 RMLoad System:Modules.Clib
  14. RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 or later
  15. |
  16. RMEnsure FPEmulator 0 RMLoad System:Modules.FPEmulator
  17. RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 or later
  18. |
  19. RMEnsure ColourTrans 0 RMLoad System:Modules.Colours
  20. RMEnsure ColourTrans 0.52 Error You need ColourTrans 0.52 or later
  21. |
  22.  
  23. *Set NewBalls$Dir <Obey$Dir>
  24. *WimpSlot -min 64k -max 64k
  25. *run <NewBalls$Dir>.!RunImage
  26.