LZ77 Compression in VB

Hi,
I just wondered if anyone has come across or implemented Lempel-Ziv LZ77 compression in VB6?
I have searched the net and the forums but have only found examples in C and Java.
Thanks
[213 byte] By [Andy_83] at [2007-11-19 14:09:20]
# 1 Re: LZ77 Compression in VB
Hello! :wave:

To be honest, I've never heard of that before..

But, I've done a search on PlanetSourceCode (http://www.planetsourcecode.com) and found these links:

http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=14087&lngWId=1&txtForceRefresh=10720055563113392

http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=58464&lngWId=1

http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=58488&lngWId=1

Hope it helps! :wave:
HanneSThEGreaT at 2007-11-9 20:28:50 >