Project Templates

Carbide.c++ provides many common templates to quickly create projects using specific SDKs or feature sets. Every template provides basic support for a specific type of project including sources, libraries, resources, etc. The type and number of templates available are controlled by the SDKs you have enabled.

Table 1. Available project templates

Project Type Available Templates
Generic Symbian
  • Basic console application (EXE) - used for any SDK
  • Basic dynamically linked library (DLL) - used for any SDK
  • Basic static library (LIB) - used for any SDK
  • Empty Project for Symbian - empty project with minimal bld.inf and MMP and no sources or libraries. For advanced users only.
S60
  • GUI Application
Related tasks