| last update 16 July 1966
Set FDE$Dir <Obey$Dir>
IconSprites <FDE$Dir>.!Sprites
|     check wimp$scrap exists
if "<Wimp$Scrap>" = "" then Error Please set Wimp$Scrap file
|     check for required modules
RMEnsure DDEUtils 0 RMLoad System:Modules.DDEUtils
RMensure DDEUtils 1.0 Error You need DDEUtils 1.0 to run FDE
|
RMEnsure MessageTrans 0 RMLoad System:Modules.MessageTrans
RMEnsure MessageTrans 0 Error You need MessageTrans to run FDE
|
RMEnsure FPEmulator 0 RMLoad System:modules.fpemulator
RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 to run FDE
|     SharedCLibrary is needed by the compiler (& probably the link)
RMEnsure SharedCLibrary 0 System:modules.clib
RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 to run FDE
|     load DDT without error check
RMEnsure DDT 0 System:Modules.DDT
|     set directory name for f77, link and squeeze
Set F77cl$Dir <FDE$Dir>.lib
|     set the directory name for the fortran libraries
Set F77lib$Dir <FDE$Dir>.libf77
|     set up instruction to load SrcEdit text editor
|     here it is as distributed with ARMX6
Set FDE$edit "Run SCSI::SSD.$.Develop.!SrcEdit"
|     set up automatic run of DDT
Set Alias$@RunType_FD3 DebugAIF %%*0
|     set application run space
Wimpslot -min 24k -max 24k
|     start the FDE
Run <FDE$Dir>.!RunImage
