home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / PASCAL / LZHSRC97 / README.NOW < prev   
Text File  |  1989-12-18  |  762b  |  18 lines

  1. To whom it may concern:
  2.  
  3. The file LZHSRC97.PAS is the pascal source code for the LZH compression 
  4. routine used by BRANCH version 0.97.  Most of it is adapted form the
  5. file LZHUF.C and translated into Pascal. 
  6.  
  7. This program does not compress files into the same format as Lharc or
  8. BRANCH, it simply uses a 4-byte file header and can only compress one
  9. file at a time. The file format is the same as that produced by LZHUF.C,
  10. but it compress files smaller than LZHUF.
  11.  
  12. This program may be a bit slow when running, I have not yet made any effort
  13. to speed it up. Improve it you like to make it go faster. 
  14.  
  15. The other program, LZHVIEW.PAS is the pascal source to view the contents
  16. of any LZH files, which is either produced by BRANCH or LHarc 1.13. 
  17.  
  18.