How You Can Make an Application Image
After you have developed and debugged your application, you can make an application image of it. An image is a compiled, executable file that lets you run an application. In this procedure you will make an application image of the ProjectApp1 application.
Creating an application image follows these basic steps:
1. Set the starting component for the application.
2. Make an application image using the MakeImage utility.
3. Run the Build Assistant to create a reusable build command.
4. Run the build command to create the application image.