Other B4A v7.01 has been released!

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release B4A v7.01. This update includes the new resumable subs feature. This is the most important programing language improvement since the addition of classes in B4A v2.
It makes it much simpler to manage asynchronous tasks.

Quoting @johndb :
This version sure does clean up the code without jumping from sub to sub to sub to ... to handle asynchronous processing in a very clean manner. This and the previous "multi-dex" features in my opinion are game changers for B4X.

Improvements:

Notes:
- B4A compiled libraries with service modules need to be recompiled.
- Java 8 is required (Tools - Configure Paths).

Developers who are eligible for a free upgrade will receive an email with upgrade instructions.
Other developers will receive an email with a discount offer.

Edit: v7.01 is available for download from the same link. It solves two bugs introduced in v7.00.
 
Last edited:

jayel

Active Member
Licensed User
Longtime User
maybe a stupid question...
Will my old B4A 6.8 apps still work after update to java 8?
 
Upvote 0

jayel

Active Member
Licensed User
Longtime User
Hmmm apparently not !!

Help !
 
Upvote 0

tucano2000

Active Member
Licensed User
Longtime User
After the update from version 6.80 to 7.01 I got the following error while compiling my application:


It looks like the line where the error occurs is this:

SQLA1.ExecQueryAsync ("REGISTROS_SQLITE", "PRAGMA cipher_migrate", Null)

SQLA1 is declared as SQLCipher.

Has there been any change that I should make?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…