Emulator Application Projects Tutorial

In this example we show how to create a new project using one of the built-in Carbide templates, how to build it into an executable, and how to launch the debugger to verify program accuracy. The steps to do this include:

  1. Creating a project from a project template
  2. Building an object code based on the project sources
  3. Defining a launch configuration for running or debugging the application
  4. Controlling and debugging the running program using the Carbide debugger

NOTE There must be at least one recognized SDK installed before you can create a project. See the Symbian SDKs panel to determine if the installed SDKs are recognized by Carbide.c++ IDE. If the SDK you have installed is not recognized, you may still be able to add it to the Discovered Symbian OS SDK list.

Other references