!CRC - Perform a CRC check on your files
========================================
written by Paul Vigay         1990-2007

This utility will calculate a 32bit CRC value for any given file.
To use, drag a file either into it's window, or onto it's icon.
You can adjust the length of the file by clicking on the left and
right arrow icons, to allow for spurious bytes being added to the
end of files after downloading from bulletin boards etc.

Click on OK to re-calculate the CRC value.

This file was originally written to benefit Micronet subscribers, who
could verify downloaded Telesoftware against a published checksum
value.

!CRC is FREEWARE

If you have any comments and/or suggestions, or find any bugs I haven't
listed, then please contact me via the following sources:

        Paul Vigay
        PO Box 813,
        Portsmouth,
        Hants. PO1 9EY
        England

Web: http://www.vigay.com/software/
Email: nospam@vigay.com


History
~~~~~~~
 v1.03 (10th May 2007)
        a) Changed poll loop to use Wimp_PollIdle for less CPU usage when not in
           use.
        b) Padded checksums with leading 0's to ensure all results are 8 digits long.
           
 v1.02 (9th May 2007)
        a) Bug fix: Corrected floating point error to give correct checksum results.
        b) Moved polynomial crc table into a stand-alone file.
        c) Compiled !RunImage (to test if compiled version changes the results due to
           variable/maths differences). No difference found! :-)
        d) Tested on A9Home.
 
 v1.01 (11th Feb 2006)
        a) Checked for Iyonix compatibility.
        b) Tidied templates file a bit.
        c) Centred main window about the iconbar icon.
        d) Clicking SELECT on iconbar icon opens/closes window.
 
 v1.00 (1990)
        a) First version.
	

Paul Vigay