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 ...
Search found 3 matches
- Sat Oct 22, 2022 1:09 am
- Forum: General Discussion
- Topic: SpiderBasic 2.40 is out !
- Replies: 41
- Views: 79498
- 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.
- 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 !
What is the compressor behind ? i want to communicate with purebasic application.- Added Packer library: CompressMemory(), UncompressMemory(), CompressString(), UncompressString()