Hi!

What is the easiest way to use data compression in Factor? I tried to use 
compression.zlib, but stumbled on the error.

Cannot resolve C library function
Symbol: compress
Library: DLL" zlib1.dll"

I put the file zlib1.dll in a variety of places, but it did not help. :(

Is there a way to do without this file? Compression method, its compatibility 
and efficiency are irrelevant. More precisely, I need only the ability to 
uncompress the text. The compressor may be external. Maybe use Huffman or LZW? 
By the way:

Vocabulary does not exist
name "compression.snappy"
------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to