SpiderBasic 2.51 is available

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

SpiderBasic 2.51 is available

Post by Fred »

Hello,

13-12-2023 Final version is released !

A bug fix version of SpiderBasic is available, don't hesitate to test. It has also an internal change which shouldn't impact your code, the compiler now behave like a 64-bit compiler instead of a 32-bit one:

Code: Select all

- The .i type is now quad instead of long as JS supports mostly quad natively (#PB_Compiler_64Bit is now set to 1 to reflect this).
Happy testing !

The Fantaisie Software Team
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: SpiderBasic 2.51 is available

Post by Peter »

Oh, that was unexpected. Thanks for the update! Image
User avatar
useful
Posts: 135
Joined: Tue Feb 25, 2014 1:15 pm

Re: SpiderBasic 2.51 is available

Post by useful »

SpiderBasic - Packer
Is also in the help file, but is not listed in the table of contents.
viewtopic.php?p=8940#p8940
2B or not 2B = FF
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.51 is available

Post by Fred »

useful wrote: Sat Sep 30, 2023 10:30 am SpiderBasic - Packer
Is also in the help file, but is not listed in the table of contents.
viewtopic.php?p=8940#p8940
Corrected for next beta
hitman
Posts: 5
Joined: Fri May 19, 2023 9:41 am

Re: SpiderBasic 2.51 is available

Post by hitman »

the download link of free version is still of 2.50 version. thanks
plouf
Posts: 295
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: SpiderBasic 2.51 is available

Post by plouf »

thats because still is in "beta" state
Christos
Dirk Geppert
Posts: 330
Joined: Fri Sep 22, 2017 7:02 am

Re: SpiderBasic 2.51 is available

Post by Dirk Geppert »

Thank you Fred!

I briefly tested the app creation and got a lot of error messages, but they are not readable because they are truncated.

@Fred: could you briefly share an overview of what is needed for a Java environment in 2.51?
And could you please make the compiler detail window resizeable?

@All: have you tested app creation with 2.51 yet?
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.51 is available

Post by Fred »

Which app creation did you test: Android, Web, iOS ?
Dirk Geppert
Posts: 330
Joined: Fri Sep 22, 2017 7:02 am

Re: SpiderBasic 2.51 is available

Post by Dirk Geppert »

Hi Fred, sorry, my fault.

Today I've tried the Android app creation again, with a new Java installation.

It seems I have finally got the right Java version for Windows: "jdk-11.0.18_windows-x64_bin.exe" ( https://gist.github.com/wavezhang/ba842 ... 9d7c2d86a6 )

Now it works! :D

Kind regards

Dirk
crushroll
Posts: 2
Joined: Sat Oct 28, 2023 10:58 am

Re: SpiderBasic 2.51 is available

Post by crushroll »

I can successfully build an APK now, with JDK 11, however when I install it on my phone (Samsung Flip 3), it says "App not installed as package appears to be invalid.".

Any ideas? Thanks
Post Reply