When you distribute your uncompiled InForm-based programs, the minimum you should add to your zip for distribution, besides your own data files (if any), is:
- Your .bas file
- Your .frm file
- falcon.h
- InForm/InForm.ui
- InForm/xp.uitheme
- InForm/InFormVersion.bas
That way you're including the InForm library files and anyone with QB64 on their system will be able to compile your program, even without having the full InForm package installed.
However, if you intend to distribute only your binary (not including the source code - probably not in this forum), you don't need to ship anything besides the binary itself. InForm-based programs are self-contained. In this case you'd only ship any files needed for your program to run, like icons, data files, images, etc.