Welcome Guest. Please Login or Register. Apr 1st, 2018, 03:26am
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. We apologize Conforums does not have any export functions to migrate data. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
Thank you Conforums members.
Speed up Liberty BASIC programs by up to ten times!
Compile Liberty BASIC programs to compact, standalone executables!
Overcome many of Liberty BASIC's bugs and limitations!
(OT) BBC BASIC for Android and iOS
« Thread started on: Mar 28th, 2018, 5:56pm »
Since LBB works by translating the Liberty BASIC program to BBC BASIC, it may be of interest that both Android and iOS editions of BBC BASIC are now available. The recent release of the iOS edition completes the 'set' of supported Operating Systems: Windows, Linux (x86), Mac OS-X, Raspberry Pi (Raspbian), Android and iOS.
As noted previously, converting GUI-based Liberty BASIC programs to run on an OS other than Windows is problematical (at least, if a reasonable degree of compatibility is to be achieved) because LB/LBB simply provide a 'thin wrapper' around native Windows GUI features.
But non-GUI ('mainwin') LB programs should be relatively easily ported to any of the Operating Systems supported by BBC BASIC, so long as they don't use CALLDLL to access Windows APIs/DLLs which have no direct equivalent in the other OSes.