home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / ZIP / WWPACK / WWP304 / PASCAL / READ.ME < prev    next >
Encoding:
Text File  |  1996-01-05  |  1.8 KB  |  41 lines

  1.  
  2.  
  3.         WWPACK 3.04                    Turbo Pascal Support package
  4.  
  5.         Copyright (c) 1993-96 by Piotr Warezak and Rafal Wierzbicki
  6.  
  7.         6 January 1996      Lodz, Poland        All Rights Reserved
  8.  
  9.  
  10.  
  11.    WWPACK Pascal Support provides you many useful procedures. By using them,
  12. you can add virus detection routine to your Pascal programs, or you can
  13. work with packed data files (for example, you can pack all screens for your
  14. game created in Pascal).
  15.  
  16.    Here is a full list of all WWPACK Pascal Support files:
  17.  
  18.   CHK_WWP.PAS  - contains function that can check if an EXE file is compressed
  19.                  with WWPACK 3.04 or earlier
  20.   CRC.PAS      - it's a source file of the CRC.EXE program from WWPACK
  21.                  package. Demonstrates how to use CHK_WWP.PAS file and
  22.                  WWP_CRC.TPU unit
  23.   DEMO_1.PAS   - demonstration program for WWP_CRC.TPU unit
  24.   DEMO_2.PAS   - demonstration program for WWP_DATA.TPU unit
  25.   WWP_CRC.DOC  - the documentation file for WWP_CRC.TPU unit
  26.   WWP_CRC.TPU  - WWPACK CRC unit. Checks CRC of the WWPACKed EXE files
  27.   WWP_CRC.T60  - WWPACK CRC unit for TP 6.0 (you must rename it to WWP_CRC.TPU
  28.                  before you use it)
  29.   WWP_DATA.DOC - documentation for WWP_DATA.TPU unit
  30.   WWP_DATA.TPU - WWPACK UD unit. Lets you to unpack WWPACKed data files and
  31.                  use compressed data files
  32.   WWP_DATA.T60 - WWPACK UD unit for TP 6.0 (please rename it to WWP_DATA.TPU)
  33.   WWPATCH.PAS  - self-checking of WWPACKed EXE files; (c) by Thomas Moenkemeier
  34.  
  35.  
  36.    All source files (*.PAS) are public domain. They can be freely distributed.
  37.  
  38.    WWP_CRC.TPU (.T60), WWP_DATA.TPU (.T60) are shareware. If you are going to
  39. use these units with your programs, you HAVE TO register WWPACK. Please see
  40. the WWPACK.DOC file for more info about registration.
  41.