WWP_CRC 1.0 unit for Turbo Pascal 6.0, 7.0 Copyright (c) 1995-96 by Piotr Warezak and Rafal Wierzbicki 6 January 1996 Lodz, Poland All Rights Reserved Here is a description of the function implemented in the WWP_CRC 1.0 unit: function check_crc(var pl:file):byte; function checks CRC of the assigned and opened file; returns byte: 0 - CRC OK; 1 - bad CRC. File probably damaged; 2 - error while reading the file; 3 - the file is not EXE structure. Warning: the file that you want to check must be EXE structure and it HAS TO BE packed with WWPACK 3.03 or 3.04 with 'P', 'PU', or 'PP' command! HINT: Please use check_if_packed function before using WWP_CRC module to be sure, that the file is compressed with WWPACK 3.03 or 3.04. WWP_CRC unit is saved in two files. Please choose one: WWP_CRC.TPU for Turbo Pascal 7.0 WWP_CRC.T60 for Turbo Pascal 6.0 (rename to WWP_CRC.TPU) End of the documentation file.