Home » Archimedes archive » Acorn User » AU 1997-07 A.adf » Regulars » info/Kelleher/!IcoConv/!Help

info/Kelleher/!IcoConv/!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 » Acorn User » AU 1997-07 A.adf » Regulars
Filename: info/Kelleher/!IcoConv/!Help
Read OK:
File size: 10E9 bytes
Load address: 0000
Exec address: 0000
File contents
IcoConv Version 0.10
��������������������

(C) Joe Kelleher, 1996

IcoConv is a utility for converting Windows icons to Risc OS sprites. There
are a few programs about which will do this, but this one can also read sets
of icons stored in .EXE, .DLL or .ICL files. 

Click on the iconbar icon to bring up a window showing all the icons
currently stored in the program. To load in new icons, drag a file either to
this window or the iconbar icon. Files between 766 and 768 bytes long are
interpreted as .ICO files, and other files are interpreted as .EXE, .DLL or
.ICL files (there is one handler for all three, as the formats for these are
all very similar). Any 3-letter DOS extension (separated by a "/") will be
removed from the name the icon has in the saved sprite file.

Menu Options
������������
The same menu is reached from either the main window or the iconbar.

'Save icons' will bring up a save box from where you can save the icons
currently stored in the program. They will all be saved in a single sprite
file. You can save the icons either as 16 colour Mode 27 sprites with a
Windows palette attached, or as 256 colour Mode 28 sprites with no palette.

Select 'Clear icons' to remove all the icons currently stored in the program.
All the memory previously used by the icons will be freed.

Select 'Scan for icons' to bring up a window to where you can drag a
directory, in order to scan the contents of that directory for files
containing icons. Drag a directory to that window (or enter a path in the
writable icon) and click 'Go'. A Filer_Action-like window should appear which
will scan though the files, loading in any icons that it finds. While a scan
is in progress, the 'Scan for icons' menu option will be greyed out, as only
one scan can be done at a time.

The 'Report errors' option on the menu can be ticked or unticked. If it is
ticked, an error message will be generated if you try to load in a file which
cannot be interpreted as a file which *could* contain icons. If it is
unticked, any bad files will simply be ignored. This could be useful if you
want to drag a collection of files into the program, only some of which
are capable of containing icons, and don't want errors to be generated for
those that aren't. Note that some executables written for early versions of
DOS cannot contain icons, and an error message will be displayed if the
Report errors option is ticked and you try to load such a file.

Getting icons
�������������
Some example icons have been supplied. The file TIBicons contains the best of
those found in the freeware collection TIBICONS.DLL. The file 3Dicons1
contains the best of the .ICO icons found in an archive called 3DICONS1.ARJ.
Both can be found on some PC bulletin boards. You should also look out for a
Windows program called Icolib, which contains about 5000 icons as .ICL files.
By registering Icolib, you can receive a further 5000 icons or so.

If you have a PC partition, you can try this program on some of the files in
there. Your Windows directory (if you have Windows installed) should contain
a fair number. It would be inadvisable to do a scan on the entire PC
partition if large collections of icons are to be found on there, eg. if you
have Icolib installed.

Bugs, limitations etc.
����������������������
The program can be a bit slow when there are many icons already stored in the
program. I might be able to fix this. It also uses more memory than I would
have liked, mostly as a result of implementing the 'Scan for icons' option.
If you like, you can reduce the WimpSlot in the !Run file, if you're not
going to use this facility or if you're only going to use it with directory
structures that aren't very deep. If you reduce it by too much, you'll get a
fatal error informing you that there is not enough memory for the stack.

Saving with no icons present produces a file which !Paint doesn't like.

If you find anything that bothers you or you need to do something that you
can't, let me know and I'll see what I can do. This application has been
developed on a Risc PC 600 with RO3.6. It should work on all machines, but
has not been tested for this.

Contacting me
�������������
By Email: JFK@arcade.demon.co.uk
By Post:  Joe Kelleher
          1, Grove Avenue
          Gosport
          Hampshire
          PO12 1JX

JFK, 24/11/96
00000000  49 63 6f 43 6f 6e 76 20  56 65 72 73 69 6f 6e 20  |IcoConv Version |
00000010  30 2e 31 30 0a b0 b0 b0  b0 b0 b0 b0 b0 b0 b0 b0  |0.10............|
00000020  b0 b0 b0 b0 b0 b0 b0 b0  b0 0a 0a 28 43 29 20 4a  |...........(C) J|
00000030  6f 65 20 4b 65 6c 6c 65  68 65 72 2c 20 31 39 39  |oe Kelleher, 199|
00000040  36 0a 0a 49 63 6f 43 6f  6e 76 20 69 73 20 61 20  |6..IcoConv is a |
00000050  75 74 69 6c 69 74 79 20  66 6f 72 20 63 6f 6e 76  |utility for conv|
00000060  65 72 74 69 6e 67 20 57  69 6e 64 6f 77 73 20 69  |erting Windows i|
00000070  63 6f 6e 73 20 74 6f 20  52 69 73 63 20 4f 53 20  |cons to Risc OS |
00000080  73 70 72 69 74 65 73 2e  20 54 68 65 72 65 0a 61  |sprites. There.a|
00000090  72 65 20 61 20 66 65 77  20 70 72 6f 67 72 61 6d  |re a few program|
000000a0  73 20 61 62 6f 75 74 20  77 68 69 63 68 20 77 69  |s about which wi|
000000b0  6c 6c 20 64 6f 20 74 68  69 73 2c 20 62 75 74 20  |ll do this, but |
000000c0  74 68 69 73 20 6f 6e 65  20 63 61 6e 20 61 6c 73  |this one can als|
000000d0  6f 20 72 65 61 64 20 73  65 74 73 0a 6f 66 20 69  |o read sets.of i|
000000e0  63 6f 6e 73 20 73 74 6f  72 65 64 20 69 6e 20 2e  |cons stored in .|
000000f0  45 58 45 2c 20 2e 44 4c  4c 20 6f 72 20 2e 49 43  |EXE, .DLL or .IC|
00000100  4c 20 66 69 6c 65 73 2e  20 0a 0a 43 6c 69 63 6b  |L files. ..Click|
00000110  20 6f 6e 20 74 68 65 20  69 63 6f 6e 62 61 72 20  | on the iconbar |
00000120  69 63 6f 6e 20 74 6f 20  62 72 69 6e 67 20 75 70  |icon to bring up|
00000130  20 61 20 77 69 6e 64 6f  77 20 73 68 6f 77 69 6e  | a window showin|
00000140  67 20 61 6c 6c 20 74 68  65 20 69 63 6f 6e 73 0a  |g all the icons.|
00000150  63 75 72 72 65 6e 74 6c  79 20 73 74 6f 72 65 64  |currently stored|
00000160  20 69 6e 20 74 68 65 20  70 72 6f 67 72 61 6d 2e  | in the program.|
00000170  20 54 6f 20 6c 6f 61 64  20 69 6e 20 6e 65 77 20  | To load in new |
00000180  69 63 6f 6e 73 2c 20 64  72 61 67 20 61 20 66 69  |icons, drag a fi|
00000190  6c 65 20 65 69 74 68 65  72 20 74 6f 0a 74 68 69  |le either to.thi|
000001a0  73 20 77 69 6e 64 6f 77  20 6f 72 20 74 68 65 20  |s window or the |
000001b0  69 63 6f 6e 62 61 72 20  69 63 6f 6e 2e 20 46 69  |iconbar icon. Fi|
000001c0  6c 65 73 20 62 65 74 77  65 65 6e 20 37 36 36 20  |les between 766 |
000001d0  61 6e 64 20 37 36 38 20  62 79 74 65 73 20 6c 6f  |and 768 bytes lo|
000001e0  6e 67 20 61 72 65 0a 69  6e 74 65 72 70 72 65 74  |ng are.interpret|
000001f0  65 64 20 61 73 20 2e 49  43 4f 20 66 69 6c 65 73  |ed as .ICO files|
00000200  2c 20 61 6e 64 20 6f 74  68 65 72 20 66 69 6c 65  |, and other file|
00000210  73 20 61 72 65 20 69 6e  74 65 72 70 72 65 74 65  |s are interprete|
00000220  64 20 61 73 20 2e 45 58  45 2c 20 2e 44 4c 4c 20  |d as .EXE, .DLL |
00000230  6f 72 0a 2e 49 43 4c 20  66 69 6c 65 73 20 28 74  |or..ICL files (t|
00000240  68 65 72 65 20 69 73 20  6f 6e 65 20 68 61 6e 64  |here is one hand|
00000250  6c 65 72 20 66 6f 72 20  61 6c 6c 20 74 68 72 65  |ler for all thre|
00000260  65 2c 20 61 73 20 74 68  65 20 66 6f 72 6d 61 74  |e, as the format|
00000270  73 20 66 6f 72 20 74 68  65 73 65 20 61 72 65 0a  |s for these are.|
00000280  61 6c 6c 20 76 65 72 79  20 73 69 6d 69 6c 61 72  |all very similar|
00000290  29 2e 20 41 6e 79 20 33  2d 6c 65 74 74 65 72 20  |). Any 3-letter |
000002a0  44 4f 53 20 65 78 74 65  6e 73 69 6f 6e 20 28 73  |DOS extension (s|
000002b0  65 70 61 72 61 74 65 64  20 62 79 20 61 20 22 2f  |eparated by a "/|
000002c0  22 29 20 77 69 6c 6c 20  62 65 0a 72 65 6d 6f 76  |") will be.remov|
000002d0  65 64 20 66 72 6f 6d 20  74 68 65 20 6e 61 6d 65  |ed from the name|
000002e0  20 74 68 65 20 69 63 6f  6e 20 68 61 73 20 69 6e  | the icon has in|
000002f0  20 74 68 65 20 73 61 76  65 64 20 73 70 72 69 74  | the saved sprit|
00000300  65 20 66 69 6c 65 2e 0a  0a 4d 65 6e 75 20 4f 70  |e file...Menu Op|
00000310  74 69 6f 6e 73 0a b0 b0  b0 b0 b0 b0 b0 b0 b0 b0  |tions...........|
00000320  b0 b0 0a 54 68 65 20 73  61 6d 65 20 6d 65 6e 75  |...The same menu|
00000330  20 69 73 20 72 65 61 63  68 65 64 20 66 72 6f 6d  | is reached from|
00000340  20 65 69 74 68 65 72 20  74 68 65 20 6d 61 69 6e  | either the main|
00000350  20 77 69 6e 64 6f 77 20  6f 72 20 74 68 65 20 69  | window or the i|
00000360  63 6f 6e 62 61 72 2e 0a  0a 27 53 61 76 65 20 69  |conbar...'Save i|
00000370  63 6f 6e 73 27 20 77 69  6c 6c 20 62 72 69 6e 67  |cons' will bring|
00000380  20 75 70 20 61 20 73 61  76 65 20 62 6f 78 20 66  | up a save box f|
00000390  72 6f 6d 20 77 68 65 72  65 20 79 6f 75 20 63 61  |rom where you ca|
000003a0  6e 20 73 61 76 65 20 74  68 65 20 69 63 6f 6e 73  |n save the icons|
000003b0  0a 63 75 72 72 65 6e 74  6c 79 20 73 74 6f 72 65  |.currently store|
000003c0  64 20 69 6e 20 74 68 65  20 70 72 6f 67 72 61 6d  |d in the program|
000003d0  2e 20 54 68 65 79 20 77  69 6c 6c 20 61 6c 6c 20  |. They will all |
000003e0  62 65 20 73 61 76 65 64  20 69 6e 20 61 20 73 69  |be saved in a si|
000003f0  6e 67 6c 65 20 73 70 72  69 74 65 0a 66 69 6c 65  |ngle sprite.file|
00000400  2e 20 59 6f 75 20 63 61  6e 20 73 61 76 65 20 74  |. You can save t|
00000410  68 65 20 69 63 6f 6e 73  20 65 69 74 68 65 72 20  |he icons either |
00000420  61 73 20 31 36 20 63 6f  6c 6f 75 72 20 4d 6f 64  |as 16 colour Mod|
00000430  65 20 32 37 20 73 70 72  69 74 65 73 20 77 69 74  |e 27 sprites wit|
00000440  68 20 61 0a 57 69 6e 64  6f 77 73 20 70 61 6c 65  |h a.Windows pale|
00000450  74 74 65 20 61 74 74 61  63 68 65 64 2c 20 6f 72  |tte attached, or|
00000460  20 61 73 20 32 35 36 20  63 6f 6c 6f 75 72 20 4d  | as 256 colour M|
00000470  6f 64 65 20 32 38 20 73  70 72 69 74 65 73 20 77  |ode 28 sprites w|
00000480  69 74 68 20 6e 6f 20 70  61 6c 65 74 74 65 2e 0a  |ith no palette..|
00000490  0a 53 65 6c 65 63 74 20  27 43 6c 65 61 72 20 69  |.Select 'Clear i|
000004a0  63 6f 6e 73 27 20 74 6f  20 72 65 6d 6f 76 65 20  |cons' to remove |
000004b0  61 6c 6c 20 74 68 65 20  69 63 6f 6e 73 20 63 75  |all the icons cu|
000004c0  72 72 65 6e 74 6c 79 20  73 74 6f 72 65 64 20 69  |rrently stored i|
000004d0  6e 20 74 68 65 20 70 72  6f 67 72 61 6d 2e 0a 41  |n the program..A|
000004e0  6c 6c 20 74 68 65 20 6d  65 6d 6f 72 79 20 70 72  |ll the memory pr|
000004f0  65 76 69 6f 75 73 6c 79  20 75 73 65 64 20 62 79  |eviously used by|
00000500  20 74 68 65 20 69 63 6f  6e 73 20 77 69 6c 6c 20  | the icons will |
00000510  62 65 20 66 72 65 65 64  2e 0a 0a 53 65 6c 65 63  |be freed...Selec|
00000520  74 20 27 53 63 61 6e 20  66 6f 72 20 69 63 6f 6e  |t 'Scan for icon|
00000530  73 27 20 74 6f 20 62 72  69 6e 67 20 75 70 20 61  |s' to bring up a|
00000540  20 77 69 6e 64 6f 77 20  74 6f 20 77 68 65 72 65  | window to where|
00000550  20 79 6f 75 20 63 61 6e  20 64 72 61 67 20 61 0a  | you can drag a.|
00000560  64 69 72 65 63 74 6f 72  79 2c 20 69 6e 20 6f 72  |directory, in or|
00000570  64 65 72 20 74 6f 20 73  63 61 6e 20 74 68 65 20  |der to scan the |
00000580  63 6f 6e 74 65 6e 74 73  20 6f 66 20 74 68 61 74  |contents of that|
00000590  20 64 69 72 65 63 74 6f  72 79 20 66 6f 72 20 66  | directory for f|
000005a0  69 6c 65 73 0a 63 6f 6e  74 61 69 6e 69 6e 67 20  |iles.containing |
000005b0  69 63 6f 6e 73 2e 20 44  72 61 67 20 61 20 64 69  |icons. Drag a di|
000005c0  72 65 63 74 6f 72 79 20  74 6f 20 74 68 61 74 20  |rectory to that |
000005d0  77 69 6e 64 6f 77 20 28  6f 72 20 65 6e 74 65 72  |window (or enter|
000005e0  20 61 20 70 61 74 68 20  69 6e 20 74 68 65 0a 77  | a path in the.w|
000005f0  72 69 74 61 62 6c 65 20  69 63 6f 6e 29 20 61 6e  |ritable icon) an|
00000600  64 20 63 6c 69 63 6b 20  27 47 6f 27 2e 20 41 20  |d click 'Go'. A |
00000610  46 69 6c 65 72 5f 41 63  74 69 6f 6e 2d 6c 69 6b  |Filer_Action-lik|
00000620  65 20 77 69 6e 64 6f 77  20 73 68 6f 75 6c 64 20  |e window should |
00000630  61 70 70 65 61 72 20 77  68 69 63 68 0a 77 69 6c  |appear which.wil|
00000640  6c 20 73 63 61 6e 20 74  68 6f 75 67 68 20 74 68  |l scan though th|
00000650  65 20 66 69 6c 65 73 2c  20 6c 6f 61 64 69 6e 67  |e files, loading|
00000660  20 69 6e 20 61 6e 79 20  69 63 6f 6e 73 20 74 68  | in any icons th|
00000670  61 74 20 69 74 20 66 69  6e 64 73 2e 20 57 68 69  |at it finds. Whi|
00000680  6c 65 20 61 20 73 63 61  6e 0a 69 73 20 69 6e 20  |le a scan.is in |
00000690  70 72 6f 67 72 65 73 73  2c 20 74 68 65 20 27 53  |progress, the 'S|
000006a0  63 61 6e 20 66 6f 72 20  69 63 6f 6e 73 27 20 6d  |can for icons' m|
000006b0  65 6e 75 20 6f 70 74 69  6f 6e 20 77 69 6c 6c 20  |enu option will |
000006c0  62 65 20 67 72 65 79 65  64 20 6f 75 74 2c 20 61  |be greyed out, a|
000006d0  73 20 6f 6e 6c 79 0a 6f  6e 65 20 73 63 61 6e 20  |s only.one scan |
000006e0  63 61 6e 20 62 65 20 64  6f 6e 65 20 61 74 20 61  |can be done at a|
000006f0  20 74 69 6d 65 2e 0a 0a  54 68 65 20 27 52 65 70  | time...The 'Rep|
00000700  6f 72 74 20 65 72 72 6f  72 73 27 20 6f 70 74 69  |ort errors' opti|
00000710  6f 6e 20 6f 6e 20 74 68  65 20 6d 65 6e 75 20 63  |on on the menu c|
00000720  61 6e 20 62 65 20 74 69  63 6b 65 64 20 6f 72 20  |an be ticked or |
00000730  75 6e 74 69 63 6b 65 64  2e 20 49 66 20 69 74 20  |unticked. If it |
00000740  69 73 0a 74 69 63 6b 65  64 2c 20 61 6e 20 65 72  |is.ticked, an er|
00000750  72 6f 72 20 6d 65 73 73  61 67 65 20 77 69 6c 6c  |ror message will|
00000760  20 62 65 20 67 65 6e 65  72 61 74 65 64 20 69 66  | be generated if|
00000770  20 79 6f 75 20 74 72 79  20 74 6f 20 6c 6f 61 64  | you try to load|
00000780  20 69 6e 20 61 20 66 69  6c 65 20 77 68 69 63 68  | in a file which|
00000790  0a 63 61 6e 6e 6f 74 20  62 65 20 69 6e 74 65 72  |.cannot be inter|
000007a0  70 72 65 74 65 64 20 61  73 20 61 20 66 69 6c 65  |preted as a file|
000007b0  20 77 68 69 63 68 20 2a  63 6f 75 6c 64 2a 20 63  | which *could* c|
000007c0  6f 6e 74 61 69 6e 20 69  63 6f 6e 73 2e 20 49 66  |ontain icons. If|
000007d0  20 69 74 20 69 73 0a 75  6e 74 69 63 6b 65 64 2c  | it is.unticked,|
000007e0  20 61 6e 79 20 62 61 64  20 66 69 6c 65 73 20 77  | any bad files w|
000007f0  69 6c 6c 20 73 69 6d 70  6c 79 20 62 65 20 69 67  |ill simply be ig|
00000800  6e 6f 72 65 64 2e 20 54  68 69 73 20 63 6f 75 6c  |nored. This coul|
00000810  64 20 62 65 20 75 73 65  66 75 6c 20 69 66 20 79  |d be useful if y|
00000820  6f 75 0a 77 61 6e 74 20  74 6f 20 64 72 61 67 20  |ou.want to drag |
00000830  61 20 63 6f 6c 6c 65 63  74 69 6f 6e 20 6f 66 20  |a collection of |
00000840  66 69 6c 65 73 20 69 6e  74 6f 20 74 68 65 20 70  |files into the p|
00000850  72 6f 67 72 61 6d 2c 20  6f 6e 6c 79 20 73 6f 6d  |rogram, only som|
00000860  65 20 6f 66 20 77 68 69  63 68 0a 61 72 65 20 63  |e of which.are c|
00000870  61 70 61 62 6c 65 20 6f  66 20 63 6f 6e 74 61 69  |apable of contai|
00000880  6e 69 6e 67 20 69 63 6f  6e 73 2c 20 61 6e 64 20  |ning icons, and |
00000890  64 6f 6e 27 74 20 77 61  6e 74 20 65 72 72 6f 72  |don't want error|
000008a0  73 20 74 6f 20 62 65 20  67 65 6e 65 72 61 74 65  |s to be generate|
000008b0  64 20 66 6f 72 0a 74 68  6f 73 65 20 74 68 61 74  |d for.those that|
000008c0  20 61 72 65 6e 27 74 2e  20 4e 6f 74 65 20 74 68  | aren't. Note th|
000008d0  61 74 20 73 6f 6d 65 20  65 78 65 63 75 74 61 62  |at some executab|
000008e0  6c 65 73 20 77 72 69 74  74 65 6e 20 66 6f 72 20  |les written for |
000008f0  65 61 72 6c 79 20 76 65  72 73 69 6f 6e 73 20 6f  |early versions o|
00000900  66 0a 44 4f 53 20 63 61  6e 6e 6f 74 20 63 6f 6e  |f.DOS cannot con|
00000910  74 61 69 6e 20 69 63 6f  6e 73 2c 20 61 6e 64 20  |tain icons, and |
00000920  61 6e 20 65 72 72 6f 72  20 6d 65 73 73 61 67 65  |an error message|
00000930  20 77 69 6c 6c 20 62 65  20 64 69 73 70 6c 61 79  | will be display|
00000940  65 64 20 69 66 20 74 68  65 0a 52 65 70 6f 72 74  |ed if the.Report|
00000950  20 65 72 72 6f 72 73 20  6f 70 74 69 6f 6e 20 69  | errors option i|
00000960  73 20 74 69 63 6b 65 64  20 61 6e 64 20 79 6f 75  |s ticked and you|
00000970  20 74 72 79 20 74 6f 20  6c 6f 61 64 20 73 75 63  | try to load suc|
00000980  68 20 61 20 66 69 6c 65  2e 0a 0a 47 65 74 74 69  |h a file...Getti|
00000990  6e 67 20 69 63 6f 6e 73  0a b0 b0 b0 b0 b0 b0 b0  |ng icons........|
000009a0  b0 b0 b0 b0 b0 b0 0a 53  6f 6d 65 20 65 78 61 6d  |.......Some exam|
000009b0  70 6c 65 20 69 63 6f 6e  73 20 68 61 76 65 20 62  |ple icons have b|
000009c0  65 65 6e 20 73 75 70 70  6c 69 65 64 2e 20 54 68  |een supplied. Th|
000009d0  65 20 66 69 6c 65 20 54  49 42 69 63 6f 6e 73 20  |e file TIBicons |
000009e0  63 6f 6e 74 61 69 6e 73  20 74 68 65 20 62 65 73  |contains the bes|
000009f0  74 20 6f 66 0a 74 68 6f  73 65 20 66 6f 75 6e 64  |t of.those found|
00000a00  20 69 6e 20 74 68 65 20  66 72 65 65 77 61 72 65  | in the freeware|
00000a10  20 63 6f 6c 6c 65 63 74  69 6f 6e 20 54 49 42 49  | collection TIBI|
00000a20  43 4f 4e 53 2e 44 4c 4c  2e 20 54 68 65 20 66 69  |CONS.DLL. The fi|
00000a30  6c 65 20 33 44 69 63 6f  6e 73 31 0a 63 6f 6e 74  |le 3Dicons1.cont|
00000a40  61 69 6e 73 20 74 68 65  20 62 65 73 74 20 6f 66  |ains the best of|
00000a50  20 74 68 65 20 2e 49 43  4f 20 69 63 6f 6e 73 20  | the .ICO icons |
00000a60  66 6f 75 6e 64 20 69 6e  20 61 6e 20 61 72 63 68  |found in an arch|
00000a70  69 76 65 20 63 61 6c 6c  65 64 20 33 44 49 43 4f  |ive called 3DICO|
00000a80  4e 53 31 2e 41 52 4a 2e  0a 42 6f 74 68 20 63 61  |NS1.ARJ..Both ca|
00000a90  6e 20 62 65 20 66 6f 75  6e 64 20 6f 6e 20 73 6f  |n be found on so|
00000aa0  6d 65 20 50 43 20 62 75  6c 6c 65 74 69 6e 20 62  |me PC bulletin b|
00000ab0  6f 61 72 64 73 2e 20 59  6f 75 20 73 68 6f 75 6c  |oards. You shoul|
00000ac0  64 20 61 6c 73 6f 20 6c  6f 6f 6b 20 6f 75 74 20  |d also look out |
00000ad0  66 6f 72 20 61 0a 57 69  6e 64 6f 77 73 20 70 72  |for a.Windows pr|
00000ae0  6f 67 72 61 6d 20 63 61  6c 6c 65 64 20 49 63 6f  |ogram called Ico|
00000af0  6c 69 62 2c 20 77 68 69  63 68 20 63 6f 6e 74 61  |lib, which conta|
00000b00  69 6e 73 20 61 62 6f 75  74 20 35 30 30 30 20 69  |ins about 5000 i|
00000b10  63 6f 6e 73 20 61 73 20  2e 49 43 4c 20 66 69 6c  |cons as .ICL fil|
00000b20  65 73 2e 0a 42 79 20 72  65 67 69 73 74 65 72 69  |es..By registeri|
00000b30  6e 67 20 49 63 6f 6c 69  62 2c 20 79 6f 75 20 63  |ng Icolib, you c|
00000b40  61 6e 20 72 65 63 65 69  76 65 20 61 20 66 75 72  |an receive a fur|
00000b50  74 68 65 72 20 35 30 30  30 20 69 63 6f 6e 73 20  |ther 5000 icons |
00000b60  6f 72 20 73 6f 2e 0a 0a  49 66 20 79 6f 75 20 68  |or so...If you h|
00000b70  61 76 65 20 61 20 50 43  20 70 61 72 74 69 74 69  |ave a PC partiti|
00000b80  6f 6e 2c 20 79 6f 75 20  63 61 6e 20 74 72 79 20  |on, you can try |
00000b90  74 68 69 73 20 70 72 6f  67 72 61 6d 20 6f 6e 20  |this program on |
00000ba0  73 6f 6d 65 20 6f 66 20  74 68 65 20 66 69 6c 65  |some of the file|
00000bb0  73 20 69 6e 0a 74 68 65  72 65 2e 20 59 6f 75 72  |s in.there. Your|
00000bc0  20 57 69 6e 64 6f 77 73  20 64 69 72 65 63 74 6f  | Windows directo|
00000bd0  72 79 20 28 69 66 20 79  6f 75 20 68 61 76 65 20  |ry (if you have |
00000be0  57 69 6e 64 6f 77 73 20  69 6e 73 74 61 6c 6c 65  |Windows installe|
00000bf0  64 29 20 73 68 6f 75 6c  64 20 63 6f 6e 74 61 69  |d) should contai|
00000c00  6e 0a 61 20 66 61 69 72  20 6e 75 6d 62 65 72 2e  |n.a fair number.|
00000c10  20 49 74 20 77 6f 75 6c  64 20 62 65 20 69 6e 61  | It would be ina|
00000c20  64 76 69 73 61 62 6c 65  20 74 6f 20 64 6f 20 61  |dvisable to do a|
00000c30  20 73 63 61 6e 20 6f 6e  20 74 68 65 20 65 6e 74  | scan on the ent|
00000c40  69 72 65 20 50 43 0a 70  61 72 74 69 74 69 6f 6e  |ire PC.partition|
00000c50  20 69 66 20 6c 61 72 67  65 20 63 6f 6c 6c 65 63  | if large collec|
00000c60  74 69 6f 6e 73 20 6f 66  20 69 63 6f 6e 73 20 61  |tions of icons a|
00000c70  72 65 20 74 6f 20 62 65  20 66 6f 75 6e 64 20 6f  |re to be found o|
00000c80  6e 20 74 68 65 72 65 2c  20 65 67 2e 20 69 66 20  |n there, eg. if |
00000c90  79 6f 75 0a 68 61 76 65  20 49 63 6f 6c 69 62 20  |you.have Icolib |
00000ca0  69 6e 73 74 61 6c 6c 65  64 2e 0a 0a 42 75 67 73  |installed...Bugs|
00000cb0  2c 20 6c 69 6d 69 74 61  74 69 6f 6e 73 20 65 74  |, limitations et|
00000cc0  63 2e 0a b0 b0 b0 b0 b0  b0 b0 b0 b0 b0 b0 b0 b0  |c...............|
00000cd0  b0 b0 b0 b0 b0 b0 b0 b0  b0 0a 54 68 65 20 70 72  |..........The pr|
00000ce0  6f 67 72 61 6d 20 63 61  6e 20 62 65 20 61 20 62  |ogram can be a b|
00000cf0  69 74 20 73 6c 6f 77 20  77 68 65 6e 20 74 68 65  |it slow when the|
00000d00  72 65 20 61 72 65 20 6d  61 6e 79 20 69 63 6f 6e  |re are many icon|
00000d10  73 20 61 6c 72 65 61 64  79 20 73 74 6f 72 65 64  |s already stored|
00000d20  20 69 6e 20 74 68 65 0a  70 72 6f 67 72 61 6d 2e  | in the.program.|
00000d30  20 49 20 6d 69 67 68 74  20 62 65 20 61 62 6c 65  | I might be able|
00000d40  20 74 6f 20 66 69 78 20  74 68 69 73 2e 20 49 74  | to fix this. It|
00000d50  20 61 6c 73 6f 20 75 73  65 73 20 6d 6f 72 65 20  | also uses more |
00000d60  6d 65 6d 6f 72 79 20 74  68 61 6e 20 49 20 77 6f  |memory than I wo|
00000d70  75 6c 64 0a 68 61 76 65  20 6c 69 6b 65 64 2c 20  |uld.have liked, |
00000d80  6d 6f 73 74 6c 79 20 61  73 20 61 20 72 65 73 75  |mostly as a resu|
00000d90  6c 74 20 6f 66 20 69 6d  70 6c 65 6d 65 6e 74 69  |lt of implementi|
00000da0  6e 67 20 74 68 65 20 27  53 63 61 6e 20 66 6f 72  |ng the 'Scan for|
00000db0  20 69 63 6f 6e 73 27 20  6f 70 74 69 6f 6e 2e 0a  | icons' option..|
00000dc0  49 66 20 79 6f 75 20 6c  69 6b 65 2c 20 79 6f 75  |If you like, you|
00000dd0  20 63 61 6e 20 72 65 64  75 63 65 20 74 68 65 20  | can reduce the |
00000de0  57 69 6d 70 53 6c 6f 74  20 69 6e 20 74 68 65 20  |WimpSlot in the |
00000df0  21 52 75 6e 20 66 69 6c  65 2c 20 69 66 20 79 6f  |!Run file, if yo|
00000e00  75 27 72 65 20 6e 6f 74  0a 67 6f 69 6e 67 20 74  |u're not.going t|
00000e10  6f 20 75 73 65 20 74 68  69 73 20 66 61 63 69 6c  |o use this facil|
00000e20  69 74 79 20 6f 72 20 69  66 20 79 6f 75 27 72 65  |ity or if you're|
00000e30  20 6f 6e 6c 79 20 67 6f  69 6e 67 20 74 6f 20 75  | only going to u|
00000e40  73 65 20 69 74 20 77 69  74 68 20 64 69 72 65 63  |se it with direc|
00000e50  74 6f 72 79 0a 73 74 72  75 63 74 75 72 65 73 20  |tory.structures |
00000e60  74 68 61 74 20 61 72 65  6e 27 74 20 76 65 72 79  |that aren't very|
00000e70  20 64 65 65 70 2e 20 49  66 20 79 6f 75 20 72 65  | deep. If you re|
00000e80  64 75 63 65 20 69 74 20  62 79 20 74 6f 6f 20 6d  |duce it by too m|
00000e90  75 63 68 2c 20 79 6f 75  27 6c 6c 20 67 65 74 20  |uch, you'll get |
00000ea0  61 0a 66 61 74 61 6c 20  65 72 72 6f 72 20 69 6e  |a.fatal error in|
00000eb0  66 6f 72 6d 69 6e 67 20  79 6f 75 20 74 68 61 74  |forming you that|
00000ec0  20 74 68 65 72 65 20 69  73 20 6e 6f 74 20 65 6e  | there is not en|
00000ed0  6f 75 67 68 20 6d 65 6d  6f 72 79 20 66 6f 72 20  |ough memory for |
00000ee0  74 68 65 20 73 74 61 63  6b 2e 0a 0a 53 61 76 69  |the stack...Savi|
00000ef0  6e 67 20 77 69 74 68 20  6e 6f 20 69 63 6f 6e 73  |ng with no icons|
00000f00  20 70 72 65 73 65 6e 74  20 70 72 6f 64 75 63 65  | present produce|
00000f10  73 20 61 20 66 69 6c 65  20 77 68 69 63 68 20 21  |s a file which !|
00000f20  50 61 69 6e 74 20 64 6f  65 73 6e 27 74 20 6c 69  |Paint doesn't li|
00000f30  6b 65 2e 0a 0a 49 66 20  79 6f 75 20 66 69 6e 64  |ke...If you find|
00000f40  20 61 6e 79 74 68 69 6e  67 20 74 68 61 74 20 62  | anything that b|
00000f50  6f 74 68 65 72 73 20 79  6f 75 20 6f 72 20 79 6f  |others you or yo|
00000f60  75 20 6e 65 65 64 20 74  6f 20 64 6f 20 73 6f 6d  |u need to do som|
00000f70  65 74 68 69 6e 67 20 74  68 61 74 20 79 6f 75 0a  |ething that you.|
00000f80  63 61 6e 27 74 2c 20 6c  65 74 20 6d 65 20 6b 6e  |can't, let me kn|
00000f90  6f 77 20 61 6e 64 20 49  27 6c 6c 20 73 65 65 20  |ow and I'll see |
00000fa0  77 68 61 74 20 49 20 63  61 6e 20 64 6f 2e 20 54  |what I can do. T|
00000fb0  68 69 73 20 61 70 70 6c  69 63 61 74 69 6f 6e 20  |his application |
00000fc0  68 61 73 20 62 65 65 6e  0a 64 65 76 65 6c 6f 70  |has been.develop|
00000fd0  65 64 20 6f 6e 20 61 20  52 69 73 63 20 50 43 20  |ed on a Risc PC |
00000fe0  36 30 30 20 77 69 74 68  20 52 4f 33 2e 36 2e 20  |600 with RO3.6. |
00000ff0  49 74 20 73 68 6f 75 6c  64 20 77 6f 72 6b 20 6f  |It should work o|
00001000  6e 20 61 6c 6c 20 6d 61  63 68 69 6e 65 73 2c 20  |n all machines, |
00001010  62 75 74 0a 68 61 73 20  6e 6f 74 20 62 65 65 6e  |but.has not been|
00001020  20 74 65 73 74 65 64 20  66 6f 72 20 74 68 69 73  | tested for this|
00001030  2e 0a 0a 43 6f 6e 74 61  63 74 69 6e 67 20 6d 65  |...Contacting me|
00001040  0a b0 b0 b0 b0 b0 b0 b0  b0 b0 b0 b0 b0 b0 0a 42  |...............B|
00001050  79 20 45 6d 61 69 6c 3a  20 4a 46 4b 40 61 72 63  |y Email: JFK@arc|
00001060  61 64 65 2e 64 65 6d 6f  6e 2e 63 6f 2e 75 6b 0a  |ade.demon.co.uk.|
00001070  42 79 20 50 6f 73 74 3a  20 20 4a 6f 65 20 4b 65  |By Post:  Joe Ke|
00001080  6c 6c 65 68 65 72 0a 20  20 20 20 20 20 20 20 20  |lleher.         |
00001090  20 31 2c 20 47 72 6f 76  65 20 41 76 65 6e 75 65  | 1, Grove Avenue|
000010a0  0a 20 20 20 20 20 20 20  20 20 20 47 6f 73 70 6f  |.          Gospo|
000010b0  72 74 0a 20 20 20 20 20  20 20 20 20 20 48 61 6d  |rt.          Ham|
000010c0  70 73 68 69 72 65 0a 20  20 20 20 20 20 20 20 20  |pshire.         |
000010d0  20 50 4f 31 32 20 31 4a  58 0a 0a 4a 46 4b 2c 20  | PO12 1JX..JFK, |
000010e0  32 34 2f 31 31 2f 39 36  0a                       |24/11/96.|
000010e9