LB Booster
« Running Basic programs from Liberty Basic Workshop »
Welcome Guest. Please Login or Register. Apr 1st, 2018, 04:08am
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!
Running Basic programs from Liberty Basic Workshop
« Thread started on: Aug 23rd, 2014, 2:53pm »
When I run a Liberty Basic program from within the Liberty Basic Workshop the first thing that happens is a Liberty Basic window opens and lists the program and then it runs.
Is there any way to suppress this window opening and for the file to just run?
Is there any way to suppress this window opening and for the file to just run?
Not that I'm aware of, but the person to ask would be the author of LB Workshop: Alyce Watson (if you post the question in the LB forum she should see it).
But... would you really want to? Hiding the LB/LBB window would mean that if the program fails to compile you wouldn't know where! During the development phase of a program you should expect there to be syntax errors, so suppressing the very window in which those errors are highlighted sounds like a bad idea to me.
If you know that the program is complete and error-free why run it from LBW at all? Compile it to a EXE and run that. Or make a token file and execute that with the run-time engine, which you can do from LBW (but there's little point doing so when using LBB).