| NAB plug-in for MWT user guide June 21, 2006 |
Contents
![]()
|
| Chapter 3 Views | > 3.2 [C/C++ Projects] View |
This section looks briefly at files created by the application builder.
To create a project and develop an application, different types of files must be created.
|
File name |
Description |
|
.project |
Standard Eclipse project file |
|
.cdtproject |
CDT project file |
|
project-name.prj |
Project settings |
|
project-name.cpp |
Source file automatically created during compilation |
|
project-name.wns |
Retained list of registered windows in a project |
|
project-name.col |
Retained user-defined color settings of a project |
|
application-window-name.win |
Retained information on an application window configuration |
|
application-window-name.cpp |
Source file automatically created during compilation |
|
event-procedure-function-name.cpp |
Source file of a registered event procedure |
Contents
![]()
|