home *** CD-ROM | disk | FTP | other *** search
- | run file for Fastrax Demo application
- |
- *IconSprites <Obey$Dir>.!Sprites
- |
- if "<System$Path>" = "" then Error 0 System resources cannot be found
- if "<Fastrax$PrintFile>" = "" then Set Fastrax$PrintFile printer:
- Set Fast$Scrap ""
- Set Fastrax$OS ""
- |
- RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.Clib
- RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 or later
- |
- *Run <Obey$Dir>.GetVer
- if "<Wimp$ScrapDir>" = "" Then Set Fast$Scrap <Obey$Dir>.Scrap
- if Fast$Scrap = "" Then Set Fast$Scrap <Wimp$ScrapDir>.Fastrax
- Set Fastrax$ScrapDir <Fast$Scrap>
- CDir <Fastrax$ScrapDir>
- |
- RMEnsure Draw 1.01 Error You need Draw 1.01 or later
- |
- RMEnsure FPEmulator 4.03 RMLoad System:Modules.FPEmulator
- RMEnsure FPEmulator 4.03 Error You need FPEmulator 4.03 or later
- |
- if Fastrax$OS = "2" Then RMEnsure ColourTrans 0.52 RMLoad System:Modules.Colours
- if Fastrax$OS = "2" Then RMEnsure ColourTrans 0.52 Error You need ColourTrans 0.52 or later
- |
- if Fastrax$OS = "3" Then RMEnsure ColourTrans 1.57 RMLoad System:310.Modules.Colours
- if Fastrax$OS = "3" Then RMEnsure ColourTrans 1.57 RMLoad System:Modules.Colours
- if Fastrax$OS = "3" Then RMEnsure ColourTrans 1.57 Error You need ColourTrans 1.57 or later
- |
- if Fastrax$OS = "3" Then RMEnsure DrawFile 1.30 RMLoad <Obey$Dir>.Modules.DrawFile
- if Fastrax$OS = "3" Then RMEnsure DrawFile 1.30 Error You need DrawFile module 1.30 or later
- |
- *Set Fastrax$Dir <Obey$Dir>
- | Claim a "slot" from the WIMP
- *WimpSlot -min 640k -max 800k
- *Run <Fastrax$Dir>.!RunImageD %*0 <Fastrax$ScrapDir>
-