Visual Programming User Guide : Advanced Visual Programming : Packaging your visual application
Packaging your visual application
This chapter shows you how to package your visual application into a stand-alone executable.
All the work you do using VA Smalltalk is stored within a visual application. The application contains information describing visual and nonvisual parts, connections, prerequisite applications, and any user-defined scripts. The application and its prerequisites are, in turn, contained in the full development image.
To package your application, you use the Make Executable or Packaged Images options available in the Organizer, or the packaging options available in the Smalltalk browsers. In the windows displayed, you select the application you want packaged and the view you want opened at startup. VA Smalltalk then extracts your application-specific information from the development image and generates a "shrink-wrapped" runtime image, the stand-alone executable.
This chapter briefly covers how to package visual applications using the Make Executable option. For detailed information on packaging using the other options, refer to the Smalltalk User Guide.
Last modified date: 07/23/2020