Constructing your second visual application : Creating the application executable

Creating the application executable
To make your application executable, you follow the same steps that you did when you built the To-Do List application. Refer to Making the To-do List an executable application. For the Investment sample, follow these steps:
1.
For example, create a directory called INVEST on the C: drive.
2.
In the Organizer, select your Investment application. Then, from the Applications pull-down menu, select Make Executable.
3.
To pick the window that will be displayed at application start-up, select MainWindowView from the Windows to show at startup list, then select OK.
4.
5.
a.
Note:
For Windows, use INVEST.EXE for the file name. For any UNIX platform, use invest for the file name.
b.
c.