You can build your program as soon as you complete the project file. To do so:
1.From the Options menu, choose Project.
Verify that the executable file type (under the Program Type options) is set to Windows EXE. Choose OK to close the dialog box.
2.From the Project menu, choose Build.
The Graphical Development Environment systematically calls the language compiler, linker, and Resource Compiler and executes them on the appropriate files in the project list. A dialog box displays their progress on the screen.
When the build process ends, you can run the program by choosing Go on the Run menu.