Creating a Project with a Wizard

This section describes how you can create a new Symbian C++ GUI application, HelloWorld, with the Carbide.c++ wizard. A GUI application is the most common type of Symbian C++ project that can be installed on a mobile device. Once you have gained a clear understanding of the development environment, you can move on to other types of projects, such as a console application or a dynamically linked library (DLL).

  1. Select File > New > Symbian C++ Project.

    Figure 1. Creating a new Symbian C++ Project

    A new Symbian C++ Project window opens.

  2. Select GUI Application and click Next.

    Figure 2. Select a type of project

    A window for entering the Project name opens.

  3. Enter HelloWorld for your Project name and click Next.

    Figure 3. Entering the name for a new C++ Project

    A window for selecting SDKs and Build Configurations opens.

  4. Select Nokia_Symbian3_SDK_v0.5_2 and click Next.

    Figure 4. Selecting an SDK

    A window for defining the basic properties of the project opens.

  5. Leave the Author field blank and click Next.

    Figure 5. Basic settings of the project

    A window for defining the Project Directories opens.

  6. Accept the default directories by clicking Finish.

    Figure 6. Defining the Project Directories

The Carbide.c++ wizard creates a new project named HelloWorld, which appears on the Carbide.c++ Project Explorer view.

Figure 7. HelloWorld project in the Project Explorer view