Compiling applications

When you have finished editing your application settings so they do what you want, you can compile the project using the Compile button (or press Ctrl-F9). All projects have as a target a single distributable executable file. The time the compilation will take completely depends on the size and number of the files that should be compiled.

Note. You do not have to compile the project in order to see what your application (or screensaver) will look like. You can view or test your application at various stages of development by previewing it. Just click the Preview button (or press F9) and you will see the application without compiling it. It is especially useful when your application consists of large files and it takes a lot of time to compile it.