LB Booster
General >> Announcements >> LB Booster version 2.20 released
http://lbb.conforums.com/index.cgi?board=announcements&action=display&num=1381489186
LB Booster version 2.20 released
Post by Richard Russell on Oct 11th, 2013, 10:59am
I am pleased to announce the release of LB Booster version 2.20. It may be downloaded from here:
http://lbbooster.com/LBB.exe (IDE/compiler)
http://lbbooster.com/LBBRUN.exe (optional runtime engine)
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.
Richard.
Re: LB Booster version 2.20 released
Post by flotulopex on Oct 28th, 2013, 04:47am
Again, thanks a lot Richard for your great work ;-)