Home » Personal collection » Acorn hard disk » apps » !Fireworkz » !Run

!Run

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn hard disk » apps » !Fireworkz
Filename: !Run
Read OK:
File size: 0E11 bytes
Load address: 0000
Exec address: 0000
File contents
|
| Run file for Fireworkz
|
Set      Fireworkz$Dir      <Obey$Dir>
Set      Fireworkz$ImageDir <Fireworkz$Dir>
SetMacro Fireworkz$Path     <Fireworkz$UserPath><Fireworkz$Dir>.User.,<Fireworkz$Dir>.Resource.<Fireworkz$EndPath>
|
IconSprites <Fireworkz$ImageDir>.!Sprites
|
Set File$Type_BDF Firewrkz
SetMacro Alias$@RunType_BDF   Run <Fireworkz$Dir>.!Run %%*0
SetMacro Alias$@PrintType_BDF Run <Fireworkz$Dir>.!Run -Print %%*0
|
Set File$Type_BE0 Recordz
SetMacro Alias$@RunType_BE0   Run <Fireworkz$Dir>.!Run %%*0
SetMacro Alias$@PrintType_BE0 Run <Fireworkz$Dir>.!Run -Print %%*0
|
Set File$Type_BE1 Resultz
SetMacro Alias$@RunType_BE1   Run <Fireworkz$Dir>.!Run %%*0
SetMacro Alias$@PrintType_BE1 Run <Fireworkz$Dir>.!Run -Print %%*0
|
Set File$Type_C1C Wordz
SetMacro Alias$@RunType_C1C   Run <Fireworkz$Dir>.!Run %%*0
SetMacro Alias$@PrintType_C1C Run <Fireworkz$Dir>.!Run -Print %%*0
|
Set File$Type_C1D FwrkzTem
SetMacro Alias$@RunType_C1D   Run <Fireworkz$Dir>.!Run -Template %%*0
SetMacro Alias$@PrintType_C1D Run <Fireworkz$Dir>.!Run -oPrint %%*0
|
Set File$Type_C1E FwrkzCmd
SetMacro Alias$@RunType_C1E   Run <Fireworkz$Dir>.!Run -Command %%*0
|
If "<File$Type_C32>"="" then Set File$Type_C32 RTF
If "<File$Type_DB0>"="" then Set File$Type_DB0 LotusWK1
If "<File$Type_DFE>"="" then Set File$Type_DFE CSV
|
SetEval Fireworkz$HasDOSFS 1
RMEnsure DOSFS 0.43 SetEval Fireworkz$HasDOSFS 0
If Fireworkz$HasDOSFS=1 then DOSMap TXT &FFF
If Fireworkz$HasDOSFS=1 then DOSMap RTF &C32
| If Fireworkz$HasDOSFS=1 then DOSMap WK1 &DB0 - doesn't accept numbers!
If Fireworkz$HasDOSFS=1 then DOSMap CSV &DFE
Unset Fireworkz$HasDOSFS
|
RMEnsure FontManager 2.42 Error 0 Fireworkz needs Outline FontManager 2.42 or later
|
RMEnsure Squash 0.00 If "<System$Path>"="" then Error 0 Unable to locate your System directory. Please use StartFwrkz on the Examples disc
RMEnsure Squash 0.00 RMLoad System:Modules.Squash
|
RMEnsure ColourTrans 0.52 If "<System$Path>"="" then Error 0 Unable to locate your System directory. Please use StartFwrkz on the Examples disc
RMEnsure ColourTrans 0.52 RMLoad System:Modules.Colours
RMEnsure ColourTrans 0.52 Error 0 The version of ColourTrans installed in your !System is too old. Fireworkz needs ColourTrans 0.52 or later
|
WimpSlot -min 32K -max 32K
Run Fireworkz:Loader -image <Fireworkz$ImageDir>.Resource.!Sprite
|
Set Fireworkz$CLibLoaded 1
RMEnsure SharedCLibrary 0.00 Set Fireworkz$CLibLoaded 0
If Fireworkz$CLibLoaded=0 then If "<System$Path>"="" then Error 0 Unable to locate your System directory. Please use StartFwrkz on the Examples disc
If Fireworkz$CLibLoaded=0 then RMLoad System:Modules.CLib
If Fireworkz$CLibLoaded=1 then RMEnsure SharedCLibrary 3.75 Error 0 You are already running a version of CLib which is too old. Fireworkz needs SharedCLibrary 3.75 or later
Unset Fireworkz$CLibLoaded
RMEnsure SharedCLibrary 3.75 Error 0 The version of CLib installed in your !System is too old. Fireworkz needs SharedCLibrary 3.75 or later
|
RMEnsure FPEmulator 2.80 If "<System$Path>"="" then Error 0 Unable to locate your System directory. Please use StartFwrkz on the Examples disc
RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPEmulator
RMEnsure FPEmulator 2.80 Error 0 The version of FPEmulator installed in your !System is too old. Fireworkz needs FPEmulator 2.80 or later
|
RMEnsure Task 0.08 RMLoad Fireworkz:TaskX*
RMEnsure Task 0.08 Error 0 The version of Task found on your application resources path is too old. Fireworkz needs Task 0.08 or later
|
Run Fireworkz:ImageSlot <Fireworkz$ImageDir>.!RunImage 12K 64K
|
Run <Fireworkz$ImageDir>.!RunImage %*0
00000000  7c 0a 7c 20 52 75 6e 20  66 69 6c 65 20 66 6f 72  ||.| Run file for|
00000010  20 46 69 72 65 77 6f 72  6b 7a 0a 7c 0a 53 65 74  | Fireworkz.|.Set|
00000020  20 20 20 20 20 20 46 69  72 65 77 6f 72 6b 7a 24  |      Fireworkz$|
00000030  44 69 72 20 20 20 20 20  20 3c 4f 62 65 79 24 44  |Dir      <Obey$D|
00000040  69 72 3e 0a 53 65 74 20  20 20 20 20 20 46 69 72  |ir>.Set      Fir|
00000050  65 77 6f 72 6b 7a 24 49  6d 61 67 65 44 69 72 20  |eworkz$ImageDir |
00000060  3c 46 69 72 65 77 6f 72  6b 7a 24 44 69 72 3e 0a  |<Fireworkz$Dir>.|
00000070  53 65 74 4d 61 63 72 6f  20 46 69 72 65 77 6f 72  |SetMacro Firewor|
00000080  6b 7a 24 50 61 74 68 20  20 20 20 20 3c 46 69 72  |kz$Path     <Fir|
00000090  65 77 6f 72 6b 7a 24 55  73 65 72 50 61 74 68 3e  |eworkz$UserPath>|
000000a0  3c 46 69 72 65 77 6f 72  6b 7a 24 44 69 72 3e 2e  |<Fireworkz$Dir>.|
000000b0  55 73 65 72 2e 2c 3c 46  69 72 65 77 6f 72 6b 7a  |User.,<Fireworkz|
000000c0  24 44 69 72 3e 2e 52 65  73 6f 75 72 63 65 2e 3c  |$Dir>.Resource.<|
000000d0  46 69 72 65 77 6f 72 6b  7a 24 45 6e 64 50 61 74  |Fireworkz$EndPat|
000000e0  68 3e 0a 7c 0a 49 63 6f  6e 53 70 72 69 74 65 73  |h>.|.IconSprites|
000000f0  20 3c 46 69 72 65 77 6f  72 6b 7a 24 49 6d 61 67  | <Fireworkz$Imag|
00000100  65 44 69 72 3e 2e 21 53  70 72 69 74 65 73 0a 7c  |eDir>.!Sprites.||
00000110  0a 53 65 74 20 46 69 6c  65 24 54 79 70 65 5f 42  |.Set File$Type_B|
00000120  44 46 20 46 69 72 65 77  72 6b 7a 0a 53 65 74 4d  |DF Firewrkz.SetM|
00000130  61 63 72 6f 20 41 6c 69  61 73 24 40 52 75 6e 54  |acro Alias$@RunT|
00000140  79 70 65 5f 42 44 46 20  20 20 52 75 6e 20 3c 46  |ype_BDF   Run <F|
00000150  69 72 65 77 6f 72 6b 7a  24 44 69 72 3e 2e 21 52  |ireworkz$Dir>.!R|
00000160  75 6e 20 25 25 2a 30 0a  53 65 74 4d 61 63 72 6f  |un %%*0.SetMacro|
00000170  20 41 6c 69 61 73 24 40  50 72 69 6e 74 54 79 70  | Alias$@PrintTyp|
00000180  65 5f 42 44 46 20 52 75  6e 20 3c 46 69 72 65 77  |e_BDF Run <Firew|
00000190  6f 72 6b 7a 24 44 69 72  3e 2e 21 52 75 6e 20 2d  |orkz$Dir>.!Run -|
000001a0  50 72 69 6e 74 20 25 25  2a 30 0a 7c 0a 53 65 74  |Print %%*0.|.Set|
000001b0  20 46 69 6c 65 24 54 79  70 65 5f 42 45 30 20 52  | File$Type_BE0 R|
000001c0  65 63 6f 72 64 7a 0a 53  65 74 4d 61 63 72 6f 20  |ecordz.SetMacro |
000001d0  41 6c 69 61 73 24 40 52  75 6e 54 79 70 65 5f 42  |Alias$@RunType_B|
000001e0  45 30 20 20 20 52 75 6e  20 3c 46 69 72 65 77 6f  |E0   Run <Firewo|
000001f0  72 6b 7a 24 44 69 72 3e  2e 21 52 75 6e 20 25 25  |rkz$Dir>.!Run %%|
00000200  2a 30 0a 53 65 74 4d 61  63 72 6f 20 41 6c 69 61  |*0.SetMacro Alia|
00000210  73 24 40 50 72 69 6e 74  54 79 70 65 5f 42 45 30  |s$@PrintType_BE0|
00000220  20 52 75 6e 20 3c 46 69  72 65 77 6f 72 6b 7a 24  | Run <Fireworkz$|
00000230  44 69 72 3e 2e 21 52 75  6e 20 2d 50 72 69 6e 74  |Dir>.!Run -Print|
00000240  20 25 25 2a 30 0a 7c 0a  53 65 74 20 46 69 6c 65  | %%*0.|.Set File|
00000250  24 54 79 70 65 5f 42 45  31 20 52 65 73 75 6c 74  |$Type_BE1 Result|
00000260  7a 0a 53 65 74 4d 61 63  72 6f 20 41 6c 69 61 73  |z.SetMacro Alias|
00000270  24 40 52 75 6e 54 79 70  65 5f 42 45 31 20 20 20  |$@RunType_BE1   |
00000280  52 75 6e 20 3c 46 69 72  65 77 6f 72 6b 7a 24 44  |Run <Fireworkz$D|
00000290  69 72 3e 2e 21 52 75 6e  20 25 25 2a 30 0a 53 65  |ir>.!Run %%*0.Se|
000002a0  74 4d 61 63 72 6f 20 41  6c 69 61 73 24 40 50 72  |tMacro Alias$@Pr|
000002b0  69 6e 74 54 79 70 65 5f  42 45 31 20 52 75 6e 20  |intType_BE1 Run |
000002c0  3c 46 69 72 65 77 6f 72  6b 7a 24 44 69 72 3e 2e  |<Fireworkz$Dir>.|
000002d0  21 52 75 6e 20 2d 50 72  69 6e 74 20 25 25 2a 30  |!Run -Print %%*0|
000002e0  0a 7c 0a 53 65 74 20 46  69 6c 65 24 54 79 70 65  |.|.Set File$Type|
000002f0  5f 43 31 43 20 57 6f 72  64 7a 0a 53 65 74 4d 61  |_C1C Wordz.SetMa|
00000300  63 72 6f 20 41 6c 69 61  73 24 40 52 75 6e 54 79  |cro Alias$@RunTy|
00000310  70 65 5f 43 31 43 20 20  20 52 75 6e 20 3c 46 69  |pe_C1C   Run <Fi|
00000320  72 65 77 6f 72 6b 7a 24  44 69 72 3e 2e 21 52 75  |reworkz$Dir>.!Ru|
00000330  6e 20 25 25 2a 30 0a 53  65 74 4d 61 63 72 6f 20  |n %%*0.SetMacro |
00000340  41 6c 69 61 73 24 40 50  72 69 6e 74 54 79 70 65  |Alias$@PrintType|
00000350  5f 43 31 43 20 52 75 6e  20 3c 46 69 72 65 77 6f  |_C1C Run <Firewo|
00000360  72 6b 7a 24 44 69 72 3e  2e 21 52 75 6e 20 2d 50  |rkz$Dir>.!Run -P|
00000370  72 69 6e 74 20 25 25 2a  30 0a 7c 0a 53 65 74 20  |rint %%*0.|.Set |
00000380  46 69 6c 65 24 54 79 70  65 5f 43 31 44 20 46 77  |File$Type_C1D Fw|
00000390  72 6b 7a 54 65 6d 0a 53  65 74 4d 61 63 72 6f 20  |rkzTem.SetMacro |
000003a0  41 6c 69 61 73 24 40 52  75 6e 54 79 70 65 5f 43  |Alias$@RunType_C|
000003b0  31 44 20 20 20 52 75 6e  20 3c 46 69 72 65 77 6f  |1D   Run <Firewo|
000003c0  72 6b 7a 24 44 69 72 3e  2e 21 52 75 6e 20 2d 54  |rkz$Dir>.!Run -T|
000003d0  65 6d 70 6c 61 74 65 20  25 25 2a 30 0a 53 65 74  |emplate %%*0.Set|
000003e0  4d 61 63 72 6f 20 41 6c  69 61 73 24 40 50 72 69  |Macro Alias$@Pri|
000003f0  6e 74 54 79 70 65 5f 43  31 44 20 52 75 6e 20 3c  |ntType_C1D Run <|
00000400  46 69 72 65 77 6f 72 6b  7a 24 44 69 72 3e 2e 21  |Fireworkz$Dir>.!|
00000410  52 75 6e 20 2d 6f 50 72  69 6e 74 20 25 25 2a 30  |Run -oPrint %%*0|
00000420  0a 7c 0a 53 65 74 20 46  69 6c 65 24 54 79 70 65  |.|.Set File$Type|
00000430  5f 43 31 45 20 46 77 72  6b 7a 43 6d 64 0a 53 65  |_C1E FwrkzCmd.Se|
00000440  74 4d 61 63 72 6f 20 41  6c 69 61 73 24 40 52 75  |tMacro Alias$@Ru|
00000450  6e 54 79 70 65 5f 43 31  45 20 20 20 52 75 6e 20  |nType_C1E   Run |
00000460  3c 46 69 72 65 77 6f 72  6b 7a 24 44 69 72 3e 2e  |<Fireworkz$Dir>.|
00000470  21 52 75 6e 20 2d 43 6f  6d 6d 61 6e 64 20 25 25  |!Run -Command %%|
00000480  2a 30 0a 7c 0a 49 66 20  22 3c 46 69 6c 65 24 54  |*0.|.If "<File$T|
00000490  79 70 65 5f 43 33 32 3e  22 3d 22 22 20 74 68 65  |ype_C32>"="" the|
000004a0  6e 20 53 65 74 20 46 69  6c 65 24 54 79 70 65 5f  |n Set File$Type_|
000004b0  43 33 32 20 52 54 46 0a  49 66 20 22 3c 46 69 6c  |C32 RTF.If "<Fil|
000004c0  65 24 54 79 70 65 5f 44  42 30 3e 22 3d 22 22 20  |e$Type_DB0>"="" |
000004d0  74 68 65 6e 20 53 65 74  20 46 69 6c 65 24 54 79  |then Set File$Ty|
000004e0  70 65 5f 44 42 30 20 4c  6f 74 75 73 57 4b 31 0a  |pe_DB0 LotusWK1.|
000004f0  49 66 20 22 3c 46 69 6c  65 24 54 79 70 65 5f 44  |If "<File$Type_D|
00000500  46 45 3e 22 3d 22 22 20  74 68 65 6e 20 53 65 74  |FE>"="" then Set|
00000510  20 46 69 6c 65 24 54 79  70 65 5f 44 46 45 20 43  | File$Type_DFE C|
00000520  53 56 0a 7c 0a 53 65 74  45 76 61 6c 20 46 69 72  |SV.|.SetEval Fir|
00000530  65 77 6f 72 6b 7a 24 48  61 73 44 4f 53 46 53 20  |eworkz$HasDOSFS |
00000540  31 0a 52 4d 45 6e 73 75  72 65 20 44 4f 53 46 53  |1.RMEnsure DOSFS|
00000550  20 30 2e 34 33 20 53 65  74 45 76 61 6c 20 46 69  | 0.43 SetEval Fi|
00000560  72 65 77 6f 72 6b 7a 24  48 61 73 44 4f 53 46 53  |reworkz$HasDOSFS|
00000570  20 30 0a 49 66 20 46 69  72 65 77 6f 72 6b 7a 24  | 0.If Fireworkz$|
00000580  48 61 73 44 4f 53 46 53  3d 31 20 74 68 65 6e 20  |HasDOSFS=1 then |
00000590  44 4f 53 4d 61 70 20 54  58 54 20 26 46 46 46 0a  |DOSMap TXT &FFF.|
000005a0  49 66 20 46 69 72 65 77  6f 72 6b 7a 24 48 61 73  |If Fireworkz$Has|
000005b0  44 4f 53 46 53 3d 31 20  74 68 65 6e 20 44 4f 53  |DOSFS=1 then DOS|
000005c0  4d 61 70 20 52 54 46 20  26 43 33 32 0a 7c 20 49  |Map RTF &C32.| I|
000005d0  66 20 46 69 72 65 77 6f  72 6b 7a 24 48 61 73 44  |f Fireworkz$HasD|
000005e0  4f 53 46 53 3d 31 20 74  68 65 6e 20 44 4f 53 4d  |OSFS=1 then DOSM|
000005f0  61 70 20 57 4b 31 20 26  44 42 30 20 2d 20 64 6f  |ap WK1 &DB0 - do|
00000600  65 73 6e 27 74 20 61 63  63 65 70 74 20 6e 75 6d  |esn't accept num|
00000610  62 65 72 73 21 0a 49 66  20 46 69 72 65 77 6f 72  |bers!.If Firewor|
00000620  6b 7a 24 48 61 73 44 4f  53 46 53 3d 31 20 74 68  |kz$HasDOSFS=1 th|
00000630  65 6e 20 44 4f 53 4d 61  70 20 43 53 56 20 26 44  |en DOSMap CSV &D|
00000640  46 45 0a 55 6e 73 65 74  20 46 69 72 65 77 6f 72  |FE.Unset Firewor|
00000650  6b 7a 24 48 61 73 44 4f  53 46 53 0a 7c 0a 52 4d  |kz$HasDOSFS.|.RM|
00000660  45 6e 73 75 72 65 20 46  6f 6e 74 4d 61 6e 61 67  |Ensure FontManag|
00000670  65 72 20 32 2e 34 32 20  45 72 72 6f 72 20 30 20  |er 2.42 Error 0 |
00000680  46 69 72 65 77 6f 72 6b  7a 20 6e 65 65 64 73 20  |Fireworkz needs |
00000690  4f 75 74 6c 69 6e 65 20  46 6f 6e 74 4d 61 6e 61  |Outline FontMana|
000006a0  67 65 72 20 32 2e 34 32  20 6f 72 20 6c 61 74 65  |ger 2.42 or late|
000006b0  72 0a 7c 0a 52 4d 45 6e  73 75 72 65 20 53 71 75  |r.|.RMEnsure Squ|
000006c0  61 73 68 20 30 2e 30 30  20 49 66 20 22 3c 53 79  |ash 0.00 If "<Sy|
000006d0  73 74 65 6d 24 50 61 74  68 3e 22 3d 22 22 20 74  |stem$Path>"="" t|
000006e0  68 65 6e 20 45 72 72 6f  72 20 30 20 55 6e 61 62  |hen Error 0 Unab|
000006f0  6c 65 20 74 6f 20 6c 6f  63 61 74 65 20 79 6f 75  |le to locate you|
00000700  72 20 53 79 73 74 65 6d  20 64 69 72 65 63 74 6f  |r System directo|
00000710  72 79 2e 20 50 6c 65 61  73 65 20 75 73 65 20 53  |ry. Please use S|
00000720  74 61 72 74 46 77 72 6b  7a 20 6f 6e 20 74 68 65  |tartFwrkz on the|
00000730  20 45 78 61 6d 70 6c 65  73 20 64 69 73 63 0a 52  | Examples disc.R|
00000740  4d 45 6e 73 75 72 65 20  53 71 75 61 73 68 20 30  |MEnsure Squash 0|
00000750  2e 30 30 20 52 4d 4c 6f  61 64 20 53 79 73 74 65  |.00 RMLoad Syste|
00000760  6d 3a 4d 6f 64 75 6c 65  73 2e 53 71 75 61 73 68  |m:Modules.Squash|
00000770  0a 7c 0a 52 4d 45 6e 73  75 72 65 20 43 6f 6c 6f  |.|.RMEnsure Colo|
00000780  75 72 54 72 61 6e 73 20  30 2e 35 32 20 49 66 20  |urTrans 0.52 If |
00000790  22 3c 53 79 73 74 65 6d  24 50 61 74 68 3e 22 3d  |"<System$Path>"=|
000007a0  22 22 20 74 68 65 6e 20  45 72 72 6f 72 20 30 20  |"" then Error 0 |
000007b0  55 6e 61 62 6c 65 20 74  6f 20 6c 6f 63 61 74 65  |Unable to locate|
000007c0  20 79 6f 75 72 20 53 79  73 74 65 6d 20 64 69 72  | your System dir|
000007d0  65 63 74 6f 72 79 2e 20  50 6c 65 61 73 65 20 75  |ectory. Please u|
000007e0  73 65 20 53 74 61 72 74  46 77 72 6b 7a 20 6f 6e  |se StartFwrkz on|
000007f0  20 74 68 65 20 45 78 61  6d 70 6c 65 73 20 64 69  | the Examples di|
00000800  73 63 0a 52 4d 45 6e 73  75 72 65 20 43 6f 6c 6f  |sc.RMEnsure Colo|
00000810  75 72 54 72 61 6e 73 20  30 2e 35 32 20 52 4d 4c  |urTrans 0.52 RML|
00000820  6f 61 64 20 53 79 73 74  65 6d 3a 4d 6f 64 75 6c  |oad System:Modul|
00000830  65 73 2e 43 6f 6c 6f 75  72 73 0a 52 4d 45 6e 73  |es.Colours.RMEns|
00000840  75 72 65 20 43 6f 6c 6f  75 72 54 72 61 6e 73 20  |ure ColourTrans |
00000850  30 2e 35 32 20 45 72 72  6f 72 20 30 20 54 68 65  |0.52 Error 0 The|
00000860  20 76 65 72 73 69 6f 6e  20 6f 66 20 43 6f 6c 6f  | version of Colo|
00000870  75 72 54 72 61 6e 73 20  69 6e 73 74 61 6c 6c 65  |urTrans installe|
00000880  64 20 69 6e 20 79 6f 75  72 20 21 53 79 73 74 65  |d in your !Syste|
00000890  6d 20 69 73 20 74 6f 6f  20 6f 6c 64 2e 20 46 69  |m is too old. Fi|
000008a0  72 65 77 6f 72 6b 7a 20  6e 65 65 64 73 20 43 6f  |reworkz needs Co|
000008b0  6c 6f 75 72 54 72 61 6e  73 20 30 2e 35 32 20 6f  |lourTrans 0.52 o|
000008c0  72 20 6c 61 74 65 72 0a  7c 0a 57 69 6d 70 53 6c  |r later.|.WimpSl|
000008d0  6f 74 20 2d 6d 69 6e 20  33 32 4b 20 2d 6d 61 78  |ot -min 32K -max|
000008e0  20 33 32 4b 0a 52 75 6e  20 46 69 72 65 77 6f 72  | 32K.Run Firewor|
000008f0  6b 7a 3a 4c 6f 61 64 65  72 20 2d 69 6d 61 67 65  |kz:Loader -image|
00000900  20 3c 46 69 72 65 77 6f  72 6b 7a 24 49 6d 61 67  | <Fireworkz$Imag|
00000910  65 44 69 72 3e 2e 52 65  73 6f 75 72 63 65 2e 21  |eDir>.Resource.!|
00000920  53 70 72 69 74 65 0a 7c  0a 53 65 74 20 46 69 72  |Sprite.|.Set Fir|
00000930  65 77 6f 72 6b 7a 24 43  4c 69 62 4c 6f 61 64 65  |eworkz$CLibLoade|
00000940  64 20 31 0a 52 4d 45 6e  73 75 72 65 20 53 68 61  |d 1.RMEnsure Sha|
00000950  72 65 64 43 4c 69 62 72  61 72 79 20 30 2e 30 30  |redCLibrary 0.00|
00000960  20 53 65 74 20 46 69 72  65 77 6f 72 6b 7a 24 43  | Set Fireworkz$C|
00000970  4c 69 62 4c 6f 61 64 65  64 20 30 0a 49 66 20 46  |LibLoaded 0.If F|
00000980  69 72 65 77 6f 72 6b 7a  24 43 4c 69 62 4c 6f 61  |ireworkz$CLibLoa|
00000990  64 65 64 3d 30 20 74 68  65 6e 20 49 66 20 22 3c  |ded=0 then If "<|
000009a0  53 79 73 74 65 6d 24 50  61 74 68 3e 22 3d 22 22  |System$Path>"=""|
000009b0  20 74 68 65 6e 20 45 72  72 6f 72 20 30 20 55 6e  | then Error 0 Un|
000009c0  61 62 6c 65 20 74 6f 20  6c 6f 63 61 74 65 20 79  |able to locate y|
000009d0  6f 75 72 20 53 79 73 74  65 6d 20 64 69 72 65 63  |our System direc|
000009e0  74 6f 72 79 2e 20 50 6c  65 61 73 65 20 75 73 65  |tory. Please use|
000009f0  20 53 74 61 72 74 46 77  72 6b 7a 20 6f 6e 20 74  | StartFwrkz on t|
00000a00  68 65 20 45 78 61 6d 70  6c 65 73 20 64 69 73 63  |he Examples disc|
00000a10  0a 49 66 20 46 69 72 65  77 6f 72 6b 7a 24 43 4c  |.If Fireworkz$CL|
00000a20  69 62 4c 6f 61 64 65 64  3d 30 20 74 68 65 6e 20  |ibLoaded=0 then |
00000a30  52 4d 4c 6f 61 64 20 53  79 73 74 65 6d 3a 4d 6f  |RMLoad System:Mo|
00000a40  64 75 6c 65 73 2e 43 4c  69 62 0a 49 66 20 46 69  |dules.CLib.If Fi|
00000a50  72 65 77 6f 72 6b 7a 24  43 4c 69 62 4c 6f 61 64  |reworkz$CLibLoad|
00000a60  65 64 3d 31 20 74 68 65  6e 20 52 4d 45 6e 73 75  |ed=1 then RMEnsu|
00000a70  72 65 20 53 68 61 72 65  64 43 4c 69 62 72 61 72  |re SharedCLibrar|
00000a80  79 20 33 2e 37 35 20 45  72 72 6f 72 20 30 20 59  |y 3.75 Error 0 Y|
00000a90  6f 75 20 61 72 65 20 61  6c 72 65 61 64 79 20 72  |ou are already r|
00000aa0  75 6e 6e 69 6e 67 20 61  20 76 65 72 73 69 6f 6e  |unning a version|
00000ab0  20 6f 66 20 43 4c 69 62  20 77 68 69 63 68 20 69  | of CLib which i|
00000ac0  73 20 74 6f 6f 20 6f 6c  64 2e 20 46 69 72 65 77  |s too old. Firew|
00000ad0  6f 72 6b 7a 20 6e 65 65  64 73 20 53 68 61 72 65  |orkz needs Share|
00000ae0  64 43 4c 69 62 72 61 72  79 20 33 2e 37 35 20 6f  |dCLibrary 3.75 o|
00000af0  72 20 6c 61 74 65 72 0a  55 6e 73 65 74 20 46 69  |r later.Unset Fi|
00000b00  72 65 77 6f 72 6b 7a 24  43 4c 69 62 4c 6f 61 64  |reworkz$CLibLoad|
00000b10  65 64 0a 52 4d 45 6e 73  75 72 65 20 53 68 61 72  |ed.RMEnsure Shar|
00000b20  65 64 43 4c 69 62 72 61  72 79 20 33 2e 37 35 20  |edCLibrary 3.75 |
00000b30  45 72 72 6f 72 20 30 20  54 68 65 20 76 65 72 73  |Error 0 The vers|
00000b40  69 6f 6e 20 6f 66 20 43  4c 69 62 20 69 6e 73 74  |ion of CLib inst|
00000b50  61 6c 6c 65 64 20 69 6e  20 79 6f 75 72 20 21 53  |alled in your !S|
00000b60  79 73 74 65 6d 20 69 73  20 74 6f 6f 20 6f 6c 64  |ystem is too old|
00000b70  2e 20 46 69 72 65 77 6f  72 6b 7a 20 6e 65 65 64  |. Fireworkz need|
00000b80  73 20 53 68 61 72 65 64  43 4c 69 62 72 61 72 79  |s SharedCLibrary|
00000b90  20 33 2e 37 35 20 6f 72  20 6c 61 74 65 72 0a 7c  | 3.75 or later.||
00000ba0  0a 52 4d 45 6e 73 75 72  65 20 46 50 45 6d 75 6c  |.RMEnsure FPEmul|
00000bb0  61 74 6f 72 20 32 2e 38  30 20 49 66 20 22 3c 53  |ator 2.80 If "<S|
00000bc0  79 73 74 65 6d 24 50 61  74 68 3e 22 3d 22 22 20  |ystem$Path>"="" |
00000bd0  74 68 65 6e 20 45 72 72  6f 72 20 30 20 55 6e 61  |then Error 0 Una|
00000be0  62 6c 65 20 74 6f 20 6c  6f 63 61 74 65 20 79 6f  |ble to locate yo|
00000bf0  75 72 20 53 79 73 74 65  6d 20 64 69 72 65 63 74  |ur System direct|
00000c00  6f 72 79 2e 20 50 6c 65  61 73 65 20 75 73 65 20  |ory. Please use |
00000c10  53 74 61 72 74 46 77 72  6b 7a 20 6f 6e 20 74 68  |StartFwrkz on th|
00000c20  65 20 45 78 61 6d 70 6c  65 73 20 64 69 73 63 0a  |e Examples disc.|
00000c30  52 4d 45 6e 73 75 72 65  20 46 50 45 6d 75 6c 61  |RMEnsure FPEmula|
00000c40  74 6f 72 20 32 2e 38 30  20 52 4d 4c 6f 61 64 20  |tor 2.80 RMLoad |
00000c50  53 79 73 74 65 6d 3a 4d  6f 64 75 6c 65 73 2e 46  |System:Modules.F|
00000c60  50 45 6d 75 6c 61 74 6f  72 0a 52 4d 45 6e 73 75  |PEmulator.RMEnsu|
00000c70  72 65 20 46 50 45 6d 75  6c 61 74 6f 72 20 32 2e  |re FPEmulator 2.|
00000c80  38 30 20 45 72 72 6f 72  20 30 20 54 68 65 20 76  |80 Error 0 The v|
00000c90  65 72 73 69 6f 6e 20 6f  66 20 46 50 45 6d 75 6c  |ersion of FPEmul|
00000ca0  61 74 6f 72 20 69 6e 73  74 61 6c 6c 65 64 20 69  |ator installed i|
00000cb0  6e 20 79 6f 75 72 20 21  53 79 73 74 65 6d 20 69  |n your !System i|
00000cc0  73 20 74 6f 6f 20 6f 6c  64 2e 20 46 69 72 65 77  |s too old. Firew|
00000cd0  6f 72 6b 7a 20 6e 65 65  64 73 20 46 50 45 6d 75  |orkz needs FPEmu|
00000ce0  6c 61 74 6f 72 20 32 2e  38 30 20 6f 72 20 6c 61  |lator 2.80 or la|
00000cf0  74 65 72 0a 7c 0a 52 4d  45 6e 73 75 72 65 20 54  |ter.|.RMEnsure T|
00000d00  61 73 6b 20 30 2e 30 38  20 52 4d 4c 6f 61 64 20  |ask 0.08 RMLoad |
00000d10  46 69 72 65 77 6f 72 6b  7a 3a 54 61 73 6b 58 2a  |Fireworkz:TaskX*|
00000d20  0a 52 4d 45 6e 73 75 72  65 20 54 61 73 6b 20 30  |.RMEnsure Task 0|
00000d30  2e 30 38 20 45 72 72 6f  72 20 30 20 54 68 65 20  |.08 Error 0 The |
00000d40  76 65 72 73 69 6f 6e 20  6f 66 20 54 61 73 6b 20  |version of Task |
00000d50  66 6f 75 6e 64 20 6f 6e  20 79 6f 75 72 20 61 70  |found on your ap|
00000d60  70 6c 69 63 61 74 69 6f  6e 20 72 65 73 6f 75 72  |plication resour|
00000d70  63 65 73 20 70 61 74 68  20 69 73 20 74 6f 6f 20  |ces path is too |
00000d80  6f 6c 64 2e 20 46 69 72  65 77 6f 72 6b 7a 20 6e  |old. Fireworkz n|
00000d90  65 65 64 73 20 54 61 73  6b 20 30 2e 30 38 20 6f  |eeds Task 0.08 o|
00000da0  72 20 6c 61 74 65 72 0a  7c 0a 52 75 6e 20 46 69  |r later.|.Run Fi|
00000db0  72 65 77 6f 72 6b 7a 3a  49 6d 61 67 65 53 6c 6f  |reworkz:ImageSlo|
00000dc0  74 20 3c 46 69 72 65 77  6f 72 6b 7a 24 49 6d 61  |t <Fireworkz$Ima|
00000dd0  67 65 44 69 72 3e 2e 21  52 75 6e 49 6d 61 67 65  |geDir>.!RunImage|
00000de0  20 31 32 4b 20 36 34 4b  0a 7c 0a 52 75 6e 20 3c  | 12K 64K.|.Run <|
00000df0  46 69 72 65 77 6f 72 6b  7a 24 49 6d 61 67 65 44  |Fireworkz$ImageD|
00000e00  69 72 3e 2e 21 52 75 6e  49 6d 61 67 65 20 25 2a  |ir>.!RunImage %*|
00000e10  30                                                |0|
00000e11