Hello all,
For a long time I was running my code through a preprocess with liberty basic to ad a couple of function libraries I have put together over the years.
Now with the 'include statement implemented in LBB I am able to insert whole block of code for a GUI produced with free form.
I did some mods to free form and made it so that the produce code button saves a bas file with the same name as the GUI file you are editing in the same directory the GUI file is saved.
I can then include those bas files in my main program.
Code:'include mainwin.bas
wait
Makes for a seamless development system.
Would any one be interested in this because I can put out the source code. I confirmed that the license is open source and that I can release my mods.
Can also make an EXE that included the necessary resource files.