Hello
If you want to add an existing source file to your project:
- Start IDE
- Open your project
- Click with right mouse button in the .mcp window and select Add File
- Browse for the source/header file you want to add
- Click Open to add the file to the project.
The path to the location of this source file will be automatically added to the project access paths
If you want to create a brand new source file from scratch:
- Start IDE
- Open your project
- Select File -> New Text File
- Select File -> Save As
- Browse for the location where you want to place the source file and save it
- Then make sure you set the focus on the new file and select Project -> Add <fiename> to project (Where <filename> stands for the newly created source file.
CrasyCat