LB Booster
General >> Announcements >> LB Booster version 2.30 released
http://lbb.conforums.com/index.cgi?board=announcements&action=display&num=1386086300

LB Booster version 2.30 released
Post by Richard Russell on Dec 3rd, 2013, 2:58pm

I am pleased to announce the release of LB Booster version 2.30. 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:
  1. Compilation is faster, and programs up to 8 Mbytes may be successfully compiled.

  2. Embedded files can now be extracted to the temporary directory (a user request).

  3. A '%mode std' compiler directive enables standard behaviour of INT (truncation towards minus infinity) and operator precedence (AND before OR) (a user request).

  4. The maximum number of fields in a file record has been increased to 500.

  5. A value can be stored in a CHAR[1] structure member (this doesn't work in LB4).

  6. ComboboxColor$ now works properly, at last!

  7. FILES now correctly reports the sizes of very large files (> 2Gbytes).

  8. Compiled executables contain a Windows 8.1 compatibility manifest.

  9. A bug causing the middleButtonMove event not to fire is fixed.

  10. A bug in the TKN decoder, causing very long lines to be garbled, is fixed.

  11. Several other minor compatibility issues have been addressed.
Richard.
Re: LB Booster version 2.30 released
Post by flotulopex on Dec 5th, 2013, 4:25pm

Thank you again wink

Roger