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!
Making EXE files
« Thread started on: Aug 23rd, 2014, 5:08pm »
orry to be a nuisance but when I was using Liberty Basic I could use LBB to make an EXE file from my Basic listing.
I am now using Liberty Basic Workshop and for the life of me can't find where to make an EXE file; I just know it is going to be obvious but just can't see it right now - hints please!!
I am now using Liberty Basic Workshop and for the life of me can't find where to make an EXE file
I don't think you can from inside LBW. LB 4.04 doesn't support the -C (compile to an EXE) command-line switch that LBB has, so naturally LB Workshop (having been written long before LBB existed) doesn't support it either.
Once your program has been thoroughly tested and you want to make an EXE, just run LBB (e.g. press F9 in LBW) and do it from there. You can automate the process with a batch file, or similar, if you like.