home *** CD-ROM | disk | FTP | other *** search
- So boys and girls...
-
- Here is just a ritual doc file, couz i hate to write READMEs! ;)
- Okay, LZSSUNIT.PAS is my source unit for Borland (Turbo) Pascal for
- implementation of LZSS (LZ77) compression algorithm in your programs.
- It is designed to work with all three DOS, DPMI and Windows platforms
- of Borland Pascal 7.0. Extremely clear example to show the use of this
- unit and very easy implementation.
-
- One note: I figured out that it compresses and decompresses files faster
- and better! than similar Microsoft COMPRESS/EXPAND utilities used by the
- slow Microsoft Setup program. Microsoft COMPRESS uses the same algo, however.
-
- The source code provided is all Public Domain and thus no charge is
- required for the author. Use at your own risk and modify as you wish.
- Thanks send to:
-
- Mr. Byte (aka Andrew Eigus)
- SysOp of AndRew's BBS : +371-2-559777 (14400/V32b/V42b) 1 node
- Fidonet: 2:5100/33
- Internet: aeigus@fgate.castle.riga.lv, mrbyte@dcbalt.vernet.lv,
- andrejs@ltu-po.swh.lv
-
- If you still love the source so much, you may send me "support" to:
-
- Andrew Eigus
- Vaidavas str. 13-51
- LV-1084 Riga
- LATVIA
-
- You will be then automatically forwarded new versions as soon as they come out.
-
- Enjoy! :)
-