Alyce Jan 20, 2006
You must have the GOLD license to create an executable version of your program that can be run by users who do not have the Liberty BASIC language and development tools installed on their computers. You must first create a tokenized version of your code. In the helpfile, see Liberty BASIC Help -> Creating a Tokenized File Once you have a TKN of your program, you must then copy support files, including the runtime engine, for use with the TKN. To do this, see the helpfile, Liberty BASIC Help -> Using the Runtime Engine. **An easy way.** Liberty BASIC v4.03 includes a feature that allows you to create your application with the click of a button. See the helpfile, Liberty BASIC Help -> Creating an Application This method requires that you manually copy any extra files, such as data files, text files, or bitmap files, and paste them into your program's folder. **The easiest way!** Use the Assist tools to allow you to deploy a project easily. Assist allows you to specify addional resource files for your project, including subdirectories in your program folder. Once you've set up your resources, you can deploy your project with the click of a button. The needed support files will be copied to your deployment folder, files will be renamed as needed, and you can even specify a program icon to be embedded in the runtime engine.