CalcCRC version 1.00 © Copyright Stephen Goldsmith and FreEPOC 2000 Website - http://www.freepoc.org/ Email - stephen@freepoc.org This program is a small utility designed to calculate the 32-bit Cyclic Redundancy Checksum (CRC32) of any files on your EPOC device. The resulting hexadecimal value is unique to that file and can be used to compare files and establish if they are identical. This can be useful when dealing with multiple backups or to confirm a file was copied with no errors. The CRC32 value produced by this program is identical to that calculated by any other CRC32 calculation utility available on your desktop computer. Most popular ZIP compression programs use the CRC32 to check a file was compressed and extracted without error. CalcCRC is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantability and fitness for a particular purpose. You use this software entirely at your own risk and in no way can the author, Stephen Goldsmith, nor FreEPOC be held responsible for any losses incurred by you through the use of this software, even if the author or FreEPOC has been informed of these possibilities. No files in this distribution may be altered in any way. Reverse Translation is expressly forbidden without written permission of the author. All other usual disclaimers apply. /* Stephen Goldsmith FreEPOC developer http://www.freepoc.org/ Thanks to Jens Kaminski for nSISUtil which was used to create this SIS file. If your a developer, check it out at www.neuon.com!