How Do I...
To build the finished product:
- Create or find an empty directory on your workstation.
- In the VisualAge Organizer window, pick the application that you want to
package into the finished product.
- From the Applications, menu, select Make
Executable.
- In the Make Executable window that opens:
- Select the main visual part for your application.
- Ensure that the application has all needed prerequisites and doesn't
name edit-time applications such as AbtBuildViewsApp. The
API file that comes with VisualAge names the applications that you
can include with your packaged application.
- Select OK to start the packaging.
- Copy the output generated and other needed files to the empty
directory.
- Run the runtime image and test it.
To distribute your software, you send users the packaged runtime image and
the other files in the directory. And you send them any DLLs, MRIs, or
other files needed for distribution.
[ Top of Page | Previous Page | Next Page | Table of Contents ]