Welcome Guest. Please Login or Register. Apr 1st, 2018, 03:41am
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!
You will need administrative privileges when running the program for the first time after upgrading (in Windows Vista, 7 and 8 use 'Run as administrator').
Changes in this version include: Console Applications can now be created (a user request).
The Run menu now includes a 'Make *.LBB file' option (a user request).
Version$ now includes the LBB version number (a user request).
Improved compatibility with 'Liberty BASIC Workshop' (see below *).
LPRINT can now output a string longer than 65535 characters.
MAPHANDLE #old,#new now works with files as well as windows.
Fixed SHORT structure members so they can hold negative values.
Fixed a memory/resource leak when windows were closed and re-opened.
A number of compatibility issues have been addressed. * When integrated with LB Workshop you can now choose to use either LBW's style of 'include' directive - when placed at the beginning of the program causes the specified file(s) to be appended - or LBB's style of 'include' directive - when placed anywhere else in the program causes the specified file(s) to be included at that point.