# HG changeset patch # User fturovic # Date 1277226513 18000 # Node ID 32748ddc5cdbd4055125f88c88fb61b5533e8383 # Parent 5ef904be20adb9fe8d9ec87cd208871a87a22a08 minor edits to support latest changes to build pages diff -r 5ef904be20ad -r 32748ddc5cdb core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_adding_symbian_class.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_adding_symbian_class.htm Tue Jun 22 12:07:37 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_adding_symbian_class.htm Tue Jun 22 12:08:33 2010 -0500 @@ -15,23 +15,23 @@
  1. Right-click the project name and select the New > Symbian OS C++ Class menu item.
  2. The New Symbian OS C++ Class wizard appears showing the Select project page (Figure 1).

    -

    +

    Figure 1 - Symbian OS C++ Class wizard window

  3. Select the project to add the new class to, then click Next.
  4. The Name and Location page appears (Figure 2).

    -

    location

    +

    Figure 2 - Name and Location page

  5. Enter class name and header and source directory information, and optionally enable filenames to be lowercase, then click Next.
  6. The Select a type of class page appears (Figure 3).

    -

    template

    +

    Figure 3 - Select a type of class page

  7. Click a class template to use for the new class, then click Next.
  8. The Other Settings page appears (Figure 4).

    -

    +

    Figure 4 - Other Settings page

  9. Enter Author and Copyright information, then click Finish.
  10. -

    The new defined Symbian-based class titled NewClass, is added to the project and appears in the src folder (Figure 5).

    -

    +

    The new defined Symbian-based class titled SOSClassName is added to the project and appears in the src folder (Figure 5).

    +

    Figure 5 -New class appears in Project Explorer list inside the project

diff -r 5ef904be20ad -r 32748ddc5cdb core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_new_build_config.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_new_build_config.htm Tue Jun 22 12:07:37 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_new_build_config.htm Tue Jun 22 12:08:33 2010 -0500 @@ -15,16 +15,16 @@
  1. Open Carbide Build Configuration panel in the project's Properties window

    Select the Project > Properties menu item or right-click the project name in the Project Explorer view, then select Properties. The project Properties for <project_name> window appears. Then select Carbide Build Configurations.

    -

    +

    Figure 1 - Active Configuration group in project Properties window

  2. Click Manage... in the Active Configuration group (Figure 1)

    The Add/Remove Carbide Build Configuration window appears (Figure 2). Use the Add/Remove Carbide Build Configuration window to manage the build configurations that appear on the Build Configurations sub-menu for the current project. You can also click the Manage configurations for the current project icon () on the toolbar to open this dialog.

  3. -
  4. -

    +
+

+

Figure 2 - Window for managing build configurations

- - +
Related concepts