# HG changeset patch # User fturovic # Date 1279651971 18000 # Node ID 0083290c145abe11a67b9c698a15567266f18bf3 # Parent 44a3965e21f231c33b6818feb033775c7337d2f6 minor edits to sync titles across tutorials diff -r 44a3965e21f2 -r 0083290c145a core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_00.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_00.htm Mon Jul 19 17:04:12 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_00.htm Tue Jul 20 13:52:51 2010 -0500 @@ -8,7 +8,7 @@ -

Creating and Debugging DLL Projects Tutorial

+

DLL Projects Tutorial

In this example we show how to create a project for a DLL (Dynamic Linked Library) 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. @@ -18,8 +18,8 @@

    NOTE There must be at least one recognized SDK installed before you can create a project. See the SDK Preferences 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

    diff -r 44a3965e21f2 -r 0083290c145a core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_01.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_01.htm Mon Jul 19 17:04:12 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_01.htm Tue Jul 20 13:52:51 2010 -0500 @@ -58,7 +58,7 @@

    NEXT STEP > Building the object code based on the project sources

    Other references

    diff -r 44a3965e21f2 -r 0083290c145a core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_02.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_02.htm Mon Jul 19 17:04:12 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_02.htm Tue Jul 20 13:52:51 2010 -0500 @@ -40,7 +40,7 @@

    NEXT STEP > Defining a launch configuration for running or debugging the DLL

    Other references

    diff -r 44a3965e21f2 -r 0083290c145a core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_03.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_03.htm Mon Jul 19 17:04:12 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_03.htm Tue Jul 20 13:52:51 2010 -0500 @@ -57,7 +57,7 @@

    Other references

    diff -r 44a3965e21f2 -r 0083290c145a core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_00.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_00.htm Mon Jul 19 17:04:12 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_00.htm Tue Jul 20 13:52:51 2010 -0500 @@ -4,11 +4,11 @@ -Creating and Debugging New Projects Tutorial +Emulator Application Projects Tutorial -

    Creating and Debugging New Projects Tutorial

    +

    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. @@ -18,8 +18,8 @@

    NOTE There must be at least one recognized SDK installed before you can create a project. See the SDK Preferences 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

    -