QB64 Team Software > InForm-based programs

Distributing your InForm-based programs

(1/1)

FellippeHeitor:
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/InForm.bi
* 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.

Check the attachment for a sample package.

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.

George McGinn:
Question - If I am distributing a binary executable do I need the same files? If not, what files do I need to include when providing an executable?

SpriggsySpriggs:
@George McGinn If you are only providing an executable and it has no need for any external files like text documents or pictures, then you should be good. Just take note of what resources your program uses and the folder structure you created/used in your code and be sure to distribute it as such.

George McGinn:
Thanks.

Navigation

[0] Message Index

Go to full version