- If you want to create a new blank unit in your project, click on File menu | New unit in project.
- To add an existing source file to your project, click on Project menu | Add to project. Select the desired file and click on Open. Default extensions are .c for C files and .cpp for C++ files, as well as .h and .hpp for header files.
- You can also view and remove units from your project in the
Project menu.
Be sure to set the main unit of your
project (Project menu | Set main unit).
- To change the project options, click on Project menu |
Project options. You will be able to:
* change the icon of your project
* select the type of project (C++ or C)
* add a resource file to be linked with your project
* change your project's name.
* see the compile results in a dos window.
- To save a file, click on File, then on Save as. Type the desired filename and select an extension (.cpp by default) and then click on Save. If the file as already been saved to the disk, click the Save button to update it.
- You can edit your program's resource file by clicking on Project menu, then on Edit resource file.