Post by xxgeek on Sept 10, 2021 19:18:33 GMT
I have run through the programs I have posted here and found that they work in Liberty Basic as well as Just Basic.
Some will need a couple of changes to certain variables referring to Liberty Basic 4.5.1.
1. In all posted Project Organizer code, Auto TKN and all posted BAS2EXE code (old and new)
JBpath$ = "c:\Program Files x(86)" change to - JBpath$ = "c:\Program Files x(86)\Liberty BASIC v4.5.1"
JBexe$ = "liberty.exe" change to - JBexe$ = "liberty.exe"
JBruntime$ = "jbrun2.exe" change to - JBruntime$ = "run451.exe"
As long as your copy of Liberty Basic 4.5.1 is registered this should work. (Works in Win 10 pro here)
Programs may start and appear to work, but will not complete unless your copy of Liberty Basic 4.5.1.is registered.
If not registered you will get a runtime error when executing any EXE about needing a password. (including renamed runtime file with dll's and sll's)
The password refers to the registration code - I presume. (but no option to add password at runtime) registration must be done previous to creating any EXE,s (either renamed runtime or created with Iexpress) or TKN files. The TKN files created know if they came from an unregistered version of Liberty.
Other programs such as MultiFile Select Dialog, Folder Select Dialog, and File Downloader etc need no changes as they do not rely on any files from Liberty Basic to run.
Programs may work in later versions of Liberty Basic as well with slight changes to reflect the path and executables as done above. (not tested)
Keep in mind there may be messages, code etc that refer to Just Basic, but they should not be a problem when run.