Search found 3 matches

by CplBator
Sat Oct 22, 2022 1:09 am
Forum: General Discussion
Topic: SpiderBasic 2.40 is out !
Replies: 41
Views: 79498

Re: SpiderBasic 2.40 beta 1 is ready !

Infortunaly, no
I send compressed raw data with purebasic ( i've checked any potential error with pb before )

Uncaught incorrect header check pako.min.js:2

Non compressed data work well , i can communicate with pb/sb , is not an endianess problem as i suspected at first, maybe not the same ...
by CplBator
Thu Oct 20, 2022 10:57 pm
Forum: General Discussion
Topic: SpiderBasic 2.40 is out !
Replies: 41
Views: 79498

Re: SpiderBasic 2.40 beta 1 is ready !

Thank Peter, zlib so, i think UseZipPacker() in purebasic is the solution, i will try this way.
by CplBator
Thu Oct 20, 2022 5:49 pm
Forum: General Discussion
Topic: SpiderBasic 2.40 is out !
Replies: 41
Views: 79498

Re: SpiderBasic 2.40 beta 1 is ready !

- Added Packer library: CompressMemory(), UncompressMemory(), CompressString(), UncompressString()
What is the compressor behind ? i want to communicate with purebasic application.