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

LB Booster version 3.01 released
Post by Richard Russell on Aug 20th, 2015, 7:27pm

I am pleased to announce the release of LB Booster version 3.01. 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, 8/8.1 and 10, with UAC enabled, use 'Run as administrator').

Changes in this version include:
Richard.

Re: LB Booster version 3.01 released
Post by tsh73 on Aug 20th, 2015, 8:02pm

Quote:
by adding a line to the [settings] section of the LBB.ini file:

I found it in %appdata% folder.

Thank you very much, Richard.
Re: LB Booster version 3.01 released
Post by net2014 on Aug 20th, 2015, 9:11pm

on Aug 20th, 2015, 7:27pm, Richard Russell wrote:
  • No longer crashes in Wine 1.6.2:

    It is no longer necessary to disable Syntax Coloring in order to run successfully under Linux/Wine.

    Richard.


  • Grateful thanks Richard, works in Wine 1.7.30 too.

    That's yet another beer I owe you!
    Re: LB Booster version 3.01 released
    Post by lancegary on Aug 21st, 2015, 12:00pm

    Thank you.
    Re: LB Booster version 3.01 released
    Post by Richard Russell on Aug 21st, 2015, 4:46pm

    on Aug 20th, 2015, 8:02pm, tsh73 wrote:
    I found it in %appdata% folder.

    If you are ultra concerned about memory footprint (perhaps you want to write an LBB program which will run on a machine with virtual memory disabled or with an extremely fragmented memory map) you can reduce the Memory setting in LBB.ini right down to something like 1 Megabyte (enough for your code and non-array variables), and then in your program(s) declare arrays using REDIM rather than DIM.

    The effect will be that instead of 'statically' reserving all the (virtual) memory at startup, the memory for arrays will be dynamically allocated 'on demand' as your program runs. This risks running out of memory 'unexpectedly' but makes the most efficient use of limited resources.

    This isn't something that I would particularly want to recommend, certainly not on a routine basis, but it's a bit of extra flexibility that LBB 3.01 gives you.

    Richard.
    Re: LB Booster version 3.01 released
    Post by CirothUngol on Sep 2nd, 2015, 02:03am

    Yes!
    I make extensive use of semi-colon separated CSV files in my two largest LB programs. This will require a bit of a re-write, but I'm certain the performance increase over my hand-written routines will be well worth the modicum of effort.

    Thanks for sticking around and for issuing this little update to address some requests from the community. You da man!

    Edit: You even updated the help file... very nice. ^_^