Home » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_1_scp.adf » !OpenFiles_OpenFiles » !RemoveDA/!Help
!RemoveDA/!Help
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 » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_1_scp.adf » !OpenFiles_OpenFiles |
Filename: | !RemoveDA/!Help |
Read OK: | ✔ |
File size: | 117E bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Acorn User » AU 1997-12.adf » PD » RemoveDA/!RemoveDA/!Help
- Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_1_scp.adf » !OpenFiles_OpenFiles » !RemoveDA/!Help
File contents
____________________________________________________________________________ � R e m o v e D A � Dynamic area Remover for RISC OS 3.50 or later by David Thomas, � 1995-7 version 1.05 (11 Feb 1997) ____________________________________________________________________________ Purpose ___________________________________________________________________ RemoveDA is a utility for removing Dynamic areas which are left unremoved when an application crashes. Dynamic areas are a RISC OS 3.50 feature, and so this application needs at least that version of the OS. This potentially a very dangerous program - it can crash the whole system with a single click. Use it with caution and don�t let it get into the wrong hands. Usage _____________________________________________________________________ To load RemoveDA double-click on its icon in the filer window where it resides. When it loads it will not show itself on the desktop, instead it will sit in the background waiting for you to press Ctrl-D, upon which it will open its main window (in most cases, it will only open when no other window or icon has the input focus). This window will list all of the �application� dynamic areas, so it won�t include the Wimp Sprite Pool or any of the System areas. For example, say the main window shows the following areas: 256 - Zap bitmaps - 24K of 5120K at &5600000 257 - Zap files - 880K of 5120K at &5B00000 259 - SparkFS - 68K of 5120K at &6500000 260 - Zap bitmaps - 24K of 5120K at &6A00000 261 - Zap files - 12K of 5120K at &6F00000 The first two of these areas are �dead� areas left by an earlier incarnation of Zap which had crashed. By clicking on the �Remove� button next to each of them, the dynamic areas will be removed and the memory freed. Although you can remove Dynamic areas which belong to running programs, *don�t*, you�ll only crash the application it belongs to or even the whole system. The list *will not* be automatically updated when Dynamic areas are created or removed by an application; to update the list press Ctrl-S again. It will always be updated when you use the �Remove� button to remove an area though. For safety�s sake, the �ROM patches� area is never shown, you should never need to remove it anyway. Versions __________________________________________________________________ 1.00 (16 Sep 1995) - First release version. - It�s not my fault, you can only blame yourself. 1.01 (19 Jan 1996) - Increased width of Remove button and reduced WimpSlot to 16K in response to e-mail from Dave Ward. 1.02 (05 Feb 1996) - �ROM patches� is never shown now, for safety. - Window thinned. 1.03 (20 Aug 1996) - Doesn�t icon bar-install now, opens with Ctrl-D. - Windows re-styled to coordinate with OpenFiles�. - The main window�s width is now 50% of the screen width. - Now uses a 12K wimpslot. 1.04 (14 Oct 1996) - Fixes, to ensure it will work in conjunction with Justin Fletcher�s DummyDynamicAreas, i.e. on RISC OS 3.1. - More space allocated for the text buffers. - WimpSlot increased to 16K. 1.05 (11 Feb 1997) - Shared OpenFiles/RemoveDA/SocketMgr updates (routine tweaking and unneccessary routines removed). - The display now shows more information - including the maximum area size and base of DA. Copyright and Contact Addresses ___________________________________________ This software is copyrighted work of David Thomas, it is supplied �as is�; using it is entirely at your own risk. I make no warranty as to the fitness of this software for any purpose. You are free to distribute this application to anyone you please, as long as you are not supplying it for personal gain and it is delivered with all the supplied files unaltered. If you have any comments, bug reports, suggestions for future versions or anything else don�t hesitate to contact me at - Mail: Mr D.P. Thomas 20 Rosebery Avenue Waterloo Liverpool L22 2BH Email: CMSDTHOM@livjm.ac.uk WWW: http://java.cms.livjm.ac.uk/cmsdthom/ The latest versions of my applications will be available from my World Wide Web pages, where term dates allow. ____________________________________________________________________________
00000000 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000040 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a 20 20 |____________.. | 00000050 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000060 20 20 20 20 20 20 20 20 20 20 20 94 20 52 20 65 | . R e| 00000070 20 6d 20 6f 20 76 20 65 20 44 20 41 20 95 0a 0a | m o v e D A ...| 00000080 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 44 | D| 00000090 79 6e 61 6d 69 63 20 61 72 65 61 20 52 65 6d 6f |ynamic area Remo| 000000a0 76 65 72 20 66 6f 72 20 52 49 53 43 20 4f 53 20 |ver for RISC OS | 000000b0 33 2e 35 30 20 6f 72 20 6c 61 74 65 72 0a 0a 20 |3.50 or later.. | 000000c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000000d0 20 20 20 20 20 20 20 20 20 62 79 20 44 61 76 69 | by Davi| 000000e0 64 20 54 68 6f 6d 61 73 2c 20 a9 20 31 39 39 35 |d Thomas, . 1995| 000000f0 2d 37 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |-7. | 00000100 20 20 20 20 20 20 20 20 20 20 20 20 76 65 72 73 | vers| 00000110 69 6f 6e 20 31 2e 30 35 20 28 31 31 20 46 65 62 |ion 1.05 (11 Feb| 00000120 20 31 39 39 37 29 0a 5f 5f 5f 5f 5f 5f 5f 5f 5f | 1997)._________| 00000130 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000170 5f 5f 5f 0a 0a 0a 20 50 75 72 70 6f 73 65 20 5f |___... Purpose _| 00000180 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 000001c0 5f 5f 0a 0a 20 20 52 65 6d 6f 76 65 44 41 20 69 |__.. RemoveDA i| 000001d0 73 20 61 20 75 74 69 6c 69 74 79 20 66 6f 72 20 |s a utility for | 000001e0 72 65 6d 6f 76 69 6e 67 20 44 79 6e 61 6d 69 63 |removing Dynamic| 000001f0 20 61 72 65 61 73 20 77 68 69 63 68 20 61 72 65 | areas which are| 00000200 20 6c 65 66 74 20 75 6e 72 65 6d 6f 76 65 64 0a | left unremoved.| 00000210 77 68 65 6e 20 61 6e 20 61 70 70 6c 69 63 61 74 |when an applicat| 00000220 69 6f 6e 20 63 72 61 73 68 65 73 2e 20 20 44 79 |ion crashes. Dy| 00000230 6e 61 6d 69 63 20 61 72 65 61 73 20 61 72 65 20 |namic areas are | 00000240 61 20 52 49 53 43 20 4f 53 20 33 2e 35 30 20 66 |a RISC OS 3.50 f| 00000250 65 61 74 75 72 65 2c 20 61 6e 64 0a 73 6f 20 74 |eature, and.so t| 00000260 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 |his application | 00000270 6e 65 65 64 73 20 61 74 20 6c 65 61 73 74 20 74 |needs at least t| 00000280 68 61 74 20 76 65 72 73 69 6f 6e 20 6f 66 20 74 |hat version of t| 00000290 68 65 20 4f 53 2e 0a 0a 20 20 54 68 69 73 20 70 |he OS... This p| 000002a0 6f 74 65 6e 74 69 61 6c 6c 79 20 61 20 76 65 72 |otentially a ver| 000002b0 79 20 64 61 6e 67 65 72 6f 75 73 20 70 72 6f 67 |y dangerous prog| 000002c0 72 61 6d 20 2d 20 69 74 20 63 61 6e 20 63 72 61 |ram - it can cra| 000002d0 73 68 20 74 68 65 20 77 68 6f 6c 65 20 73 79 73 |sh the whole sys| 000002e0 74 65 6d 0a 77 69 74 68 20 61 20 73 69 6e 67 6c |tem.with a singl| 000002f0 65 20 63 6c 69 63 6b 2e 20 20 55 73 65 20 69 74 |e click. Use it| 00000300 20 77 69 74 68 20 63 61 75 74 69 6f 6e 20 61 6e | with caution an| 00000310 64 20 64 6f 6e 91 74 20 6c 65 74 20 69 74 20 67 |d don.t let it g| 00000320 65 74 20 69 6e 74 6f 20 74 68 65 0a 77 72 6f 6e |et into the.wron| 00000330 67 20 68 61 6e 64 73 2e 0a 0a 0a 20 55 73 61 67 |g hands.... Usag| 00000340 65 20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |e ______________| 00000350 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000380 5f 5f 5f 5f 5f 5f 5f 0a 0a 20 20 54 6f 20 6c 6f |_______.. To lo| 00000390 61 64 20 52 65 6d 6f 76 65 44 41 20 64 6f 75 62 |ad RemoveDA doub| 000003a0 6c 65 2d 63 6c 69 63 6b 20 6f 6e 20 69 74 73 20 |le-click on its | 000003b0 69 63 6f 6e 20 69 6e 20 74 68 65 20 66 69 6c 65 |icon in the file| 000003c0 72 20 77 69 6e 64 6f 77 20 77 68 65 72 65 20 69 |r window where i| 000003d0 74 0a 72 65 73 69 64 65 73 2e 20 20 57 68 65 6e |t.resides. When| 000003e0 20 69 74 20 6c 6f 61 64 73 20 69 74 20 77 69 6c | it loads it wil| 000003f0 6c 20 6e 6f 74 20 73 68 6f 77 20 69 74 73 65 6c |l not show itsel| 00000400 66 20 6f 6e 20 74 68 65 20 64 65 73 6b 74 6f 70 |f on the desktop| 00000410 2c 20 69 6e 73 74 65 61 64 20 69 74 0a 77 69 6c |, instead it.wil| 00000420 6c 20 73 69 74 20 69 6e 20 74 68 65 20 62 61 63 |l sit in the bac| 00000430 6b 67 72 6f 75 6e 64 20 77 61 69 74 69 6e 67 20 |kground waiting | 00000440 66 6f 72 20 79 6f 75 20 74 6f 20 70 72 65 73 73 |for you to press| 00000450 20 43 74 72 6c 2d 44 2c 20 75 70 6f 6e 20 77 68 | Ctrl-D, upon wh| 00000460 69 63 68 20 69 74 0a 77 69 6c 6c 20 6f 70 65 6e |ich it.will open| 00000470 20 69 74 73 20 6d 61 69 6e 20 77 69 6e 64 6f 77 | its main window| 00000480 20 28 69 6e 20 6d 6f 73 74 20 63 61 73 65 73 2c | (in most cases,| 00000490 20 69 74 20 77 69 6c 6c 20 6f 6e 6c 79 20 6f 70 | it will only op| 000004a0 65 6e 20 77 68 65 6e 20 6e 6f 20 6f 74 68 65 72 |en when no other| 000004b0 0a 77 69 6e 64 6f 77 20 6f 72 20 69 63 6f 6e 20 |.window or icon | 000004c0 68 61 73 20 74 68 65 20 69 6e 70 75 74 20 66 6f |has the input fo| 000004d0 63 75 73 29 2e 20 20 54 68 69 73 20 77 69 6e 64 |cus). This wind| 000004e0 6f 77 20 77 69 6c 6c 20 6c 69 73 74 20 61 6c 6c |ow will list all| 000004f0 20 6f 66 20 74 68 65 0a 90 61 70 70 6c 69 63 61 | of the..applica| 00000500 74 69 6f 6e 91 20 64 79 6e 61 6d 69 63 20 61 72 |tion. dynamic ar| 00000510 65 61 73 2c 20 73 6f 20 69 74 20 77 6f 6e 91 74 |eas, so it won.t| 00000520 20 69 6e 63 6c 75 64 65 20 74 68 65 20 57 69 6d | include the Wim| 00000530 70 20 53 70 72 69 74 65 20 50 6f 6f 6c 20 6f 72 |p Sprite Pool or| 00000540 20 61 6e 79 0a 6f 66 20 74 68 65 20 53 79 73 74 | any.of the Syst| 00000550 65 6d 20 61 72 65 61 73 2e 20 20 46 6f 72 20 65 |em areas. For e| 00000560 78 61 6d 70 6c 65 2c 20 73 61 79 20 74 68 65 20 |xample, say the | 00000570 6d 61 69 6e 20 77 69 6e 64 6f 77 20 73 68 6f 77 |main window show| 00000580 73 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 0a |s the following.| 00000590 61 72 65 61 73 3a 0a 0a 20 20 20 20 20 20 20 20 |areas:.. | 000005a0 20 20 20 20 20 20 20 20 32 35 36 20 2d 20 5a 61 | 256 - Za| 000005b0 70 20 62 69 74 6d 61 70 73 20 2d 20 32 34 4b 20 |p bitmaps - 24K | 000005c0 6f 66 20 35 31 32 30 4b 20 61 74 20 26 35 36 30 |of 5120K at &560| 000005d0 30 30 30 30 0a 20 20 20 20 20 20 20 20 20 20 20 |0000. | 000005e0 20 20 20 20 20 32 35 37 20 2d 20 5a 61 70 20 66 | 257 - Zap f| 000005f0 69 6c 65 73 20 2d 20 38 38 30 4b 20 6f 66 20 35 |iles - 880K of 5| 00000600 31 32 30 4b 20 61 74 20 26 35 42 30 30 30 30 30 |120K at &5B00000| 00000610 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000620 20 32 35 39 20 2d 20 53 70 61 72 6b 46 53 20 2d | 259 - SparkFS -| 00000630 20 36 38 4b 20 6f 66 20 35 31 32 30 4b 20 61 74 | 68K of 5120K at| 00000640 20 26 36 35 30 30 30 30 30 0a 20 20 20 20 20 20 | &6500000. | 00000650 20 20 20 20 20 20 20 20 20 20 32 36 30 20 2d 20 | 260 - | 00000660 5a 61 70 20 62 69 74 6d 61 70 73 20 2d 20 32 34 |Zap bitmaps - 24| 00000670 4b 20 6f 66 20 35 31 32 30 4b 20 61 74 20 26 36 |K of 5120K at &6| 00000680 41 30 30 30 30 30 0a 20 20 20 20 20 20 20 20 20 |A00000. | 00000690 20 20 20 20 20 20 20 32 36 31 20 2d 20 5a 61 70 | 261 - Zap| 000006a0 20 66 69 6c 65 73 20 2d 20 31 32 4b 20 6f 66 20 | files - 12K of | 000006b0 35 31 32 30 4b 20 61 74 20 26 36 46 30 30 30 30 |5120K at &6F0000| 000006c0 30 0a 0a 54 68 65 20 66 69 72 73 74 20 74 77 6f |0..The first two| 000006d0 20 6f 66 20 74 68 65 73 65 20 61 72 65 61 73 20 | of these areas | 000006e0 61 72 65 20 90 64 65 61 64 91 20 61 72 65 61 73 |are .dead. areas| 000006f0 20 6c 65 66 74 20 62 79 20 61 6e 20 65 61 72 6c | left by an earl| 00000700 69 65 72 20 69 6e 63 61 72 6e 61 74 69 6f 6e 0a |ier incarnation.| 00000710 6f 66 20 5a 61 70 20 77 68 69 63 68 20 68 61 64 |of Zap which had| 00000720 20 63 72 61 73 68 65 64 2e 20 20 42 79 20 63 6c | crashed. By cl| 00000730 69 63 6b 69 6e 67 20 6f 6e 20 74 68 65 20 90 52 |icking on the .R| 00000740 65 6d 6f 76 65 91 20 62 75 74 74 6f 6e 20 6e 65 |emove. button ne| 00000750 78 74 20 74 6f 20 65 61 63 68 0a 6f 66 20 74 68 |xt to each.of th| 00000760 65 6d 2c 20 74 68 65 20 64 79 6e 61 6d 69 63 20 |em, the dynamic | 00000770 61 72 65 61 73 20 77 69 6c 6c 20 62 65 20 72 65 |areas will be re| 00000780 6d 6f 76 65 64 20 61 6e 64 20 74 68 65 20 6d 65 |moved and the me| 00000790 6d 6f 72 79 20 66 72 65 65 64 2e 0a 0a 20 20 41 |mory freed... A| 000007a0 6c 74 68 6f 75 67 68 20 79 6f 75 20 63 61 6e 20 |lthough you can | 000007b0 72 65 6d 6f 76 65 20 44 79 6e 61 6d 69 63 20 61 |remove Dynamic a| 000007c0 72 65 61 73 20 77 68 69 63 68 20 62 65 6c 6f 6e |reas which belon| 000007d0 67 20 74 6f 20 72 75 6e 6e 69 6e 67 20 70 72 6f |g to running pro| 000007e0 67 72 61 6d 73 2c 0a 2a 64 6f 6e 91 74 2a 2c 20 |grams,.*don.t*, | 000007f0 79 6f 75 91 6c 6c 20 6f 6e 6c 79 20 63 72 61 73 |you.ll only cras| 00000800 68 20 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f |h the applicatio| 00000810 6e 20 69 74 20 62 65 6c 6f 6e 67 73 20 74 6f 20 |n it belongs to | 00000820 6f 72 20 65 76 65 6e 20 74 68 65 20 77 68 6f 6c |or even the whol| 00000830 65 0a 73 79 73 74 65 6d 2e 0a 0a 20 20 54 68 65 |e.system... The| 00000840 20 6c 69 73 74 20 2a 77 69 6c 6c 20 6e 6f 74 2a | list *will not*| 00000850 20 62 65 20 61 75 74 6f 6d 61 74 69 63 61 6c 6c | be automaticall| 00000860 79 20 75 70 64 61 74 65 64 20 77 68 65 6e 20 44 |y updated when D| 00000870 79 6e 61 6d 69 63 20 61 72 65 61 73 20 61 72 65 |ynamic areas are| 00000880 0a 63 72 65 61 74 65 64 20 6f 72 20 72 65 6d 6f |.created or remo| 00000890 76 65 64 20 62 79 20 61 6e 20 61 70 70 6c 69 63 |ved by an applic| 000008a0 61 74 69 6f 6e 3b 20 74 6f 20 75 70 64 61 74 65 |ation; to update| 000008b0 20 74 68 65 20 6c 69 73 74 20 70 72 65 73 73 20 | the list press | 000008c0 43 74 72 6c 2d 53 20 61 67 61 69 6e 2e 20 0a 49 |Ctrl-S again. .I| 000008d0 74 20 77 69 6c 6c 20 61 6c 77 61 79 73 20 62 65 |t will always be| 000008e0 20 75 70 64 61 74 65 64 20 77 68 65 6e 20 79 6f | updated when yo| 000008f0 75 20 75 73 65 20 74 68 65 20 90 52 65 6d 6f 76 |u use the .Remov| 00000900 65 91 20 62 75 74 74 6f 6e 20 74 6f 20 72 65 6d |e. button to rem| 00000910 6f 76 65 20 61 6e 20 61 72 65 61 0a 74 68 6f 75 |ove an area.thou| 00000920 67 68 2e 0a 0a 20 20 46 6f 72 20 73 61 66 65 74 |gh... For safet| 00000930 79 91 73 20 73 61 6b 65 2c 20 74 68 65 20 90 52 |y.s sake, the .R| 00000940 4f 4d 20 70 61 74 63 68 65 73 91 20 61 72 65 61 |OM patches. area| 00000950 20 69 73 20 6e 65 76 65 72 20 73 68 6f 77 6e 2c | is never shown,| 00000960 20 79 6f 75 20 73 68 6f 75 6c 64 20 6e 65 76 65 | you should neve| 00000970 72 0a 6e 65 65 64 20 74 6f 20 72 65 6d 6f 76 65 |r.need to remove| 00000980 20 69 74 20 61 6e 79 77 61 79 2e 0a 0a 0a 20 56 | it anyway.... V| 00000990 65 72 73 69 6f 6e 73 20 5f 5f 5f 5f 5f 5f 5f 5f |ersions ________| 000009a0 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 000009d0 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a 31 2e 30 30 |__________..1.00| 000009e0 20 28 31 36 20 53 65 70 20 31 39 39 35 29 0a 20 | (16 Sep 1995). | 000009f0 20 20 20 2d 20 46 69 72 73 74 20 72 65 6c 65 61 | - First relea| 00000a00 73 65 20 76 65 72 73 69 6f 6e 2e 0a 20 20 20 20 |se version.. | 00000a10 2d 20 49 74 91 73 20 6e 6f 74 20 6d 79 20 66 61 |- It.s not my fa| 00000a20 75 6c 74 2c 20 79 6f 75 20 63 61 6e 20 6f 6e 6c |ult, you can onl| 00000a30 79 20 62 6c 61 6d 65 20 79 6f 75 72 73 65 6c 66 |y blame yourself| 00000a40 2e 0a 0a 31 2e 30 31 20 28 31 39 20 4a 61 6e 20 |...1.01 (19 Jan | 00000a50 31 39 39 36 29 0a 20 20 20 20 2d 20 49 6e 63 72 |1996). - Incr| 00000a60 65 61 73 65 64 20 77 69 64 74 68 20 6f 66 20 52 |eased width of R| 00000a70 65 6d 6f 76 65 20 62 75 74 74 6f 6e 20 61 6e 64 |emove button and| 00000a80 20 72 65 64 75 63 65 64 20 57 69 6d 70 53 6c 6f | reduced WimpSlo| 00000a90 74 20 74 6f 20 31 36 4b 20 69 6e 0a 20 20 20 20 |t to 16K in. | 00000aa0 20 20 72 65 73 70 6f 6e 73 65 20 74 6f 20 65 2d | response to e-| 00000ab0 6d 61 69 6c 20 66 72 6f 6d 20 44 61 76 65 20 57 |mail from Dave W| 00000ac0 61 72 64 2e 0a 0a 31 2e 30 32 20 28 30 35 20 46 |ard...1.02 (05 F| 00000ad0 65 62 20 31 39 39 36 29 0a 20 20 20 20 2d 20 90 |eb 1996). - .| 00000ae0 52 4f 4d 20 70 61 74 63 68 65 73 91 20 69 73 20 |ROM patches. is | 00000af0 6e 65 76 65 72 20 73 68 6f 77 6e 20 6e 6f 77 2c |never shown now,| 00000b00 20 66 6f 72 20 73 61 66 65 74 79 2e 0a 20 20 20 | for safety.. | 00000b10 20 2d 20 57 69 6e 64 6f 77 20 74 68 69 6e 6e 65 | - Window thinne| 00000b20 64 2e 0a 0a 31 2e 30 33 20 28 32 30 20 41 75 67 |d...1.03 (20 Aug| 00000b30 20 31 39 39 36 29 0a 20 20 20 20 2d 20 44 6f 65 | 1996). - Doe| 00000b40 73 6e 91 74 20 69 63 6f 6e 20 62 61 72 2d 69 6e |sn.t icon bar-in| 00000b50 73 74 61 6c 6c 20 6e 6f 77 2c 20 6f 70 65 6e 73 |stall now, opens| 00000b60 20 77 69 74 68 20 43 74 72 6c 2d 44 2e 0a 20 20 | with Ctrl-D.. | 00000b70 20 20 2d 20 57 69 6e 64 6f 77 73 20 72 65 2d 73 | - Windows re-s| 00000b80 74 79 6c 65 64 20 74 6f 20 63 6f 6f 72 64 69 6e |tyled to coordin| 00000b90 61 74 65 20 77 69 74 68 20 4f 70 65 6e 46 69 6c |ate with OpenFil| 00000ba0 65 73 91 2e 0a 20 20 20 20 2d 20 54 68 65 20 6d |es... - The m| 00000bb0 61 69 6e 20 77 69 6e 64 6f 77 91 73 20 77 69 64 |ain window.s wid| 00000bc0 74 68 20 69 73 20 6e 6f 77 20 35 30 25 20 6f 66 |th is now 50% of| 00000bd0 20 74 68 65 20 73 63 72 65 65 6e 20 77 69 64 74 | the screen widt| 00000be0 68 2e 0a 20 20 20 20 2d 20 4e 6f 77 20 75 73 65 |h.. - Now use| 00000bf0 73 20 61 20 31 32 4b 20 77 69 6d 70 73 6c 6f 74 |s a 12K wimpslot| 00000c00 2e 0a 0a 31 2e 30 34 20 28 31 34 20 4f 63 74 20 |...1.04 (14 Oct | 00000c10 31 39 39 36 29 0a 20 20 20 20 2d 20 46 69 78 65 |1996). - Fixe| 00000c20 73 2c 20 74 6f 20 65 6e 73 75 72 65 20 69 74 20 |s, to ensure it | 00000c30 77 69 6c 6c 20 77 6f 72 6b 20 69 6e 20 63 6f 6e |will work in con| 00000c40 6a 75 6e 63 74 69 6f 6e 20 77 69 74 68 20 4a 75 |junction with Ju| 00000c50 73 74 69 6e 20 46 6c 65 74 63 68 65 72 91 73 0a |stin Fletcher.s.| 00000c60 20 20 20 20 20 20 44 75 6d 6d 79 44 79 6e 61 6d | DummyDynam| 00000c70 69 63 41 72 65 61 73 2c 20 69 2e 65 2e 20 6f 6e |icAreas, i.e. on| 00000c80 20 52 49 53 43 20 4f 53 20 33 2e 31 2e 0a 20 20 | RISC OS 3.1.. | 00000c90 20 20 2d 20 4d 6f 72 65 20 73 70 61 63 65 20 61 | - More space a| 00000ca0 6c 6c 6f 63 61 74 65 64 20 66 6f 72 20 74 68 65 |llocated for the| 00000cb0 20 74 65 78 74 20 62 75 66 66 65 72 73 2e 0a 20 | text buffers.. | 00000cc0 20 20 20 2d 20 57 69 6d 70 53 6c 6f 74 20 69 6e | - WimpSlot in| 00000cd0 63 72 65 61 73 65 64 20 74 6f 20 31 36 4b 2e 0a |creased to 16K..| 00000ce0 0a 31 2e 30 35 20 28 31 31 20 46 65 62 20 31 39 |.1.05 (11 Feb 19| 00000cf0 39 37 29 0a 20 20 20 20 2d 20 53 68 61 72 65 64 |97). - Shared| 00000d00 20 4f 70 65 6e 46 69 6c 65 73 2f 52 65 6d 6f 76 | OpenFiles/Remov| 00000d10 65 44 41 2f 53 6f 63 6b 65 74 4d 67 72 20 75 70 |eDA/SocketMgr up| 00000d20 64 61 74 65 73 20 28 72 6f 75 74 69 6e 65 20 74 |dates (routine t| 00000d30 77 65 61 6b 69 6e 67 20 61 6e 64 0a 20 20 20 20 |weaking and. | 00000d40 20 20 75 6e 6e 65 63 63 65 73 73 61 72 79 20 72 | unneccessary r| 00000d50 6f 75 74 69 6e 65 73 20 72 65 6d 6f 76 65 64 29 |outines removed)| 00000d60 2e 0a 20 20 20 20 2d 20 54 68 65 20 64 69 73 70 |.. - The disp| 00000d70 6c 61 79 20 6e 6f 77 20 73 68 6f 77 73 20 6d 6f |lay now shows mo| 00000d80 72 65 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 2d |re information -| 00000d90 20 69 6e 63 6c 75 64 69 6e 67 20 74 68 65 20 6d | including the m| 00000da0 61 78 69 6d 75 6d 20 61 72 65 61 0a 20 20 20 20 |aximum area. | 00000db0 20 20 73 69 7a 65 20 61 6e 64 20 62 61 73 65 20 | size and base | 00000dc0 6f 66 20 44 41 2e 0a 0a 0a 20 43 6f 70 79 72 69 |of DA.... Copyri| 00000dd0 67 68 74 20 61 6e 64 20 43 6f 6e 74 61 63 74 20 |ght and Contact | 00000de0 41 64 64 72 65 73 73 65 73 20 5f 5f 5f 5f 5f 5f |Addresses ______| 00000df0 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000e10 5f 5f 5f 5f 5f 0a 0a 20 20 54 68 69 73 20 73 6f |_____.. This so| 00000e20 66 74 77 61 72 65 20 69 73 20 63 6f 70 79 72 69 |ftware is copyri| 00000e30 67 68 74 65 64 20 77 6f 72 6b 20 6f 66 20 44 61 |ghted work of Da| 00000e40 76 69 64 20 54 68 6f 6d 61 73 2c 20 69 74 20 69 |vid Thomas, it i| 00000e50 73 20 73 75 70 70 6c 69 65 64 20 94 61 73 20 69 |s supplied .as i| 00000e60 73 95 3b 0a 75 73 69 6e 67 20 69 74 20 69 73 20 |s.;.using it is | 00000e70 65 6e 74 69 72 65 6c 79 20 61 74 20 79 6f 75 72 |entirely at your| 00000e80 20 6f 77 6e 20 72 69 73 6b 2e 20 20 49 20 6d 61 | own risk. I ma| 00000e90 6b 65 20 6e 6f 20 77 61 72 72 61 6e 74 79 20 61 |ke no warranty a| 00000ea0 73 20 74 6f 20 74 68 65 20 66 69 74 6e 65 73 73 |s to the fitness| 00000eb0 0a 6f 66 20 74 68 69 73 20 73 6f 66 74 77 61 72 |.of this softwar| 00000ec0 65 20 66 6f 72 20 61 6e 79 20 70 75 72 70 6f 73 |e for any purpos| 00000ed0 65 2e 20 20 59 6f 75 20 61 72 65 20 66 72 65 65 |e. You are free| 00000ee0 20 74 6f 20 64 69 73 74 72 69 62 75 74 65 20 74 | to distribute t| 00000ef0 68 69 73 0a 61 70 70 6c 69 63 61 74 69 6f 6e 20 |his.application | 00000f00 74 6f 20 61 6e 79 6f 6e 65 20 79 6f 75 20 70 6c |to anyone you pl| 00000f10 65 61 73 65 2c 20 61 73 20 6c 6f 6e 67 20 61 73 |ease, as long as| 00000f20 20 79 6f 75 20 61 72 65 20 6e 6f 74 20 73 75 70 | you are not sup| 00000f30 70 6c 79 69 6e 67 20 69 74 20 66 6f 72 0a 70 65 |plying it for.pe| 00000f40 72 73 6f 6e 61 6c 20 67 61 69 6e 20 61 6e 64 20 |rsonal gain and | 00000f50 69 74 20 69 73 20 64 65 6c 69 76 65 72 65 64 20 |it is delivered | 00000f60 77 69 74 68 20 61 6c 6c 20 74 68 65 20 73 75 70 |with all the sup| 00000f70 70 6c 69 65 64 20 66 69 6c 65 73 20 75 6e 61 6c |plied files unal| 00000f80 74 65 72 65 64 2e 0a 0a 20 20 49 66 20 79 6f 75 |tered... If you| 00000f90 20 68 61 76 65 20 61 6e 79 20 63 6f 6d 6d 65 6e | have any commen| 00000fa0 74 73 2c 20 62 75 67 20 72 65 70 6f 72 74 73 2c |ts, bug reports,| 00000fb0 20 73 75 67 67 65 73 74 69 6f 6e 73 20 66 6f 72 | suggestions for| 00000fc0 20 66 75 74 75 72 65 20 76 65 72 73 69 6f 6e 73 | future versions| 00000fd0 20 6f 72 0a 61 6e 79 74 68 69 6e 67 20 65 6c 73 | or.anything els| 00000fe0 65 20 64 6f 6e 91 74 20 68 65 73 69 74 61 74 65 |e don.t hesitate| 00000ff0 20 74 6f 20 63 6f 6e 74 61 63 74 20 6d 65 20 61 | to contact me a| 00001000 74 20 2d 0a 0a 20 20 4d 61 69 6c 3a 20 20 4d 72 |t -.. Mail: Mr| 00001010 20 44 2e 50 2e 20 54 68 6f 6d 61 73 0a 20 20 20 | D.P. Thomas. | 00001020 20 20 20 20 20 20 32 30 20 52 6f 73 65 62 65 72 | 20 Roseber| 00001030 79 20 41 76 65 6e 75 65 0a 20 20 20 20 20 20 20 |y Avenue. | 00001040 20 20 57 61 74 65 72 6c 6f 6f 0a 20 20 20 20 20 | Waterloo. | 00001050 20 20 20 20 4c 69 76 65 72 70 6f 6f 6c 0a 20 20 | Liverpool. | 00001060 20 20 20 20 20 20 20 4c 32 32 20 32 42 48 0a 0a | L22 2BH..| 00001070 20 20 45 6d 61 69 6c 3a 20 43 4d 53 44 54 48 4f | Email: CMSDTHO| 00001080 4d 40 6c 69 76 6a 6d 2e 61 63 2e 75 6b 0a 0a 20 |M@livjm.ac.uk.. | 00001090 20 57 57 57 3a 20 20 20 68 74 74 70 3a 2f 2f 6a | WWW: http://j| 000010a0 61 76 61 2e 63 6d 73 2e 6c 69 76 6a 6d 2e 61 63 |ava.cms.livjm.ac| 000010b0 2e 75 6b 2f 63 6d 73 64 74 68 6f 6d 2f 0a 0a 20 |.uk/cmsdthom/.. | 000010c0 20 54 68 65 20 6c 61 74 65 73 74 20 76 65 72 73 | The latest vers| 000010d0 69 6f 6e 73 20 6f 66 20 6d 79 20 61 70 70 6c 69 |ions of my appli| 000010e0 63 61 74 69 6f 6e 73 20 77 69 6c 6c 20 62 65 20 |cations will be | 000010f0 61 76 61 69 6c 61 62 6c 65 20 66 72 6f 6d 20 6d |available from m| 00001100 79 20 57 6f 72 6c 64 0a 57 69 64 65 20 57 65 62 |y World.Wide Web| 00001110 20 70 61 67 65 73 2c 20 77 68 65 72 65 20 74 65 | pages, where te| 00001120 72 6d 20 64 61 74 65 73 20 61 6c 6c 6f 77 2e 0a |rm dates allow..| 00001130 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00001170 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a |____________..| 0000117e