Wednesday, February 25, 2009

Creating An Exe

Creating An Exe
EXE stands for Executable. It means that run an ExE and use the application without knowing the code and other details. When you start your project like above step, it does not create an EXE.
Creating an EXE:
1. Go to File Menu.
2. Select the option projectname.exe option.
Note that:
An EXE is always created with the project name. Suppose you have given name myproject to your project, then it will create EXE named myproject.exe.
The following figure shows the above process:

No comments: