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 OS
  • 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
  • Open C Console application - project template based on industry-standard POSIX and middleware C libraries for S60
Tutorials
  • S60 Birthday Tutorial with UI Designer
  • S60 Yahoo! Image Search Tutorial with UI Designer
Related tasks