home *** CD-ROM | disk | FTP | other *** search
-
-
- WWPACK 3.04 Turbo Pascal Support package
-
- Copyright (c) 1993-96 by Piotr Warezak and Rafal Wierzbicki
-
- 6 January 1996 Lodz, Poland All Rights Reserved
-
-
-
- WWPACK Pascal Support provides you many useful procedures. By using them,
- you can add virus detection routine to your Pascal programs, or you can
- work with packed data files (for example, you can pack all screens for your
- game created in Pascal).
-
- Here is a full list of all WWPACK Pascal Support files:
-
- CHK_WWP.PAS - contains function that can check if an EXE file is compressed
- with WWPACK 3.04 or earlier
- CRC.PAS - it's a source file of the CRC.EXE program from WWPACK
- package. Demonstrates how to use CHK_WWP.PAS file and
- WWP_CRC.TPU unit
- DEMO_1.PAS - demonstration program for WWP_CRC.TPU unit
- DEMO_2.PAS - demonstration program for WWP_DATA.TPU unit
- WWP_CRC.DOC - the documentation file for WWP_CRC.TPU unit
- WWP_CRC.TPU - WWPACK CRC unit. Checks CRC of the WWPACKed EXE files
- WWP_CRC.T60 - WWPACK CRC unit for TP 6.0 (you must rename it to WWP_CRC.TPU
- before you use it)
- WWP_DATA.DOC - documentation for WWP_DATA.TPU unit
- WWP_DATA.TPU - WWPACK UD unit. Lets you to unpack WWPACKed data files and
- use compressed data files
- WWP_DATA.T60 - WWPACK UD unit for TP 6.0 (please rename it to WWP_DATA.TPU)
- WWPATCH.PAS - self-checking of WWPACKed EXE files; (c) by Thomas Moenkemeier
-
-
- All source files (*.PAS) are public domain. They can be freely distributed.
-
- WWP_CRC.TPU (.T60), WWP_DATA.TPU (.T60) are shareware. If you are going to
- use these units with your programs, you HAVE TO register WWPACK. Please see
- the WWPACK.DOC file for more info about registration.
-