Page 1 of 2

SpiderBasic 2.51 is available

Posted: Sat Sep 30, 2023 8:39 am
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

Re: SpiderBasic 2.51 is available

Posted: Sat Sep 30, 2023 9:01 am
by Peter
Oh, that was unexpected. Thanks for the update! Image

Re: SpiderBasic 2.51 is available

Posted: Sat Sep 30, 2023 10:30 am
by useful
SpiderBasic - Packer
Is also in the help file, but is not listed in the table of contents.
viewtopic.php?p=8940#p8940

Re: SpiderBasic 2.51 is available

Posted: Sat Sep 30, 2023 11:14 am
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

Re: SpiderBasic 2.51 is available

Posted: Fri Oct 06, 2023 9:02 am
by hitman
the download link of free version is still of 2.50 version. thanks

Re: SpiderBasic 2.51 is available

Posted: Fri Oct 06, 2023 6:03 pm
by plouf
thats because still is in "beta" state

Re: SpiderBasic 2.51 is available

Posted: Tue Oct 10, 2023 1:49 pm
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?

Re: SpiderBasic 2.51 is available

Posted: Sat Oct 14, 2023 12:14 pm
by Fred
Which app creation did you test: Android, Web, iOS ?

Re: SpiderBasic 2.51 is available

Posted: Fri Oct 27, 2023 9:30 am
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

Re: SpiderBasic 2.51 is available

Posted: Sun Oct 29, 2023 12:09 am
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