Home  |  Programs  |  Tips & Tricks  |  Subs & Functions  |  Links  |  Laz's Liberty Basic Site


Programs

All the programs on this page are for Liberty Basic v3.x


Include File is a program that will pack many files into one file. You can put all your graphics, sound, or any other files you want into one file. When you need the file in your program you just call a SUB that will extract your file out into the DefaultDir$. The SUB is given to you when you pack the files. It also allows you to open a file that has packed files in it and remove or add more files. You can also pack files to the end of an .exe file such as the runtime .exe file, or .tkn file for your program. It comes with a bmp and wav previewer. There is a limit to the size of file that it will pack at this time. NOTE: Include File does NOT compile your program to a single EXE file. You still need RUN.EXE your .TKN file and all the DLL and SLL files.

Hosted by www.Geocities.ws

1