SpiderBasic 1.20 is available !

Everything else that doesn't fall into one of the other categories.
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

SpiderBasic 1.20 is available !

Post by Fred »

Hi there,

The final version is out ! Thank you all for the testing :)

beta 3 is out, it does fix a bit more issues ! Don't hesitate to test it to see if everything looks OK !

beta 2 is available ! It brings some important fixes regarding local webserver cache and multiple sbmongoose process spawning. Should be easier now to use multiple SB version on the same computer without disabling the cache feature of the browser.

The first new version of the year is available as beta, and brings some interesting new commands, to handle AES cipher, SHA/MD5 fingerprint, file and memory manipulation:

Code: Select all

- Added: new Cipher library with AES, MD5, CRC32 and SHA1/2/3 support
- Added: new File library, with read and write support, including streaming read
- Added: AllocateMemory(), ReAllocateMemory(), MemorySize(), CompareMemory() and FreeMemory()
- Added: PeekB(), PeekA(), PeekC(), PeekU(), PeekW(), PeekL(), PeekF(), PeekS()
         PokeB(), PokeA(), PokeC(), PokeU(), PokeW(), PokeL(), PokeF(), PokeS()
- Added: ParseDate()
SpiderBasic also handle raw memory block manipulation, with AllocateMemory(), and all Poke/Peek functions which should open a whole new range of functionality (it's based on JavaScript 'ArrayBuffer') as you can parse or create any kind of binary content. You can take a look to the FileStreaming.sb example to show how to use file streaming and new memory buffers. Unlike PureBasic, all memory access commands requiers an extra 'offset' parameter. The whole commandset has been strengthened with the help of unit testing, so if you find something odds, don't hesitate to report so it can get better. The help should be up to date as well.

Have fun,

The Fantaisie Software Team
Stefan Schnell
Posts: 46
Joined: Tue Dec 01, 2015 8:17 am
Contact:

Re: SpiderBasic 1.20 beta 1 is available

Post by Stefan Schnell »

Hello Fred,

excellent :D

Your file and memory library are incredible :D

Cheers
Stefan
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 1.20 beta 2 is available

Post by Fred »

Beta 2 is available :), check the first post for more info
bbanelli
Posts: 107
Joined: Mon Jul 13, 2015 7:40 am

Re: SpiderBasic 1.20 beta 2 is available

Post by bbanelli »

No more manual killing of sbmongoose! :) Works like a charm! Thank's a lot, Fred! ;)
"If you lie to the compiler, it will get its revenge."
Henry Spencer
http://www.pci-z.com/
User avatar
SparrowhawkMMU
Posts: 281
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

Re: SpiderBasic 1.20 beta 2 is available

Post by SparrowhawkMMU »

Thank you Fred, great progress :)
Stefan Schnell
Posts: 46
Joined: Tue Dec 01, 2015 8:17 am
Contact:

Re: SpiderBasic 1.20 beta 2 is available

Post by Stefan Schnell »

Hello Fred,

SpiderBasic 1.20 beta 2 works great
:D

Thank you.
Stefan
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 1.20 beta 3 is available

Post by Fred »

Beta 3 is out !
spidernet
Posts: 72
Joined: Tue Feb 02, 2016 3:50 pm

Re: SpiderBasic 1.20 beta 3 is available

Post by spidernet »

Thank you very much.

Could you consider to implement this small wish in the final release? If possible, it helps us a lot. :)

http://forums.spiderbasic.com/viewtopic.php?f=8&t=536
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 1.20 is available !

Post by Fred »

Final version is out ! Thank you all for the testing :)
Comtois
Posts: 40
Joined: Mon Feb 24, 2014 11:07 pm

Re: SpiderBasic 1.20 is available !

Post by Comtois »

where is demo version ?

This address does not exist anymore :

http://www.spiderbasic.com/download.php
Post Reply