Hi guys.
I try to choose an algorithm to compress some string data in-memory, without file medium to store in sqlite as blob. I plan to store about 100k blobs each 80k symbols (uncompressed). First opinion was LZMA udf by Ward, but udf file doesn't exist.
Then i tried to use BZIP2 dll in DllCall, but it simply doesn't work and throws @error = 1.
Here is an example:
What should I do with this error? Where am I wrong?
Thanks.