# HG changeset patch # User fturovic # Date 1286379092 18000 # Node ID ff0156b9359970c1549c6cddd30ddf4cccedb8b0 # Parent 16e8bfa397ade16b99a6bf792d58e2db5d0a2c41 moved inf, mmp, remote conn, and views to project folder diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/bugs_fixed.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/bugs_fixed.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/bugs_fixed.htm Wed Oct 06 10:31:32 2010 -0500 @@ -40,7 +40,7 @@
  • 11255 - The Run builds concurrently option now correctly passes '-j 1' when disabled.
  • 11353 - Fixed a parsing issue where non-alphanumeric characters would halt the parsing process.
  • 11381 - Customizing a perspective should no longer generate an NPE.
  • -
  • 11390 - Fixed an issue that would sometimes cause the Symbian OS SDK list to remain blank when creating a new template project.
  • +
  • 11390 - Fixed an issue that would sometimes cause the Symbian SDK list to remain blank when creating a new template project.
  • 11397 - Fixed bug where program arguments were not being passed with run configurations.
  • 11416 - Fixed an issue where the debugger might crash when it encountered breakpoints in several projects.
  • 11442 - Compiler no longer interprets the string 'instantiated from here' as an error in GCC builds.
  • diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/Introduction.html --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/Introduction.html Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/Introduction.html Wed Oct 06 10:31:32 2010 -0500 @@ -9,25 +9,25 @@

    Getting Started

    - The Symbian OS plug-ins for the Eclipse environment help provide support - for developers to create and build C++ programs that run on Symbian OS. + The Symbian plug-ins for the Eclipse environment help provide support + for developers to create and build C++ programs that run on Symbian.

    - The plug-ins provide the following support to Symbian OS developers: + The plug-ins provide the following support to Symbian developers:

    - Documentation is available in the C/C++ Development Toolkit User Guide (CDT) for the Symbian OS plug-ins that work with the C/C++ Development Toolkit (CDT). Programming for Symbian OS based platforms is described in the + Documentation is available in the C/C++ Development Toolkit User Guide (CDT) for the Symbian plug-ins that work with the C/C++ Development Toolkit (CDT). Programming for Symbian based platforms is described in the documentation supplied with the development kit that you use. Please consult - that documentation for further information on Symbian OS concepts and + that documentation for further information on Symbian concepts and development processes.

    diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/MBMDefWizard.html --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/MBMDefWizard.html Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/MBMDefWizard.html Wed Oct 06 10:31:32 2010 -0500 @@ -6,11 +6,11 @@

    MBM File

    - MBM, or multi-bitmap, is a Symbian OS-specific bitmap file format. This + MBM, or multi-bitmap, is a Symbian-specific bitmap file format. This file contains multiple bitmaps and can contain bitmaps with masks and bitmaps without masks. It optimizes the bitmap handling capability of Symbian - OS. The MMP Editor (in Sources tab > Resources > Bitmaps) and Symbian Project Navigator view provide support for creating and editing MBM - files. In the Symbian Project Navigator view you can right-click on a scalable icon makefile (for example, Icons_scalable_dc.mk) and select Add MBM/MIF Entry... to open the Edit MBM/MIF Contents window.

    + OS. The MMP Editor (in Sources tab > Resources > Bitmaps) and Symbian Project Navigator view provide support for creating and editing MBM + files. In the Symbian Project Navigator view you can right-click on a scalable icon makefile (for example, Icons_scalable_dc.mk) and select Add MBM/MIF Entry... to open the Edit MBM/MIF Contents window.

    The following information is required to add a bitmap without a mask:

    diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/Modify.html --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/Modify.html Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/Modify.html Wed Oct 06 10:31:32 2010 -0500 @@ -12,8 +12,8 @@ This section explains the changes that can be done to an existing project and the tools provided to make those changes. Once you have created a new project or imported an existing project, you can make changes to that project. - The tools provided to support this task are specific to Symbian OS development - and are there to support the Symbian OS developers using the Eclipse IDE. + The tools provided to support this task are specific to Symbian development + and are there to support the Symbian developers using the Eclipse IDE.

    The tools that are available to support modification of existing project diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/SampleExampleProjectCreate.html --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/SampleExampleProjectCreate.html Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/SampleExampleProjectCreate.html Wed Oct 06 10:31:32 2010 -0500 @@ -15,14 +15,14 @@

    Creating a DLL Project

      -
    1. Click File > New > Symbian OS C++ Project to invoke the New Symbian OS C++ Project wizard.
    2. +
    3. Click File > New > Symbian C++ Project to invoke the New Symbian C++ Project wizard.
    4. Select Basic dynamically linked library (DLL) project template and click Next.
    5. Figure 1. Select Basic DLL template

    6. Enter a project name and specify a workspace location to store the project.
    7. Figure 2. Project name and location information

      -
    8. Select the Symbian OS SDK and Build Configurations to use for this project, then click Next.
    9. +
    10. Select the Symbian SDK and Build Configurations to use for this project, then click Next.
    11. Figure 3. SDK selection for project

    12. Enter Specify UID2 as “0x0000008d”, your name as the Author and your Copyright notice. diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/autotargeting.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/autotargeting.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/autotargeting.htm Wed Oct 06 10:31:32 2010 -0500 @@ -15,7 +15,7 @@
    13. The debugger will target any executable not already started whenever a "process load" event occurs, resolving its breakpoints as well.
    14. Debugging DLLs

      -

      One common debugging DLL use case is when the developer doesn't know which process calls the DLL. This makes it difficult to debug the DLL because you doesn't know which process to attach to nor start. Carbide enables DLL debugging by simply attaching the DLL to any running process as long as the DLL is included in the Executables view. See Attaching to a Process for more details.

      +

      One common debugging DLL use case is when the developer doesn't know which process calls the DLL. This makes it difficult to debug the DLL because you doesn't know which process to attach to nor start. Carbide enables DLL debugging by simply attaching the DLL to any running process as long as the DLL is included in the Executables view. See Attaching to a Process for more details.

      Other References
      • Executables
      • diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/breakpoints.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/breakpoints.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/breakpoints.htm Wed Oct 06 10:31:32 2010 -0500 @@ -11,7 +11,7 @@

        Breakpoints Overview

        A breakpoint is a marker set on a specific line of source code and is designed to halt program execution when encountered by the debugger. After you set a breakpoint at a key point in the program, you can halt its execution, examine its current state, and check register and variable values. You can also change values and alter the flow of normal program execution. Setting breakpoints helps you debug your program and verify its efficiency.

        A project can have multiple breakpoints set in the source code files. All breakpoints in a project are shown in the Breakpoints view. Breakpoints are enabled or disabled on the currently selected line within a source code editor by selecting the Run > Toggle Breakpoint menu option, right-clicking the marker bar in the editor and selecting Toggle Breakpoint, or by pressing CTRL-SHIFT-B.

        -

        You can set a breakpoint on any executable line of code that the debugger can resolve. Lines containing comments and other non executable code cannot be assigned a breakpoint as they are normally stripped from the compiled binary. The debugger must load the symbols for a module before it can attempt to resolve breakpoints within the module. This is most easily done using the Executables view to import a binary file, especially if the binary is not in the workspace.

        +

        You can set a breakpoint on any executable line of code that the debugger can resolve. Lines containing comments and other non executable code cannot be assigned a breakpoint as they are normally stripped from the compiled binary. The debugger must load the symbols for a module before it can attempt to resolve breakpoints within the module. This is most easily done using the Executables view to import a binary file, especially if the binary is not in the workspace.

        When the debugger attempts to resolve a breakpoint it will result in:

        • resolved — the symbols for the module are loaded and the breakpoint located in the executable that’s currently being debugged, circle icon changes to flagged icon
        • @@ -54,7 +54,7 @@

          Other references

            -
          • Executables view
          • +
          • Executables view
          • Setting Breakpoints
          • Enabling Breakpoints
          • Disabling Breakpoints
          • diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/build_configurations.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/build_configurations.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/build_configurations.htm Wed Oct 06 10:31:32 2010 -0500 @@ -14,7 +14,7 @@
          • a project
          • a build configuration - a project level configuration that includes an SDK and any related files required to compile and build the project
          -

          Build configurations are defined when the project is created. A project can have any number of build configurations and more can be added as necessary. Each build configuration can have its own combination of tool settings to precisely control how it is defined and built. Build configurations are maintained in the project Properties window in the Carbide Build Configurations panel. To open the panel, select a project in the Project Explorer or Symbian Project Navigator view and select Project > Properties or right-click and select Properties.

          +

          Build configurations are defined when the project is created. A project can have any number of build configurations and more can be added as necessary. Each build configuration can have its own combination of tool settings to precisely control how it is defined and built. Build configurations are maintained in the project Properties window in the Carbide Build Configurations panel. To open the panel, select a project in the Project Explorer or Symbian Project Navigator view and select Project > Properties or right-click and select Properties.

          You can select a build configuration in the Active Configuration group or use the Project > Active Configuration menu option to set which build configuration to launch when running or debugging a program. The currently selected project can be launched by clicking the Run () or Debug () control on the tool bar to launch the project with the currently active build configuration. When no project is selected the last project debugged will be launched.

          If no launch configuration is present in the project, one is created on initial launch. Subsequent launches of the project will use either the last launch configuration or if more than one launch configuration exists, it uses the most correct one.

          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/build_system.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/build_system.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/build_system.htm Wed Oct 06 10:31:32 2010 -0500 @@ -9,10 +9,10 @@

          Build System Overview

          -

          The Carbide.c++ build system provides a wrapper around the standard Symbian OS build process utilizing component description files (bld.inf) and project definition files (.mmp files). Because the Carbide.++ build system provides a visual view into this system, it will be useful for new developers to the Symbian OS to become familiar with the basic Symbian OS build process. Further information on the Symbian OS build system can be found in the Symbian Developer Library under the Build Tools Guide and Build Tools Reference sections. If you are already familiar with the Symbian OS build system then you should feel right at home with the Carbide.c++ builder user interface.

          -

          In Carbide.c++, as in the Symbian OS, a project is described by a bld.inf file. Hence, all projects must start with a bld.inf file. Carbide.c++ supports either building all components of a project (including extension makefiles) or only building selected sub-components. This gives the developer the granularity to either build all of a project’s dependencies or, if you are working on very large projects, only building a small sub-component of a larger project.

          +

          The Carbide.c++ build system provides a wrapper around the standard Symbian build process utilizing component description files (bld.inf) and project definition files (.mmp files). Because the Carbide.++ build system provides a visual view into this system, it will be useful for new developers to the Symbian to become familiar with the basic Symbian build process. Further information on the Symbian build system can be found in the Symbian Developer Library under the Build Tools Guide and Build Tools Reference sections. If you are already familiar with the Symbian build system then you should feel right at home with the Carbide.c++ builder user interface.

          +

          In Carbide.c++, as in the Symbian, a project is described by a bld.inf file. Hence, all projects must start with a bld.inf file. Carbide.c++ supports either building all components of a project (including extension makefiles) or only building selected sub-components. This gives the developer the granularity to either build all of a project’s dependencies or, if you are working on very large projects, only building a small sub-component of a larger project.

          Basic Build Commands

          -

          There are several methods of invoking the Symbian OS build tools on a project or source file.

          +

          There are several methods of invoking the Symbian build tools on a project or source file.

          • Build Project - The is the default build process which invokes the call: calls 'abld build <platform> <target>'. The basic build process insures that the project definition makefiles are up to date and calls 'bldmake bldfiles' for the current platform where necessary.
          • Compile - This command simply compiles a single file for a project by calling its makefile target directly.
          • @@ -21,7 +21,7 @@

          NOTE The debugger has a setting under the Run/Debug > Launching preference page which performs a full build before the start of each debug session. If you prefer to do your own target build only you will want to turn the “Build (if required) before launching” setting off.

          Command Line Arguments

          -

          The Carbide build system supports the use of command-line arguments for all stages of the build system. You can add these arguments in the Arguments pane of the +

          The Carbide build system supports the use of command-line arguments for all stages of the build system. You can add these arguments in the Arguments pane of the Carbide Build Configurations panel in the Properties for <project> window.

          For example, to generate a SYM file for UREL build you need to add the -debug argument to the abld makefile stage of the build process.

          Always refer to the Symbian Developer Library to learn which arguments are supported by the SDK used by the project.

          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/concepts.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/concepts.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/concepts.htm Wed Oct 06 10:31:32 2010 -0500 @@ -10,14 +10,14 @@

          Concepts

          This section of the User Guide provides an overview of the main concepts in -Carbide to create and build programs for Symbian OS.

          -

          The Symbian OS plug-ins are a set of Eclipse plug-ins that provide project, - SDK and build support for Symbian OS developers. The plug-ins extend the +Carbide to create and build programs for Symbian.

          +

          The Symbian plug-ins are a set of Eclipse plug-ins that provide project, + SDK and build support for Symbian developers. The plug-ins extend the functionality provided by Eclipse and the C/C++ Development Toolkit (CDT).

          -

          The plug-ins simplify Symbian OS development by removing the need to use - command line build tools, and provide a graphical interface to Symbian OS +

          The plug-ins simplify Symbian development by removing the need to use + command line build tools, and provide a graphical interface to Symbian specific file formats, such as MBM.

          -

          The plug-ins provide a new perspective, called the Carbide.c++ Perspective, on +

          The plug-ins provide a new perspective, called the Carbide.c++ Perspective, on the Eclipse workbench. This perspective enhances the standard CDT C/C++ perspective by allowing you to select easily the SDKs and build target types that you want to use for each project.

          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/contextual_menus.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/contextual_menus.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/contextual_menus.htm Wed Oct 06 10:31:32 2010 -0500 @@ -16,7 +16,7 @@
        • Breakpoints view - enable, disable, remove, or select all breakpoints
        • Debug view - restart, step into, over, or out of routines, terminate or suspend program execution
        • Memory view - add or remove memory monitors
        • -
        • Project Explorer view - manage projects, build, delete, freeze, run, debug, and other common project commands
        • +
        • Project Explorer view - manage projects, build, delete, freeze, run, debug, and other common project commands
        • Variables view - enable, disable, find, and change the format or value of variables displayed

        TIP Experiment using the context menu in various views to discover additional capabilities.

        diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/cvs.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/cvs.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/cvs.htm Wed Oct 06 10:31:32 2010 -0500 @@ -20,7 +20,7 @@

      Other revision systems are also supported but require the downloading of an Eclipse plug-in to add that capability to Carbide. Visit the eclipse-plugins.2y.net sites to locate the plug-ins you need.

      Using SCM in Carbide

      -

      The SCM you install normally adds its commands to the Team sub-menu in the Project Explorer view's context menu (Figure 1). Some SCM's install their own menu to Carbide. If this is the case, refer to the documentation included with the plug-in for details.

      +

      The SCM you install normally adds its commands to the Team sub-menu in the Project Explorer view's context menu (Figure 1). Some SCM's install their own menu to Carbide. If this is the case, refer to the documentation included with the plug-in for details.

      Team commands

      Figure 1. Team sub-menu

      diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/emulators.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/emulators.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/emulators.htm Wed Oct 06 10:31:32 2010 -0500 @@ -9,8 +9,8 @@

      Emulation Debugging

      -

      Symbian SDKs include an emulator that runs Symbian OS on a - Microsoft Windows host computer. The emulator provides the full range of Symbian OS +

      Symbian SDKs include an emulator that runs Symbian on a + Microsoft Windows host computer. The emulator provides the full range of Symbian functionality, letting you do most development tasks on a single desktop computer. The emulator and the software you build for it with the Carbide.c++ software run natively on the Intel x86 family of processors.

      In many cases, you can build and debug a complete application using the emulator, then test the application on the actual device. There are cases however, where you cannot use @@ -21,7 +21,7 @@

      C:\Symbian\<version>\<sdk>\Epoc32\release\winscw\udeb

      -

      where Symbian is the path containing the subdirectories and version number of the Symbian OS SDK.

      +

      where Symbian is the path containing the subdirectories and version number of the Symbian SDK.

      NOTE The first time you launch an emulator it may take some time to appear. Remember that it is implementing the operating system on the target device and that some setup time is required.

      Related tasks
        diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/mmpfiles.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/mmpfiles.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/mmpfiles.htm Wed Oct 06 10:31:32 2010 -0500 @@ -12,7 +12,7 @@

        Symbian projects are defined by an .mmp file which specifies the essential elements of the project. All details of the project lifecycle are handled by the IDE. There is no editable makefile the user can edit to modify the build behavior of the project.

        Related reference
        diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/ngage_projects.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/ngage_projects.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/ngage_projects.htm Wed Oct 06 10:31:32 2010 -0500 @@ -17,7 +17,7 @@
      • Install the N-Gage SDK on your PC
      • Place your game project inside the N-Gage SDK
      • In Carbide.c++, click File > Import
      • -
      • Select Symbian OS Bld.inf File importer and navigate to your bld.inf file to import it
      • +
      • Select Symbian Bld.inf File importer and navigate to your bld.inf file to import it

    Building the N-Gage project

    Once the game project has been imported, use these steps to create an N-GAGE game file:

    @@ -54,14 +54,14 @@

    Figure 4 - Builder dialog with new N-Gage Builder defined

  • Click OK to close the Properties for project_name window
  • Build the project and its SISX file by selecting the Project > Build Project menu item
  • -

    The Console view shows information as the project and it's SISX file are built and then the build of the installation file (N-GAGE).

    +

    The Console view shows information as the project and it's SISX file are built and then the build of the installation file (N-GAGE).

    For On-device Debugging

    Deploying the N-Gage project to a device

    Once you have an .N-GAGE game file, you need to deploy it on the target device:

    1. Verify that you have a valid developer certificate on the target device given to you by the Nokia R&D Certificate Service. If not, get and install one.
    2. -
    3. Verify that you have CODA installed on the target device. If not, install it now using On-Device Connections > New Connection Wizard > Install remote agents pane.
    4. +
    5. Verify that you have CODA installed on the target device. If not, install it now using On-Device Connections > New Connection Wizard > Install remote agents pane.
    6. Manually install the .N-GAGE file on the device

    Debugging the Game project

    @@ -69,7 +69,7 @@
    1. Open Window > Preferences > Run/Debug > Launching preference panel and disable the Build (if required) before launching option under the General Options group
    2. Right-click the project and choose Debug As > Debug Configuration to open the Debug Cinfigurations window
    3. -
    4. Create an Symbian OS Device (Install SIS) launch configuration +
    5. Create an Symbian Device (Install SIS) launch configuration
      • In the Connection tab select the COM port used to connect to the device.
      • In the Installation tab, verify that the game SISX file is correct
      • @@ -86,7 +86,7 @@
        1. Open Window > Preferences > Run/Debug > Launching and disable the Build (if required) before launching option under the General Options group
        2. Right-click the project and choose Debug As > Debug Configurations to open the Debug Configurations window
        3. -
        4. Create an Symbian OS Emulation launch configuration
        5. +
        6. Create an Symbian Emulation launch configuration
        7. Click Debug to launch the emulator
        8. In the emulator, select File > Open, locate and select the .N-GAGE installation file and click Open to install the project
        9. Open the Installation folder, launch the N-Gage runtime application
        10. diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/precompiled_headers.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/precompiled_headers.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/precompiled_headers.htm Wed Oct 06 10:31:32 2010 -0500 @@ -9,7 +9,7 @@

          Precompiled Headers

          -

          Precompiled header support is available for Symbian OS projects that use the Nokia x86 +

          Precompiled header support is available for Symbian projects that use the Nokia x86 compiler. Precompiled header files use the .pch++ extension and are only supported by emulator targets.

          By default, the x86 compiler compiles the .pch++ file before compiling any .cpp files in a project.

          A precompiled header file (.pch++) outputs to a new identically named file with the .mch extension. For example, HelloWorld.pch++ outputs as HelloWorld.mch. C++ source files must use the .pch++ extension.

          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/registers.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/registers.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/registers.htm Wed Oct 06 10:31:32 2010 -0500 @@ -16,7 +16,7 @@

      General registers

      Registers are the register contents of the central processing unit (CPU) of the host computer or the targeted device. When debugging projects using the emulator, only the host computer x86 registers are visible in the Registers view. When debugging projects on a device, only the target device registers are visible.

      -

      In most cases, the contents of all the registers can be modified. However, when debugging applications on a target device with Symbian OS Device (Install SIS), you cannot change the LR and SP registers.

      +

      In most cases, the contents of all the registers can be modified. However, when debugging applications on a target device with Symbian Device (Install SIS), you cannot change the LR and SP registers.

      Figure 1. Registers view with possible register types

      The types of registers can include:

      diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/templates.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/templates.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/templates.htm Wed Oct 06 10:31:32 2010 -0500 @@ -17,7 +17,7 @@ Available Templates - Generic Symbian OS + Generic Symbian
      • Basic console application (EXE) - used for any SDK
      • Basic dynamically linked library (DLL) - used for any SDK
      • diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/tour.html --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/tour.html Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/tour.html Wed Oct 06 10:31:32 2010 -0500 @@ -10,13 +10,13 @@

        Eclipse and the C/C++ Development Toolkit (CDT) provides a rich collection of views, editors, wizards and preference windows for performing C++ - development. The Symbian OS plug-ins for Eclipse extend this user interface so - that you can perform the tasks involved in Symbian OS development from the - Eclipse workbench, instead of needing to use the Symbian OS command-line + development. The Symbian plug-ins for Eclipse extend this user interface so + that you can perform the tasks involved in Symbian development from the + Eclipse workbench, instead of needing to use the Symbian command-line toolchain.

        - When you work with a Symbian OS C++ project, the workbench uses the Carbide C/C++ perspective, which will look + When you work with a Symbian C++ project, the workbench uses the Carbide C/C++ perspective, which will look something like this:

        @@ -29,22 +29,22 @@ Development Toolkit documentation.

        - The Symbian OS plug-ins also add new wizards and editors. You can use + The Symbian plug-ins also add new wizards and editors. You can use these to:

        • - Create new Symbian OS projects using the New command, which is available on the File menu, and on the - pop-up menus of the Project Explorer and Symbian Project Navigator views.

          + Create new Symbian projects using the New command, which is available on the File menu, and on the + pop-up menus of the Project Explorer and Symbian Project Navigator views.

          For more information, see Creating New Projects.

        • - Import existing projects from Symbian OS bld.inf files using the Import command, which is + Import existing projects from Symbian bld.inf files using the Import command, which is available on the File menu, and on the pop-up menus of the Project Explorer and Symbian Project Navigator views.

          For more information, see Importing Projects from a Bld.Inf File. @@ -52,7 +52,7 @@

        • - Add scalable graphics (MIF) and Symbian OS bitmaps (MBM) to projects, and edit these resources. You can add these using the New command, which is available on the File menu, and on the pop-up menus of the Project Explorer and Symbian Project Navigator views. MBM and MIF editors are provided to modify + Add scalable graphics (MIF) and Symbian bitmaps (MBM) to projects, and edit these resources. You can add these using the New command, which is available on the File menu, and on the pop-up menus of the Project Explorer and Symbian Project Navigator views. MBM and MIF editors are provided to modify the resources.

          For more information, see Creating an MBM File.

          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/trk.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/trk.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/trk.htm Wed Oct 06 10:31:32 2010 -0500 @@ -11,13 +11,13 @@

          Carbide On-device Debug Agent

          The Carbide On-device Debug Agent (CODA) is a program that enables on-device debugging of phone prototypes, reference boards, and retail phones. An on-device debug agent is a program that is installed on a phone or reference board. It communicates with the debugger using a serial-over-Bluetooth or serial-over-USB connection. Through this serial communication, the on-device debug agent acts as the interface between the Carbide.c++ debugger and the target device. The CODA provides:

            -
          • Debug agent running on Symbian OS
          • -
          • Provides a stable & integrated interface to Symbian OS
          • +
          • Debug agent running on Symbian
          • +
          • Provides a stable & integrated interface to Symbian
          • Used to debug applications on actual devices
          • Can be built-in to the OS image or installed as a .sis file

          Using the on-device remote agent, one can use the Carbide.c++ IDE to debug programs running on phone hardware, making the debugging process much easier. The on-device debug agent works on all Nokia Qt SDK, Symbian^3, and Symbian TechView devkits.

          -

          The Symbian OS Device (Install SIS) is stored online and available for download and installation using the On-Device Connections > New Connection Wizard > Install remote agents pane.

          +

          The Symbian Device (Install SIS) is stored online and available for download and installation using the On-Device Connections > New Connection Wizard > Install remote agents pane.

          Some of the key benefits to using an on-device debug agent include:

          • Easy debugging via serial interface (Bluetooth, USB, IrDA, etc)
          • @@ -26,9 +26,8 @@

          There are two variations of the on-device debug agent, they are:

            -
          • Symbian OS Device (Install SIS)—supports application debugging only and available to developers creating applications for devices. Developers do not have access to system level routines, system ROM, other user application code, cannot modify the LR and SR registers, and must use a SIS file to debug an application.
          • -
          • Symbian OS Device— - supports both application and limited ROM debugging (includes application executables and limited ROM based components (i.e. no device drivers) and available to original equipment manufacturers (OEM) for device creation and customization
          • +
          • Symbian Device (Install SIS)—supports application debugging only and available to developers creating applications for devices. Developers do not have access to system level routines, system ROM, other user application code, cannot modify the LR and SR registers, and must use a SIS file to debug an application.
          • +
          • Symbian Device— supports both application and limited ROM debugging (includes application executables and limited ROM based components (i.e. no device drivers) and available to original equipment manufacturers (OEM) for device creation and customization
          Related tasks
            diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_data.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_data.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_data.htm Wed Oct 06 10:31:32 2010 -0500 @@ -10,7 +10,7 @@

            Working with Debugger Data

            This section explains how to work with data that the Carbide.c++ debugger generates. The following windows show various types of debugger data.

            -
            • Console view —shows messages generated during the debugging session
            • +
              • Console view —shows messages generated during the debugging session
              diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/concepts/workspaces.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/workspaces.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/workspaces.htm Wed Oct 06 10:31:32 2010 -0500 @@ -18,7 +18,7 @@

              Workspace Information

              A workspace is the default place to store and create resources like projects, folders, and files. These are then presented to the user in a perspective which enables the presentation and manipulation of the stored resources.

              -

              When Carbide is launched it asks for a workspace to open (Figure 1). As you can have multiple workspaces, all independent from each other, choosing the workspace containing the projects to work on is important. Projects within a workspace are shown in the Carbide workbench within the Project Explorer and C/C++ Project views. When you create a new project it is automatically added to the currently open workspace. You can import existing projects into a workspace from INF files.

              +

              When Carbide is launched it asks for a workspace to open (Figure 1). As you can have multiple workspaces, all independent from each other, choosing the workspace containing the projects to work on is important. Projects within a workspace are shown in the Carbide workbench within the Project Explorer and C/C++ Project views. When you create a new project it is automatically added to the currently open workspace. You can import existing projects into a workspace from INF files.

              Workspace Launcher dialog

              Figure 1. Workspace Launcher dialog

              WARNING Bld.inf imported projects are not copied, so do not delete the contents when deleting the project.

              @@ -27,7 +27,7 @@

              Carbide generates project support files, such as .project and .cproject and a .metadata folder, which stores preferences. Metadata files like ".project" are placed in the source tree. If adding these files to CVS causes a problem, these files may be excluded from CVS using Team > Ignored Resources preference panel to specify name patterns to exclude from version control.

              Other references

              diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/context_help/eclipse_dialogs_help.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/context_help/eclipse_dialogs_help.xml Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/context_help/eclipse_dialogs_help.xml Wed Oct 06 10:31:32 2010 -0500 @@ -259,7 +259,7 @@ - Select the type of Symbian OS device to debug. + Select the type of Symbian device to debug. @@ -287,7 +287,7 @@ - + Select the project, class, or file to create. diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/debugger.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/debugger.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/debugger.htm Wed Oct 06 10:31:32 2010 -0500 @@ -1,12 +1,11 @@ - - - Carbide.c++ User Guide - - + + - - -

               

              - - - - - - - - -

              -

               

              -

              Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
              - License: http://www.eclipse.org/legal/epl-v10.html

              -
              Carbide.c++ User Guide -
              -

              Version 3.0.0, Sept, 2010

              -

               

              + +

              + + + + + + + + +
              +

              +

              +

              +

              Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
              + License: http://www.eclipse.org/legal/epl-v10.html

              +
              +
              + Carbide.c++ User Guide +
              +

              Version 3.0.0, Sept, 2010

              +
              +

              - \ No newline at end of file + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/debugger/breakpoints/resolving_breakpoints.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/debugger/breakpoints/resolving_breakpoints.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/debugger/breakpoints/resolving_breakpoints.htm Wed Oct 06 10:31:32 2010 -0500 @@ -10,7 +10,7 @@

              Breakpoint Status Indicators

              Breakpoints must be located and resolved by the debugger before they can be hit. When a breakpoint is hit in the module, the debugger halts program execution and displays the state of the program in the Debug perspective.

              -

              To hit a breakpoint during a debug session, the debugger must first load the symbols for an executable module and then attempt to resolve the breakpoints within the loaded module. Any module listed into the Executables view is available for loading by a debug session. If a module is not present in the Executable view you'll need to import it before the debugger to load and resolve any breakpoints within that module.

              +

              To hit a breakpoint during a debug session, the debugger must first load the symbols for an executable module and then attempt to resolve the breakpoints within the loaded module. Any module listed into the Executables view is available for loading by a debug session. If a module is not present in the Executable view you'll need to import it before the debugger to load and resolve any breakpoints within that module.

              You set a breakpoint on any executable line of code that the debugger can resolve. Lines containing comments and other non executable code cannot be assigned a breakpoint as they are normally stripped from the compiled binary. Carbide helps by preventing you from setting a breakpoint on a non-compilable line of code.

              When the debugger attempts to resolve a breakpoint the possible results are shown in Table 1.

              Table 1 Breakpoint—type, icons, and states
              diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/debugger/breakpoints/toggling_breakpoints.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/debugger/breakpoints/toggling_breakpoints.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/debugger/breakpoints/toggling_breakpoints.htm Wed Oct 06 10:31:32 2010 -0500 @@ -27,8 +27,8 @@

              NOTE Once a breakpoint is removed from the Breakpoints view it cannot be recovered using the Breakpoints view, it must be set in an editor or disassembly view.

              Breakpoints must first be loaded and resolved before they can be hit during a debug session. See Resolving Breakpoint States for more information on the various states a breakpoint can exhibit.

              See Saving and importing breakpoints for information on storing breakpoint data sets for sharing or re-use.

              -

              TIP If you find that a breakpoint is not being hit during a debug session, verify that the EXE or DLL is listed in the Executables view.

              -

              TIP If debugging a server launched by a client, you must attach to the server process using the Symbian OS Data view in order to hit the breakpoints in the server. Alternately, you can launch the server and client as two independent EXEs using the same COM port and debug them that way.

              +

              TIP If you find that a breakpoint is not being hit during a debug session, verify that the EXE or DLL is listed in the Executables view.

              +

              TIP If debugging a server launched by a client, you must attach to the server process using the Symbian Data view in order to hit the breakpoints in the server. Alternately, you can launch the server and client as two independent EXEs using the same COM port and debug them that way.

              Other references

              • Breakpoints overview
              • diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/debugger/debug/cmds_starting.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/debugger/debug/cmds_starting.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/debugger/debug/cmds_starting.htm Wed Oct 06 10:31:32 2010 -0500 @@ -31,7 +31,7 @@

                Use the Terminate command () to stop or halt a program based on the type of debugging session underway. Terminate behavior includes:

                • Emulator - terminates program execution and ends the debug session
                • -
                • Symbian OS Device - kills the process on the device and ends the debug session. To terminate without killing the process, use Disconnect instead.
                • +
                • Symbian Device - kills the process on the device and ends the debug session. To terminate without killing the process, use Disconnect instead.
                • Stop-mode soft attach - suspends the attached process while other processes continue to run on the device. If only a single process is running on the device, the device CPU is suspended. Once the CPU is suspended you must launch a new debug session to resume the device CPU.

                This behavior differs from suspending a program, as this temporarily suspends execution.

                @@ -41,9 +41,9 @@

                Other references

                diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/debugger/debug/cmds_stepping.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/debugger/debug/cmds_stepping.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/debugger/debug/cmds_stepping.htm Wed Oct 06 10:31:32 2010 -0500 @@ -34,7 +34,7 @@

              Stepping into a routine

              Use the Step Into command () to execute one source-code statement at a time and follow execution into a routine call.

              -

              When stepping through a program in a debug session the IDE attempts to match the program counter (PC) location in the executable with a known project source file. If there is no source file associated with the PC the debugger displays in the Debug view the current PC address of the thread (e.g. 0x6002CC11(EUSER.DLL)()) instead of the function name. At this point you can open the Disassembly view to step through the assembler code. This most commonly happens when trying to step into Symbian OS code. We recommend that you Step Return out of the OS code and back into your project to continue debugging.

              +

              When stepping through a program in a debug session the IDE attempts to match the program counter (PC) location in the executable with a known project source file. If there is no source file associated with the PC the debugger displays in the Debug view the current PC address of the thread (e.g. 0x6002CC11(EUSER.DLL)()) instead of the function name. At this point you can open the Disassembly view to step through the assembler code. This most commonly happens when trying to step into Symbian code. We recommend that you Step Return out of the OS code and back into your project to continue debugging.

              • Click the Step Into button () in the Debug view
              • Right-click the thread in the Debug view and select Step Into from the context menu
              • diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/hints_tips.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/hints_tips.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/hints_tips.htm Wed Oct 06 10:31:32 2010 -0500 @@ -68,7 +68,7 @@
              • One of the SDKs is set as the "default" SDK
              • The SDK must have a valid EPOCROOT setting
              -

              In any of the above are missing or incorrect, Carbide.c++ can not build a Symbian OS program.

              +

              In any of the above are missing or incorrect, Carbide.c++ can not build a Symbian program.

              Adding Program Resources
              diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/index.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/index.xml Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/index.xml Wed Oct 06 10:31:32 2010 -0500 @@ -25,7 +25,7 @@ - + @@ -47,7 +47,7 @@ --> - + @@ -174,13 +174,13 @@ - + - + @@ -192,7 +192,7 @@ - + @@ -238,14 +238,14 @@ - + - + @@ -385,7 +385,7 @@ - + @@ -393,14 +393,14 @@ - + - - + + - + @@ -420,7 +420,7 @@ - + @@ -640,7 +640,7 @@ - + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/legal.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/legal.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/legal.htm Wed Oct 06 10:31:32 2010 -0500 @@ -1,36 +1,34 @@ - - - Legal - + + Legal + - -

              License Information

              -
              COPYRIGHTS
              -

              Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. This component and the accompanying materials are made available under the terms of the License "Symbian Foundation License v1.0" which accompanies this distribution, and is available at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".

              -
              Initial Contributors:
              -

              Nokia Corporation - initial contribution

              -
              NOTICES
              -

              Portions of this product are covered by the following licenses:

              - -

               

              +

              License Information

              +
              COPYRIGHTS
              +

              Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. This component and the accompanying materials are made available under the terms of the License "Symbian Foundation License v1.0" which accompanies this distribution, and is available at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".

              +
              Initial Contributors:
              +

              Nokia Corporation - initial contribution

              +
              NOTICES
              +

              Portions of this product are covered by the following licenses:

              + +

               

              - \ No newline at end of file + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/images/perspective_carbide.png Binary file core/com.nokia.carbide.cpp.doc.user/html/projects/images/perspective_carbide.png has changed diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/inf/INF_Editor.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/inf/INF_Editor.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,53 @@ + + +INF Editor + + + +

              INF Editor - Overview Tab

              + +

              + The INF Editor allows you to view and modify Symbian project files and export files to be included in building your application. The settings displayed are those active for the active build configuration. However, changes made in the INF editor can be applied globally to all build configurations. Changes made in the INF editor are automatically written to the project's .INF file. You can view the .INF file by selecting the bld.inf tab located along the bottom of the INF editor.

              +

              + The INF Editor is shown when an INF file is + opened from the Project Explorer view or Symbian Project Navigator view by double-clicking on the file. The INF Editor is shown in Figure 1.

              +

              +

              Figure 1 - INF Editor

              +

              + + +
              NameFunction
              +

              + Components

              +

              + Add components such as MMP and make files to be part of the normal build process.

              +
                +
              • Create New MMP File - creates a new MMP file at the bottom of the Component list.
              • +
              • Add Existing MMP File - imports a MMP file at the bottom of the Component list.
              • +
              • Add Existing Makefile - adds a smake file to the bottom of the Component list.
              • +
              • Edit - Select a component and click Edit to apply the Tidy attribute or specify the Build as ARM option.
              • +
              • Open - Select a component and click Open to open the component in an editor window.
              • +
              • Up - Select a component and click Up to move the component up in the list.
              • +
              • Down - Select a component and click Down to move the component down in the list.
              • +
              • Remove - Select a component and click Remove to remove the component from the build process.
              • +
              +

              + Test Components +

              +

              + Create, import, edit, open, move, or remove MMP and make files that are part of a test build process.

              +
              Other references
              + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/inf/INF_Editor_addedit_make.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/inf/INF_Editor_addedit_make.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,47 @@ + + +INF Editor - Create/Edit Make + + + +

              INF Editor - Create / Edit Makefile Entry

              + +

              The Add Makefile entry dialog (figure 1) is used to add a makefile to the build process. Enter or browse to the make file in the File path field and, if desired, apply the Tidy attribute or specify the Build as ARM option to the make file.

              +

              +

              Figure 1 - Add/Edit makefile entry

              +
              Table 1. Add/Edit Makefile entry — items
              + + + + + + + + + + + + + + + + + + + + + +
              NameFunction

              File path

              Type the path and filename for the makefile to create or click Browse to set a path.

              Tidy

              Specify the tidy attribute if the release that an .mmp file defines is internal to your component and not required by other components or for your component to execute.

              Build as ARMSpecifies the build_as_arm statement, which instructs an ARMV5 or later build to build the project for the ARM instruction set and not the THUMB instruction set.
              Makefile formatSet the format of the makefile to be created.
              +
              Other references
              + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/inf/INF_Editor_addedit_mmp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/inf/INF_Editor_addedit_mmp.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,47 @@ + + +INF Editor - Add/Edit MMP + + + +

              INF Editor - Add / Edit MMP File Entry

              + + The Add MMP File Entry dialog (figure 1) is used to add a mmp file and apply the Tidy, Manual, and Support attributes. +

              +

              Figure 1 - Add MMP File Entry

              +
              Table 1. Add MMP file entry — items
              + + + + + + + + + + + + + + + + + + + + + +
              NameFunction

              File path

              Type the path and filename for the MMP file to create or click Browse to set a path.

              Tidy

              Specify the tidy attribute if the release that an .mmp file defines is internal to your component and not required by other components or for your component to execute.

              ManualCheckmark to indicate a test that requires manual interaction to complete.
              SupportCheckmark to not include the test in a batch file.
              +
              Other references
              + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/inf/INF_Editor_exports.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/inf/INF_Editor_exports.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,97 @@ + + +INF Editor Exports + + + +

              INF Editor - Exports Tab

              + +

              + The INF Editor Exports pane lists files to be copied to the indicated destination path that are part of the normal build process. You can add files, edit paths, move files up or down in the list, or remove files from the list.

              +

              +

              Figure 1 - INF Editor - Exports Pane

              +
              Table 1. Export tab — items
              + + + + + + + + + + + + + +
              NameFunction

              Exports

              Add, edit, arrange order, or remove files that will be part of the build process.

              +
                +
              • Add - Click to add a file to the list of files to be exported as part of the build process.
              • +
              • Edit - Select a file and click Edit to change the source and destination paths for the file.
              • +
              • Up - Select a file and click Up to move the file up in the list.
              • +
              • Down - Select a file and click Down to move the file down in the list.
              • +
              • Remove - Select a file and click Remove to remove the file from the build process.
              • +

              Test Exports

              Add, edit paths, arrange order, or remove files that will be part of the test build process.

              +

              +

              Add Export dialog

              +

              Click the Add control to open the Add Export dialog (figure 2) to add a file to be exported to the destination path when the project is built.

              +

              +

              Figure 2 - Add Export dialog

              +

              +
              Table 2. Add Export — items
              + + + + + + + + + + + + + + + + + +
              NameFunction

              Source path

              Path and name of file to be exported.

              Destination path

              Path location where file is to be exported.

              Export is a zip fileCheck this option if the export is a zip file and you want to extract it on the destination path.
              +

              Edit Export dialog

              +

              Click the Edit control to open the Edit Export dialog (figure 3) to edit the source and destination path of the selected file.

              +

              +

              Figure 3 - Edit Export dialog

              +
              Table 3. Edit Export — items
              + + + + + + + + + + + + + + + + + +
              NameFunction

              Source path

              Path and name of file to be exported.

              Destination path

              Path location where file is to be exported.

              Export is a zip fileCheck this option if the export is a zip file and you want to extract it on the destination path.
              +
              Other references
              + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/inf/INF_Editor_file.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/inf/INF_Editor_file.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,25 @@ + + +BLD.INF File + + + +

              INF Editor - BLD.INF Tab

              + +

              + The bld.inf pane shows the source text of the bld.inf file. This file is automatically updated with changes made in the INF editor Overview and Exports panes or changes can be made manually in this pane. Validation is provided in this window. For example, an error mark is displayed next to the line where an error occurs, as shown in Figure 1. Hover your mouse pointer over the error mark or red error markers in upper right column to display helpful error information.

              +

              +

              Figure 1 - INF Editor - bld.inf Pane

              +

              +
              Related references
              + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/applications.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/applications.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/applications.htm Wed Oct 06 10:31:32 2010 -0500 @@ -9,7 +9,7 @@

              Applications Launch Configuration

              -

              Use the Symbian OS Device launch configuration to launch projects using the best launch configuration match. When chosen, Carbide examines the project and determines which specific launch configuration works best for the project, then launches it with the selected launch configuration. It is essentially identical to clicking the Debug icon () in the toolbar.

              +

              Use the Symbian Device launch configuration to launch projects using the best launch configuration match. When chosen, Carbide examines the project and determines which specific launch configuration works best for the project, then launches it with the selected launch configuration. It is essentially identical to clicking the Debug icon () in the toolbar.

              Other references

              • Launch Configuration Overview
              • diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/attach_process.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/attach_process.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/attach_process.htm Wed Oct 06 10:31:32 2010 -0500 @@ -9,19 +9,19 @@

                Attach to Process Launch Configuration

                -

                Use the Symbian OS Device (Attach to Process) launch configuration to attach the debugger to an already running Symbian OS process or thread on a target device from within any project. This is useful for debugging servers running in RAM in a client-server relationship where the client relies on the presence of the server process to operate as one example.

                -

                Attaching to a process requires a both target device running the Symbian OS and the presence of CODA on the device. You can also use the Symbian OS Data view to attach to a process while debugging. However, you can not attach to a process running on an emulator.

                -

                If the New Launch Configuration Wizard created the Attach to Process launch configuration no changes are usually needed. The Attach to Process options match those of Symbian OS Device with one additional step, selection of the process to debug in the Attach to Process dialog.

                +

                Use the Symbian Device (Attach to Process) launch configuration to attach the debugger to an already running Symbian process or thread on a target device from within any project. This is useful for debugging servers running in RAM in a client-server relationship where the client relies on the presence of the server process to operate as one example.

                +

                Attaching to a process requires a both target device running the Symbian and the presence of CODA on the device. You can also use the Symbian Data view to attach to a process while debugging. However, you can not attach to a process running on an emulator.

                +

                If the New Launch Configuration Wizard created the Attach to Process launch configuration no changes are usually needed. The Attach to Process options match those of Symbian Device with one additional step, selection of the process to debug in the Attach to Process dialog.

                To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the Attach to Process configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

                Figure 1. Attach to Process launch configuration in the Debug dialog

                -

                The Symbian OS Device (Attach to Process) launch configuration panes include:

                +

                The Symbian Device (Attach to Process) launch configuration panes include:

                • The Main tab defines the project to be launched. Enter the name of the project in the Project field, and the executable name in the Executable field.
                • The Debugger tab defines debug configurations, such as entry point to begin debugging, target options, and instruction set.
                • The ROM Log tab allows you to specify where the ROM log file is stored and the Epoc32 directory.
                • The Executables tab allows you to specify which executables that you want to debug that are part of the project.
                • -
                • The Source tab (standard CDT page) defines the location of source files used to display source when debugging an application. By default, these settings are derived from the associated project's build path. You may override these settings here.
                • +
                • The Source tab (standard CDT page) defines the location of source files used to display source when debugging an application. By default, these settings are derived from the associated project's build path. You may override these settings here.
                • The Common tab (standard CDT page) defines general information about the launch configuration. You may choose to store the launch configuration in a specific file.

                Other references

                diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/customizing_launch_configs.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/customizing_launch_configs.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/customizing_launch_configs.htm Wed Oct 06 10:31:32 2010 -0500 @@ -32,7 +32,7 @@

                Undefined launch configuration

                Figure 1 - Initial blank Debug launch configuration window

                -
              • Select a type of launch configuration (for example, Symbian OS Emulation), then click the New launch configuration icon to create a new +
              • Select a type of launch configuration (for example, Symbian Emulation), then click the New launch configuration icon to create a new configuration of that type.

                A new configuration appears in the Configuration list under the appropriate section using the project name and target to create the configuration name.

                @@ -63,7 +63,7 @@
              • Source (Eclipse)
              • Common (Eclipse)
              -

              To debug something outside of the workspace, be sure to import the binary into the Executables view.

              +

              To debug something outside of the workspace, be sure to import the binary into the Executables view.

            • Click Debug

              The IDE launches the executable. If the launch configuration is set to change perspective, it switches to the specified perspective.

              diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/emulation.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/emulation.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/emulation.htm Wed Oct 06 10:31:32 2010 -0500 @@ -9,11 +9,11 @@

              Emulator Launch Configuration

              -

              Select the Symbian OS Emulator launch configuration to run or debug executables using an emulator.

              -

              If the New Launch Configuration Wizard was used to create a emulator launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the Symbian OS Emulation launch configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

              +

              Select the Symbian Emulator launch configuration to run or debug executables using an emulator.

              +

              If the New Launch Configuration Wizard was used to create a emulator launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the Symbian Emulation launch configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

              Figure 1 - Emulator launch configuration in Debug dialog

              -

              The Debug window provides C/C++ emulator debug options when a Symbian OS Emulation launch configuration is created. The settings included in the Symbian OS Emulation launch configuration are a combination of Carbide, CDT, and Eclipse options. The tabs in the window include:

              +

              The Debug window provides C/C++ emulator debug options when a Symbian Emulation launch configuration is created. The settings included in the Symbian Emulation launch configuration are a combination of Carbide, CDT, and Eclipse options. The tabs in the window include:

              • The Main tab defines the project to be launched. Enter the name of the project containing the class to launch in the project field, and the executable name in the the Executable field and the emulator or host application in the Emulator or host application field.
              • The Arguments tab (standard CDT page) defines the arguments to be passed to the application and to the virtual machine (if any). You can also specify the working directory to be used by the launched application.
              • diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_board.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_board.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_board.htm Wed Oct 06 10:31:32 2010 -0500 @@ -8,11 +8,11 @@ -

                Symbian OS Reference Board Launch

                +

                Symbian Reference Board Launch

                Use the Debug As dialog to select the New Launch Configuration Wizard to create a launch configuration for a development board or reference hardware using a JTAG connection. Currently there are two choices of debugger:

                  -
                • Symbian OS Phone Launch — uses the Eclipse Debugger for C/C++ as the debugger engine which includes snapshots, improved variables view, and other features not available in the Classic debugger.
                • -
                • Classic Symbian OS Reference Board Launch — uses the classic debugger engine.
                • +
                • Symbian Phone Launch — uses the Eclipse Debugger for C/C++ as the debugger engine which includes snapshots, improved variables view, and other features not available in the Classic debugger.
                • +
                • Classic Symbian Reference Board Launch — uses the classic debugger engine.

                Figure 1. Debug As dialog

                @@ -21,7 +21,7 @@
                1. Select the Run > Debug menu item, or click the Debug () icon, or press F11
                2. -
                3. Select the Symbian OS Device item, then click OK
                4. +
                5. Select the Symbian Device item, then click OK
                6. Select a Launch Type, then click Next
                7. Complete each page in the New Launch Configuration Wizard for the chosen Launch Type.
                8. Review the settings in the New Launch Configuration page
                9. @@ -31,8 +31,8 @@
                  Other references
                  diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_configs_overview.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_configs_overview.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_configs_overview.htm Wed Oct 06 10:31:32 2010 -0500 @@ -16,11 +16,11 @@

                  Available Launch Configurations

                  Launch configurations come in several varieties, each designed for a specific purpose. You must choose one at the very start of the New Launch Configuration Wizard, so knowing the differences between them is important. Currently, the types to choose from include:

                    -
                  • Symbian OS Device — used to run or debug applications or ROM code on a target device using CODA (Carbide On-device Debug Agent). CODA is an application that runs on reference boards and prototype phones and allows you to debug executables. The debugger will download files to the phone prior to launching.
                  • -
                  • Symbian OS Device (Attach to Process) — used to debug processes running on a target device for which a symbol file is available. This is available only for CODA and stop mode debugging. This launch configuration is not available for emulator debugging. Stop mode and CODA can both attach to a process from the Symbian OS Data view.
                  • -
                  • Symbian OS Device (Install SIS) — used to run or debug applications on a target device using CODA. CODA is an application that runs on released phones and allows you to debug your executables. The debugger will download a Symbian OS installation file to the phone and install it prior to launching.
                  • -
                  • Symbian OS Emulator — used to run or debug executables on an emulator.
                  • -
                  • Symbian OS Simulator — used to run or debug executables on a simulator.
                  • +
                  • Symbian Device — used to run or debug applications or ROM code on a target device using CODA (Carbide On-device Debug Agent). CODA is an application that runs on reference boards and prototype phones and allows you to debug executables. The debugger will download files to the phone prior to launching.
                  • +
                  • Symbian Device (Attach to Process) — used to debug processes running on a target device for which a symbol file is available. This is available only for CODA and stop mode debugging. This launch configuration is not available for emulator debugging. Stop mode and CODA can both attach to a process from the Symbian Data view.
                  • +
                  • Symbian Device (Install SIS) — used to run or debug applications on a target device using CODA. CODA is an application that runs on released phones and allows you to debug your executables. The debugger will download a Symbian installation file to the phone and install it prior to launching.
                  • +
                  • Symbian Emulator — used to run or debug executables on an emulator.
                  • +
                  • Symbian Simulator — used to run or debug executables on a simulator.

                  Other references

                    diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_emulator.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_emulator.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_emulator.htm Wed Oct 06 10:31:32 2010 -0500 @@ -8,11 +8,11 @@ -

                    Symbian OS Emulator Launch

                    +

                    Symbian Emulator Launch

                    Use the Debug As dialog to select the New Launch Configuration Wizard that will create a launch configuration for the project. Currently there are two choices of debugger:

                      -
                    • Symbian OS Phone Launch — uses the Eclipse Debugger for C/C++ as the debugger engine which includes snapshots, improved variables view, and other features not available in the Classic debugger.
                    • -
                    • Classic Symbian OS Reference Board Launch — uses the classic debugger engine.
                    • +
                    • Symbian Phone Launch — uses the Eclipse Debugger for C/C++ as the debugger engine which includes snapshots, improved variables view, and other features not available in the Classic debugger.
                    • +
                    • Classic Symbian Reference Board Launch — uses the classic debugger engine.

                    Figure 1. Debug As dialog

                    @@ -21,7 +21,7 @@
                    1. Select the Run > Debug menu item, or click the Debug () icon, or press F11
                    2. -
                    3. Select the Symbian OS Emulator item, then click OK
                    4. +
                    5. Select the Symbian Emulator item, then click OK
                    6. Complete each page in the New Launch Configuration Wizard , then click Next
                    7. Review the settings in the New Launch Configuration page
                    8. Click Debug to download and debug the project on the emulator
                    9. @@ -29,8 +29,8 @@
        Other references
        diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_phone.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_phone.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_phone.htm Wed Oct 06 10:31:32 2010 -0500 @@ -8,11 +8,11 @@ -

        Symbian OS Device Launch

        +

        Symbian Device Launch

        Use the Debug As dialog to select the New Launch Configuration Wizard that will create a launch configuration for the project. Currently there are two choices of debugger:

        • Device — uses the Eclipse Debugger for C/C++ as the debugger engine which includes snapshots, improved variables view, and other features not available in the Classic debugger.
        • -
        • Classic Symbian OS Reference Board Launch — uses the classic debugger engine.
        • +
        • Classic Symbian Reference Board Launch — uses the classic debugger engine.

        Figure 1. Debug As dialog

        @@ -37,8 +37,8 @@
        Other references
        diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_types.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_types.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/launch_types.htm Wed Oct 06 10:31:32 2010 -0500 @@ -10,11 +10,11 @@

        Launch Types

        The following launch configuration types are available:

        -
        • Symbian OS Device
        • -
        • Symbian OS Device (Attach to Process)
        • -
        • Symbian OS Device (Install SIS)
        • -
        • Symbian OS Emulator
        • -
        • Symbian OS Simulator
        • +

          Other references

            diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_debugger.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_debugger.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_debugger.htm Wed Oct 06 10:31:32 2010 -0500 @@ -16,7 +16,7 @@
          • Stop-mode Debugger page (Device, Device (Attach to Process))

          Emulation Debugger page

          -

          The Symbian OS Emulator launch configurations the Debugger page to specify entry point breaks and which logs to output to the Console view.

          +

          The Symbian Emulator launch configurations the Debugger page to specify entry point breaks and which logs to output to the Console view.

          Figure 1 - Debugger page showing emulation options

          Table 1. Debugger page — emulation options
          @@ -35,7 +35,7 @@ View program output -

          Enable to direct standard output messages to the Emulation Program Output Console in the Console view.

          +

          Enable to direct standard output messages to the Emulation Program Output Console in the Console view.

          NOTE In the epoc.ini file the option LogToFile must also be set to 1.

          @@ -49,7 +49,7 @@

          Run-mode Debugger page

          -

          In a run-mode launch configuration like Symbian OS Device (Install SIS), you can specify an entry break point and how messages are handled as well as define the default instruction set.

          +

          In a run-mode launch configuration like Symbian Device (Install SIS), you can specify an entry break point and how messages are handled as well as define the default instruction set.

          Figure 2 - Debugger page showing run-mode options

          Table 2. Debugger page — run-mode options
          @@ -64,12 +64,12 @@ View program output -

          Enable to direct standard output messages to the CODA Program Output Console in the Console view.

          +

          Enable to direct standard output messages to the CODA Program Output Console in the Console view.

          NOTE In the epoc.ini file the option LogToFile must also be set to 1.

          Stop-mode Debugger page

          -

          In stop-mode launch configurations like Symbian OS Device, and Symbian OS Device (Attach to Process), use the Startup Options to attach to a target and debug or run from the specified start address. Then use Target Options to specify the target's processor type, and set which initialization and memory configuration files to use in the debug session.

          +

          In stop-mode launch configurations like Symbian Device, and Symbian Device (Attach to Process), use the Startup Options to attach to a target and debug or run from the specified start address. Then use Target Options to specify the target's processor type, and set which initialization and memory configuration files to use in the debug session.

          Figure 3 - Debugger page showing stop-mode options

          Table 3. Debugger page — stop-mode options
          @@ -97,9 +97,9 @@

          Other references

          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_executables.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_executables.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_executables.htm Wed Oct 06 10:31:32 2010 -0500 @@ -9,7 +9,7 @@

          Executables page

          -

          The Executables page specifies the executables available to debug with your project based on the chosen rule. The Executables page gives you project level control over the executables associated with it. The page shows all the executables in the workspace or those imported into the Executables view from outside the workspace that can be debugged by this project. See the Executables view for information on controlling executables from the workspace.

          +

          The Executables page specifies the executables available to debug with your project based on the chosen rule. The Executables page gives you project level control over the executables associated with it. The page shows all the executables in the workspace or those imported into the Executables view from outside the workspace that can be debugged by this project. See the Executables view for information on controlling executables from the workspace.

          Figure 1 - Executables page (Device example)

          Table 1. Executable page —items
          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_file_transfer.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_file_transfer.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_file_transfer.htm Wed Oct 06 10:31:32 2010 -0500 @@ -9,7 +9,7 @@

          File Transfer page

          -

          The File Transfer page displays an auto-populated list of files for Symbian OS Device that the IDE transfers to the target device at the start of each launch. For RnD device images, the target location for files is normally c:\sys\bin or another protected area. For production device images Symbian OS Device (Install SIS) does not support the transfer of files to c:\sys\bin or other protected areas.

          +

          The File Transfer page displays an auto-populated list of files for Symbian Device that the IDE transfers to the target device at the start of each launch. For RnD device images, the target location for files is normally c:\sys\bin or another protected area. For production device images Symbian Device (Install SIS) does not support the transfer of files to c:\sys\bin or other protected areas.

          Users can add, edit, or delete files in the list and sort by clicking on a column header. By default, any file added is automatically checked for downloading to the device. Users can uncheck a file to remove it from the download list without removing the file itself. CODA (Carbide On-device Debug Agent) users can use this panel to download any type of file, like bitmaps, HTML, sounds, and more, to the phone and applicable to CODA for transfering any files outside of the installation file.

          Figure 1. File Transfer page

          @@ -30,8 +30,8 @@

          The target directories where files can be installed depends upon the type of device image you have on the device and which version of CODA you are using.

            -
          • Symbian OS Device (Install SIS) - public folders only on production device images
          • -
          • Symbian OS Device - public and protected folders, like c:\sys\bin, on RnD device images
          • +
          • Symbian Device (Install SIS) - public folders only on production device images
          • +
          • Symbian Device - public and protected folders, like c:\sys\bin, on RnD device images
          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_installation.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_installation.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_installation.htm Wed Oct 06 10:31:32 2010 -0500 @@ -9,7 +9,7 @@

          Installation page

          -

          The Installation page specifies the .sis file to install on the target device when using Symbian OS Device (Install SIS). This is required when using CODA with 9.x based SDK’s.

          +

          The Installation page specifies the .sis file to install on the target device when using Symbian Device (Install SIS). This is required when using CODA with 9.x based SDK’s.

          Figure 1. Installation page

          Table 1. Installation page —items
          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_main.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_main.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_main.htm Wed Oct 06 10:31:32 2010 -0500 @@ -15,7 +15,7 @@
        • Stop-Mode Main page (CODA)

        Emulation Main page

        -

        The Symbian OS Emulator launch configuration uses the Main page to define the process to be launched by the emulator.

        +

        The Symbian Emulator launch configuration uses the Main page to define the process to be launched by the emulator.

        The behavior that occurs when launching a debug session varies based upon the SDK. Normally, starting a debug session launches the emulator (epoc.exe) and you must then navigate to your application and open it. However, starting a debug session for an .exe file will, in most cases, launch the .exe directly. This starts the emulator and then opens your application automatically. Note that some SDKs do not support this behavior. In those cases you must still open your application in the emulator manually.

        Figure 1. Main page (Emulation shown)

        @@ -31,7 +31,7 @@ Process to launch - The path to the emulator or executable to launch. For Symbian OS 9.1 the emulator path is required. For Symbian OS 9.2 and later the path to the executable should be used. Click Browse to select a different emulator. + The path to the emulator or executable to launch. For Symbian 9.1 the emulator path is required. For Symbian 9.2 and later the path to the executable should be used. Click Browse to select a different emulator. Build Configuration @@ -50,7 +50,7 @@

        Run-mode Main page

        -

        The Symbian OS Device (Install SIS) launch configuration uses the Main page to defines the project and the process to launch on the target device.

        +

        The Symbian Device (Install SIS) launch configuration uses the Main page to defines the project and the process to launch on the target device.

        Figure 2 - Main page (Device (Install SIS) shown)

        Table 2. Run-mode Main page —items
        @@ -75,7 +75,7 @@ Use connection - Choose the remote connection type to associate with this launch configuration. Click New to add a new connection, or Edit to modify the current one. + Choose the remote connection type to associate with this launch configuration. Click New to add a new connection, or Edit to modify the current one. Build Configuration @@ -87,7 +87,7 @@

        Stop-mode Main page

        -

        The Symbian OS Device launch configurations uses the Main page to defines the project and the executable to launch on the target device.

        +

        The Symbian Device launch configurations uses the Main page to defines the project and the executable to launch on the target device.

        Figure 3. Main page

        Table 3. Stop-mode Main page — items
        diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_rom_image.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_rom_image.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_rom_image.htm Wed Oct 06 10:31:32 2010 -0500 @@ -9,7 +9,7 @@

        ROM Image page

        -

        Use the ROM Image page in a Symbian OS Device launch configuration to define startup options and ROM image download information.

        +

        Use the ROM Image page in a Symbian Device launch configuration to define startup options and ROM image download information.

        Figure 1 - ROM Image page in launch configuration

        Table 4. Launch configuration window—ROM Image tab items
        @@ -25,11 +25,11 @@ Symbian Rom Log File - Enter or browse to the Rom log file that is generated when the Symbian OS image is built. This is necessary for debugging any Symbian OS module. + Enter or browse to the Rom log file that is generated when the Symbian image is built. This is necessary for debugging any Symbian module. Symbian Epoc32 Directory -

        Enter or browse to the epoc32 directory for the Symbian OS kit that is being targeted for debugging. This is necessary for the debugger to resolve the full paths for each module in the log file since the log file does not contain the full paths.

        +

        Enter or browse to the epoc32 directory for the Symbian kit that is being targeted for debugging. This is necessary for the debugger to resolve the full paths for each module in the log file since the log file does not contain the full paths.

        Log unresolved modules @@ -45,7 +45,7 @@ Symbian Rom Image - Enter or browse to the Symbian OS image (.img file) that will be downloaded onto the target at the specified download address. + Enter or browse to the Symbian image (.img file) that will be downloaded onto the target at the specified download address. Download Address (hex) diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_rom_log.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_rom_log.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_rom_log.htm Wed Oct 06 10:31:32 2010 -0500 @@ -8,7 +8,7 @@

        ROM Log page

        -

        Use the ROM Log page in a Symbian OS Device launch configuration to specify where the ROM log file is stored and the Epoc32 directory.

        +

        Use the ROM Log page in a Symbian Device launch configuration to specify where the ROM log file is stored and the Epoc32 directory.

        Figure 1. ROM Log page

        Table 1. ROM Log page—items
        diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_x86_exceptions.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_x86_exceptions.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_x86_exceptions.htm Wed Oct 06 10:31:32 2010 -0500 @@ -9,7 +9,7 @@

        x86 Exceptions page

        -

        Use the x86 Exceptions page in the Symbian OS Emulator launch configuration to set the x86 exceptions the debugger should catch. If you want the debugger to catch all the exceptions, enable all of the options in this page. However, if you prefer to handle only certain exceptions, enable only those options that reflect the exceptions you want to handle.

        +

        Use the x86 Exceptions page in the Symbian Emulator launch configuration to set the x86 exceptions the debugger should catch. If you want the debugger to catch all the exceptions, enable all of the options in this page. However, if you prefer to handle only certain exceptions, enable only those options that reflect the exceptions you want to handle.

        Figure 1 - x86 Exceptions page

        Table 1. x86 Exceptions page —items
        diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/pages_overview.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/pages_overview.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/pages_overview.htm Wed Oct 06 10:31:32 2010 -0500 @@ -20,7 +20,7 @@
      • ROM Image
      • ROM Log
      • x86 Exceptions
      • -
      • Source (standard CDT page)
      • +
      • Source (standard CDT page)
      • Common (standard CDT page)
      diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/run_mode.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/run_mode.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/run_mode.htm Wed Oct 06 10:31:32 2010 -0500 @@ -8,12 +8,12 @@ -

      Symbian OS Device (Install SIS) Launch Configuration (Run-mode)

      -

      Select the Symbian OS Device (Install SIS) launch configuration to debug or run applications on a target device using the CODA (Carbide On-Device Debug Agent). CODA is an application that runs on released phones and allows you to debug your executables. The debugger will download a Symbian OS installation file to the phone and install it prior to launching.

      -

      If the New Launch Configuration Wizard was used to create the CODA launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the Symbian OS Device (Install SIS) configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

      +

      Symbian Device (Install SIS) Launch Configuration (Run-mode)

      +

      Select the Symbian Device (Install SIS) launch configuration to debug or run applications on a target device using the CODA (Carbide On-Device Debug Agent). CODA is an application that runs on released phones and allows you to debug your executables. The debugger will download a Symbian installation file to the phone and install it prior to launching.

      +

      If the New Launch Configuration Wizard was used to create the CODA launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the Symbian Device (Install SIS) configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

      Figure 1. Device launch configuration in the Debug dialog

      -

      The Symbian OS Device (Install SIS) launch configuration panes include:

      +

      The Symbian Device (Install SIS) launch configuration panes include:

      • The Main tab defines the project to be launched. Enter the name of the project in the Project field, and the executable name in the Executable field.
      • The Arguments tab (standard CDT page) lets you specify the program arguments that an application uses.
      • diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/stop_mode.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/stop_mode.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/stop_mode.htm Wed Oct 06 10:31:32 2010 -0500 @@ -8,12 +8,12 @@ -

        Symbian OS Device Launch Configuration (Stop-mode)

        -

        Select the Symbian OS Device launch configuration provides C/C++ stop-mode debug options. The settings included in these launch configuration are a combination of Carbide, CDT, and Eclipse options.

        -

        If the New Launch Configuration Wizard was used to create the Symbian OS Device launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the Symbian OS Device or Symbian OS Device (Attach to Process) configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

        +

        Symbian Device Launch Configuration (Stop-mode)

        +

        Select the Symbian Device launch configuration provides C/C++ stop-mode debug options. The settings included in these launch configuration are a combination of Carbide, CDT, and Eclipse options.

        +

        If the New Launch Configuration Wizard was used to create the Symbian Device launch configuration no changes are usually needed. To modify the launch configuration settings, select the Run > Debug As menu option to open the Debug dialog. Select the Symbian Device or Symbian Device (Attach to Process) configuration and click a tab to set specific options. Click Apply to save any option modifications. Click Debug to launch a debugging session using the new settings.

        -

        Figure 1. Symbian OS Device launch configuration in the Debug dialog

        -

        The Symbian OS Device launch configuration panes include:

        +

        Figure 1. Symbian Device launch configuration in the Debug dialog

        +

        The Symbian Device launch configuration panes include:

        • The Main tab defines the project to be launched. Enter the name of the project in the Project field, and the executable name in the Executable field.
        • The Debugger tab defines debug configurations, such as entry point to begin debugging and target options.
        • diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wiz_new_launch_config.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wiz_new_launch_config.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wiz_new_launch_config.htm Wed Oct 06 10:31:32 2010 -0500 @@ -10,7 +10,7 @@

          New Launch Configuration Wizard

          -

          The New Launch Configuration Wizard launches when no launch configuration exists for a build configuration in a project. Wherever possible the New Launch Configuration wizard gathers the information from the project and asks additional questions based on the type of launch configuration chosen. For example, a launch configuration using Symbian OS Device (Install SIS) requires different information than one targeted for Symbian OS Device.

          +

          The New Launch Configuration Wizard launches when no launch configuration exists for a build configuration in a project. Wherever possible the New Launch Configuration wizard gathers the information from the project and asks additional questions based on the type of launch configuration chosen. For example, a launch configuration using Symbian Device (Install SIS) requires different information than one targeted for Symbian Device.

          Every project consists of one or more build configurations as listed under the Build project icon (Build project icon) of the toolbar or in the Add/Remove Carbide Build Configuration dialog. Every build configuration needs a launch configuration to enable debugging. Launch configurations can be shared between build configurations. The New Launch Configuration Wizard detects when a build configuration doesn't have an associated launch configuration and guides you through the setup process.

          Figure 1. Build configurations for the chosen project appear under the Build icon

          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_change_connection.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_change_connection.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_change_connection.htm Wed Oct 06 10:31:32 2010 -0500 @@ -34,7 +34,7 @@

          Other references

          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_change_debug_process.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_change_debug_process.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_change_debug_process.htm Wed Oct 06 10:31:32 2010 -0500 @@ -45,7 +45,7 @@

          Other references

          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_change_other_settings.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_change_other_settings.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_change_other_settings.htm Wed Oct 06 10:31:32 2010 -0500 @@ -37,7 +37,7 @@

          Other references

          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_config_launch_config.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_config_launch_config.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_config_launch_config.htm Wed Oct 06 10:31:32 2010 -0500 @@ -20,7 +20,7 @@ Connect to device -

          Shows the current remote connection setting used to communicate with the Symbian OS phone or device. Click Change... to open the Change Connection page of the New Launch Configuration Wizard to modify the connection settings.

          +

          Shows the current remote connection setting used to communicate with the Symbian phone or device. Click Change... to open the Change Connection page of the New Launch Configuration Wizard to modify the connection settings.

          Debug process diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_debug_configuration.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_debug_configuration.htm Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_debug_configuration.htm Wed Oct 06 10:31:32 2010 -0500 @@ -13,7 +13,7 @@

          By default, Carbide creates a debug launch configuration the first time you launch the debugger based on current project settings. If additional information is required, like a port ID, the New Launch Configuration Wizard appears asking for the additional information.

          The tabs in the window vary depending upon the currently selected launch configuration.

          -

          Figure 1 - Debug or launch configuration window (Symbian OS Emulator view)

          +

          Figure 1 - Debug or launch configuration window (Symbian Emulator view)

          Table 1. Debug Configuration window — common items
          diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,68 @@ + + +MMP Editor + + + +

          MMP Editor

          + +

          + The MMP Editor Overview tab allows you to view and modify your project definitions. Changes made in the MMP editor are automatically written to the project's .MMP file. You can view the .mmp file by selecting the project_name.mmp tab located along the bottom of the MMP editor.

          +

          + The MMP Editor is shown when an MMP file is + opened from the Project Explorer or Symbian Project Navigator views. The MMP Editor is shown in Figure 1. MMP editor fields are validated for existing or correct entries. For example, if the UID 2 field is blank the label is highlighted in red. If an error exists in the mmp file, the line where the error occurs is marked and also displayed in the Problems view.

          +

          +

          Figure 1 - MMP Editor Overview tab

          +
          + + + + + + +
          NameFunction
          +

          + Target name

          +

          + Enter the name of the target file.

          +

          + Target type

          +

          + Select the type of target file from the dropdown list. The list of supported target types are provided by SBSv2 build system. The number and type of targets may change depending upon the chosen SDK.

          +

          + UID 2

          +

          UID 2 is a unique identifier number that identifies the type of interface that the project implements. The values are defined by Symbian:

          +
            +
          • For GUI applications, it is always 0x100039CE
          • +
          • For static interface DLLs, the UID 2 is always 0x1000008d
          • +
          • For polymorphic DLLs, the UID2 is defined by the framework which is being implemented
          • +
          +
          +

          + UID 3

          +

          + Application UID (or UID3) is used to uniquely identify the binary (EXE or DLL) within the system. The purpose of UID 3 is to prevent one executable from interfering the operation of another executable.

          Common tasks

          This group provides links to the User and System include path options located in the Options window.

          +

          + Project definition

          +

          + The Project definition group provides links to the Sources, Libraries, and Options windows. You can also select the Sources, Libraries, and Options tabs to open the related window.

          +

          Any changes made to the MMP file either in Carbide or using an external editor are detected. If the build is for emulation, these changes are detected and used automatically.

          +

          For other build types like GCCE you are presented with the Modified MMP Files Detected dialog (Figure 2) and asked which build action to take for each MMP file that has changed. Set the build option for each listed MMP file and click OK.

          +

          +

          Figure 2 - Modified MMP Files Detected dialog

          +

          The options are identical to the workspace setting Default action to take when MMP files are modified option in the Build preference panel. Click the Configure Workspace Settings... to open the Build preference panel to set the default build options for the workspace. The options can also be modified at the project level in the Properties for <project> > Carbide Project Settings panel.

          +
          Related references
          + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor_libraries.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor_libraries.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,51 @@ + + +MMP Editor Libraries + + + +

          MMP Editor > Libraries

          + +

          + The MMP editor libraries window lists the libraries used by the currently selected build configuration in the selected project. The MMP editor libraries window is shown in Figure 1. Click on a library group to expand the list of libraries and show the related control buttons. You can add, remove or edit the list of libraries for each group. You can also move libraries up or down in the list.

          +

          +

          Figure 1 - MMP Editor Libraries window

          +

          + + + + + + + + + + + + + + +
          NameFunction
          +

          + Libraries

          +

          + Specify import libraries to be included in all builds.

          +

          + Static libraries

          +

          + Specify additional static libraries to be used in all builds.

          Debug librariesSpecify additional libraries to be used for debug builds only.
          Win32 librariesSpecify additional libraries for Win32 builds only.
          ASSP librariesSpecify libraries for ASSP builds. If you are not linking to the Symbian kernel you can ignore this section.
          +
          Related references
          + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor_mmp_tab.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor_mmp_tab.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,27 @@ + + +MMP Editor MMP File + + + +

          MMP File Window

          + +

          + The MMP file tab in the MMP editor window shows the source text of the mmp file. Changes made directly in the mmp file are reflected in related tabs of the MMP editor and changes made in editor tabs are written to the mmp file. Errors are identified in red and markers are placed in mmp files at the locations errors exist.

          +

          +

          Figure 1 - MMP Editor MMP File

          +

          +
          Related references
          + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor_options.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor_options.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,77 @@ + + +MMP Editor Options + + + +

          MMP Editor Options Window

          + +

          + The MMP editor options window allows you to edit compiler, linker, and runtime settings. The MMP editor options window is shown in Figure 1.

          +

          +

          Figure 1 - MMP Editor Options window

          +

          + + + + + + + + + + + + +
          NameFunction
          +

          + Runtime

          +

          + This group allows you to define various runtime options.

          +

          Capabilities - Click the Choose... button to select Capabilities. A capability is an access token that corresponds to permission to access sensitive system resources. Platform security permits access to sensitive APIs according to capabilities. Capabilities are used to specify what functionality an application is trusted to use; they are allocated to the application at build time and are policed at run time. Once the capabilities are assigned to the application, they cannot be changed. Thus an application has a set of unalterable capabilities that describe what access the application has to the APIs.

          +

          There are three suggested ways to establish which capabilities an application requires.

          +
            +
          • The first method is initially to allocate capabilities based on the general operations that the application performs. For example, an instant messaging application would probably require NetworkServices to access the Internet and ReadUserData to read the user’s contacts.
          • +
          • The second method is to use the Symbian Developer Library, which lists the capabilities required by each API. Note that some APIs may be marked as “Dependent”, meaning that the need for the capability depends on the parameters being passed. For example, accessing a file in an application’s private data area requires no capabilities, but accessing a file in \sys\bin requires the AllFiles capability.
          • +
          • The third method is to run the application in the emulator, analyzing the debug file (in the system temporary directory) for capability violations. The output will state the API that caused the violation and what capability was expected.
          • +
          +

          Minimum heap size - Set the heap size that you need.

          +

          Maximum heap size - Set the heap size that you need.

          +

          Stack size - Set the stack size that you need.

          +

          Process priority - Select the process priority from the dropdown list.

          +

          Secure ID - Enter the Secure ID. The SID is used to determine which private directory a process can access. It is also used to identify the caller applications. An application's SID is defined within its .mmp file, and is used to uniquely identify the application. SID values are requested from the Symbian Signed Web site (www.symbiansigned.com). The Software Installer (SWI) is responsible for ensuring that SIDs are locally unique, i.e., that no two applications have the same SID value on a particular target device.

          +

          Vendor ID - Enter the Vendor ID. This ID uniquely identifies the source of the application. If an application needs a VID, it must be certified. Noncertified applications must use a VID of 0 (KNullUid), which is the value applied by default.

          +

          Enable debugging (Symbian 9.4+) - Activate to enable on-device debugging for Symbian 9.4 and later. When activated, the DEBUGGABLE_UDEBONLY flag is added to the project .MMP file.

          +

          Paging Mode (Symbian 9.3+) - specify the paging mode to: not specified, paged, or unpaged.

          +

          + Compiler Settings

          +

          + User includes - Use the Add, Edit, and Remove buttons to add, edit, or remove the paths to the user header files used to compile source files. Use the Up and Down buttons to arrange the list of paths.

          +

          System includes - Use the Add, Edit, and Remove buttons to add, edit, or remove the paths to the system header files used to compile source files. Use the Up and Down buttons to arrange the list of paths.

          +

          Macros - Use the Add, Edit, and Remove buttons to add, edit, or remove a macro identifier. Use the Up and Down buttons to arrange the list of macro identifiers.

          +

          Compiler options - Use the Add, Edit, and Remove buttons to add, edit, or remove compiler options. In the Edit Compiler Options dialog, select the tool chain (for example: ARMCC, CW, GCC, GCCE, or MSVC) and enter your custom options.

          +

          Linker options - Use the Add, Edit, and Remove buttons to add, edit, or remove linker options. In the Edit Linker Options dialog, select the tool chain (for example: ARMCC, CW, GCC, GCCE, or MSVC) and enter your custom options.

          +

          Per-variant include dependencies - Check this option to include dependencies for a specific variant when building a target. For example build a release variant with optimized code, a debug variant with debugging info and a profiling variant with timing hooks.

          +

          Disable optimizations in debug builds - Check this option to disable optimizations when building a debug version of your application. Since optimization changes the code created by the compiler, it is best to optimize your code after you have fully tested and debugged it. If a program works in a debug build, but fails in a release build, it is likely that one of the compiler optimizations is exposing a defect in your source code. To isolate the problem, you should disable selected optimizations for each source code file, until you locate the file and the optimization that is causing the problem.

          Linker

          Linker definition file - Select a linker definition file or click Browse... to locate a definition file.

          +

          Export unfrozen - Check this option to tell the build process that exports are not yet frozen.

          +

          Don't export library - Check this option to not export a copy of the library.

          +

          No strict .def file - Check this option to specify no strict linker definition file.

          +

          Compress target executable - Check this option to compress the target executable.

          +

          Link as internal name - Specify an internal name.

          +

          Win32 base address - Specify the Win32 base address.

          Kernel

          ASSP ABI - Check this option to build the ASSP application binary interface.

          +

          ASSP exports - Check this option to enable ASSP exports.

          +
          Related references
          + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor_resource_block.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor_resource_block.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,60 @@ + + +MMP Editor Resource Block + + + +

          MMP Editor Resource Block

          + +

          + The MMP editor resource block dialog allows you to add or remove resource files to your project. The Edit Resource Block dialog is shown in Figure 1. You can add, remove or edit resource files to be included with your project.

          +

          +

          Figure 1 - MMP Editor Resource Block Dialog

          +

          + + + + + + + + + + + + + + + + + + + + + + +
          NameFunction
          +

          + Project RSS files

          +

          + Select or browse to the resource file to be included in all builds.

          +

          + RSS file path

          +

          + Enter the path to the resource file.

          Target file nameEnter the target file name.
          Target file pathSelect the target file path, such as the executable directory or /resource directory on the target device.
          UID 2Enter the unique identifier. UID2 may need to be a specific value for some kinds of DLLs, especially those used by plug-in frameworks.
          UID 3

          Enter the unique identifier. In the current implementation of platform security, UID3 is used as the Secure ID if SECUREID is not specified in the .mmp file. If it is specified, UID3 will be used to identify the application as its original purpose.

          +

          However, the SID is used to determine which private directory a process can access as well as to identify the caller applications, whereas the UID is used to uniquely identify an application. It is theoretically possible that these two identifiers could have different values, but to avoid confusion Symbian recommends that a SECUREID not be specified in the application's MMP file; UID3 should always be specified instead.

          Generate header fileCheck this option to generate a header file for the resource files.
          +
          Related references
          + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor_sources.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_Editor_sources.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,46 @@ + + +MMP Editor Sources + + + +

          MMP Editor Sources Window

          + +

          + The MMP editor sources window lists the C++ and resource files that you can select to be compiled. The MMP editor sources window is shown in Figure 1.

          +

          +

          Figure 1 - MMP Editor Sources window

          +

          + + + + + + + + + +
          NameFunction
          +

          + C/C++ sources

          +

          + Select the C/C++ files to be compiled with your project.

          Missing C/C++ sourcesShows a list of missing source files referenced by project MMP files.
          +

          + Resources

          +

          + Add, remove, or edit resources, bitmaps, and languages to compile with your project.

          +
          Related references
          + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_selection.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/MMP_selection.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,18 @@ + + +MMP Selection + + + +

          MMP Selection

          + +

          + The MMP Selection dialog displays a list of mmp project files that your source files should be added to for debugging specific components.

          +

          +

          Figure 1 - MMP Selection Dialog

          +

          + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/NewMMP_wizard.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/mmp/NewMMP_wizard.html Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,51 @@ + + +New Symbian OS MMP File + + + +

          New Symbian MMP File

          + +

          + Use the Symbian MMP File wizard (figure 1) to create a new MMP project file for the currently selected project. Symbian projects are defined by an .mmp file which specifies the essential project elements of a Symbian project. All details of the project lifecycle are handled by the IDE. There is no editable makefile the user can edit to modify the build behavior of the project.

          +
          +

          Creating a New Symbian MMP File

          +
            +
          1. To open the New wizard to create a MMP File: +
              +
            • Select the File > New > Other... menu item (Figure 1)
            • +
            +
            +

            +

            Figure 1 - Select a wizard page in the New window

            +

            OR

            +
            +
              +
            • Select the File > New > Symbian MMP File... menu item (Figure 2)
            • +
            +
          2. +
            +

            +

            Figure 2 - MMP File page in the New MMP File window

            +
            +
          3. On the Select the wizard page, select Symbian > Symbian MMP File, then click Next (Figure 1)
          4. +
          5. On the MMP File page, enter the destination project folder and specify file name
          6. +
          7. Click Finish
          8. +
          +

          The new MMP file is created in the destination folder and shown in the MMP editor.

          +
          +
          Related references
          + + + + + + + + \ No newline at end of file diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/exporting_remote_conns.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/exporting_remote_conns.htm Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,37 @@ + + + + + + +Exporting Remote Connections + + + + +

          Exporting Remote Connections

          +

          You can export remote connection settings for sharing and import settings created by others using the Import/Export commands.

          + +

          To export one or more remote connections:

          +
            +
          1. Click the File > Export... menu option.
          2. +
          3. Select the Remote Connections > Remote Connections Data wizard in the Select page (Figure 1), then click Next.
          4. +

            +

            Figure 1. Select page showing Remote Connections Data wizard

            +
          5. Choose file and remote connections to export (Figure 2) in the Export Remote Connections Data page.
          6. +

            +

            Figure 2. Enable remote connections to export to chosen file

            +
          7. Click Finish to save the selected remote connections to the file.
          8. +
          +
          Related references
          + + + + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/importing_remote_conns.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/importing_remote_conns.htm Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,37 @@ + + + + + + +Importing Remote Connections + + + + +

          Importing Remote Connections

          +

          You can export remote connection settings for sharing and import settings created by others using the Import/Export commands.

          + +

          To import one or more remote connections:

          +
            +
          1. Click the File > Import... menu option.
          2. +
          3. Select the Remote Connections > Remote Connections Data wizard in the Select page (Figure 1), then click Next.
          4. +

            +

            Figure 1. Select page showing Remote Connections Data wizard

            +
          5. Choose file and remote connections to export (Figure 2) in the Import Remote Connections Data page.
          6. +

            +

            Figure 2. Enable remote connections to import

            +
          7. Click Finish to import the selected remote connections into Carbide.
          8. +
          +
          Related references
          + + + + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/view_remote_connection.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/view_remote_connection.htm Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,181 @@ + + + + + + +Remote Connections view + + + + + +

          Remote Connections view

          +

          Use the Remote Connections view to monitor, create, edit, or remove common connection settings for remote agents. Remote agents provide support for debugging, profiling, trace, and more. The connection types currently supported include:

          +
            +
          • Bluetooth — available for debug support
          • +
          • Serial — mainly for boards with a serial interface
          • +
          • USB — available for both debug and trace support
          • +
          +

          The columns in the Remote Connections view include:

          +
            +
          • Connection/Services - connection name defined by you and remote agent type
          • +
          • Type - connection type, i.e. Bluetooth, USB, TCP/IP, etc.
          • +
          • Status - current connection status, i.e. Available, Not Accessible, Ready, etc.
          • +
          • Description - provides information on the current connection test status.
          • +
          +

          +

          Figure 1 - Remote Connections view

          +

          When the view is closed or another perspective opened, a small display appears in the trim area in the lower-right corner of the workspace showing the current active remote connection. Click the connection name to open the drop-down menu where you can open the Remote Connections view or switch between connections.

          +

          +

          Figure 2. Available remote connection trim indicator

          +

          Remote Connections view toolbar icons

          +

          The following commands appear on the toolbar within the Remote Connections view:

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          ItemIconExplanation
          Toggle periodic service testing
          Periodic testing icon
          Toggles service testing on or off.
          Refresh Connections
          + +

          Click to update the connection list status.

          New Connection
          + +
          Click to open the New Connection wizard to add a connection.
          Edit Connection
          + +

          Click to edit the selected remote connection.

          View menu
          View menu
          Select the connection types to monitor for remote connections.
          +

          Remote Connections view Status icons

          +

          The following status indicators appear in the Remote Connections view:

          + + + + + + + + + + + + + + + + + + + + + + + + + + +
          ItemIconExplanation
          Connection
          + +

          Indicates an inactive remote connection setting.

          Not Active
          + +
          Indicates an inactive connection type.
          Ready / Available
          + +

          Indicates an active remote connection is ready or that a particular connection type is available.

          Not Accessible
          + +

          Cannot access the connection type within the connection setup. This could be due to one of the following conditions:

          +
            +
          • Nokia Ovi/PC Suite is not installed (Carbide uses their drivers to connect to remote devices)
          • +
          • User did not select Ovi/PC Suite mode on the device
          • +
          • CODA (Carbide On-device Debug Agent) is not installed on the device
          • +
          +

          If all the above is setup the remote device should automatically appear when it is connected to the PC. The Description field contains useful debug information that can help solve the issue as well.

          +

          Remote Connections view context menu options

          +

          Based on the current selection, one or more of the following commands appear on the context menu when you right-click within the Remote Connections view. For example, if no connections are defined, only the New Connection command is available on the context menu.

          +

          +

          Figure 3 - Remote Connections context menu

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          ItemIconExplanation
          New Connection...
          + +
          Select to open the New Connection wizard to add a connection.
          Rename Select to rename the currently selected connection.
          Edit Settings...
          + +

          Select to edit the selected remote connection settings.

          Delete
          + +

          Select to delete the selected connection from the connection list.

          Help for...
          + +
          Select to open the Help view for connection information.
          Make Current Make the selected connection the current connection.
          +
          Related references
          + + + + + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_new_conn_install_tab.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_new_conn_install_tab.htm Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,49 @@ + + + + + + +Install Remote Agents pane + + + + +

          Install Remote Agents

          +

          Use the Install Remote Agents pane to select the latest remote agent version to download and install to the device.

          +

          +

          Figure 2 - New Connection wizard Install remote agents page

          +

          Table 1. Install Remote Agents pane

          + + + + + + + + + + + + + + + + + +
          ItemExplanation
          Install remote agents

          A list of the most current versions of remote agents sorted by SDK and version. Select the version most compatable with the device. For example, a device running S60 5.0 needs a version of the CODA software compiled for that SDK.

          +

          Additional information about the selected entry is displayed to the right to help you choose the correct version of CODA for the target device.

          SaveClick Save to store a local copy of the currently selected CODA to disk. You can then manually install the file to your devices using the method of your choice.
          Install

          Click Install to download and install the CODA selected in the Install remote agents list. A progress bar is shown if the install operation requires more than a few seconds to complete.

          +

          NOTE Drivers installed by PC Suite or Ovi Suite are required in order for Install to download a remote agent onto the target device.

          +

          NOTE The SIS and SISX file types must be associated with an installer application like Nokia PC Suite or Ovi Suite in order to install them onto the device. Use the Save command above to perform a manual install to the device if you don't have an installer application.

          +

          +
          Related references
          + + + + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_new_conn_settings_pane.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_new_conn_settings_pane.htm Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,47 @@ + + + + + + +Install Remote Agents pane + + + + +

          Install Remote Agents pane

          +

          Use the Install Remote Agents pane to select the latest remote agent version to download and install to the device.

          +

          +

          Figure 2 - New Connection wizard Serial Connection Settings page

          +

          Table 3. Serial Connection Setting page - Install Remote Agents tab

          + + + + + + + + + + + + + + + + + +
          ItemExplanation
          Install Remote Agents

          A list of the most current versions of remote agents sorted by SDK and version. Select the version most compatable with the device. For example, a device running S60 3.1.0 needs a version of the CODA software compiled for that SDK.

          +

          Additional information about the selected entry is displayed to the right to help you choose the correct version of CODA for the target device.

          SaveClick Save to store a local copy of the currently selected CODA to disk. You can then manually install the file to your devices using the method of your choice.
          Install

          Click Install to download and install the CODA selected in the Install latest CODA list. A progress bar is shown if the install operation requires more than a few seconds to complete.

          +

          NOTE The SIS and SISX file types must be associated with an installer application like Nokia PC Suite in order to install them onto the device. Use the Save command above to perform a manual install to the device if you don't have an installer application.

          +

          +
          Related references
          + + + + + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_new_conn_wiz_add.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_new_conn_wiz_add.htm Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,114 @@ + + + + + + +Adding, Editing, and Deleting Connections + + + + +

          Adding, Editing, and Deleting Connections

          +

          Use the Remote Connections view to monitor, create, edit, or remove common remote connection settings.

          + +

          Edit connection name and type

          +

          Use the Edit connection name and type page to assign a name and connection type to the new connection setup.

          +

          +

          Figure 1 - New Connection wizard Edit connection name and type page

          +

          Table 1. Edit connection name and type page - options

          + + + + + + + + + + + + + + + + + +
          ItemExplanation
          Connection TypeSelect the type of connection this setup will use.
          Connection Name

          Enter a name for the connection.

          Connection Settings

          Select the connection port to use for this connection setting.

          +

          Set Connection Settings pane

          +

          Use the Set Connection Settings pane to compare the version of remote agent installed on the device with the latest version available for Carbide. In this pane you can:

          +
            +
          • Set the device OS used by the device and supported by the selected remote agent
          • +
          • Allow easy serial port selection when connecting to a device
          • +
          • Verify that you have the latest remote agent installed on a device
          • +
          +

          +

          Figure 2 - New Connection wizard Serial Connection Settings page

          +

          Table 2. Serial Connection Setting page - Set Connection Settings tab

          + + + + + + + + + + + + + + + + + +
          ItemExplanation
          Device OS (used to determine installer version)Select the OS used on the device.
          Select a service to testClick to select a listed service for testing.
          Initiate Service Testing

          Click Initiate Service Testing to query the remote agent software on the device for its version number. It then compares the version number found with the latest version available for Carbide. A progress bar will appear should the Check CODA version operation requires more than a few seconds.

          +

          NOTE The PC must have an internet connection to perform a remote agent version check.

          +

          Once the comparison is complete the Status text is updated with the result and further instructions as required.

          +

          +

          If a connection fails, the errors normally fall into these two categories:

          +
            +
          • connection failure - this usually indicates the chosen COM port is not open. Try selecting a different COM port, specifically one with a name attached to it (COM4 - BthModem0) for the type of connection you are using (USB or Bluetooth). Repeat as necessary until you get a successful response.
          • +
          • CODA not responding - this indicates that the COM port is open but CODA is not responding. First, verify that CODA is up and running on the device. Second, CODA may be listening on a different COM port, so choose another named COM port and try again.
          • +
          +

           

          +

          Install Remote Agents pane

          +

          Use the Install Remote Agents pane to select the latest remote agent version to download and install to the device.

          +

          +

          Figure 2 - New Connection wizard Serial Connection Settings page

          +

          Table 3. Serial Connection Setting page - Install Remote Agents tab

          + + + + + + + + + + + + + + + + + +
          ItemExplanation
          Install Remote Agents

          A list of the most current versions of remote agents sorted by SDK and version. Select the version most compatable with the device. For example, a device running S60 5.x needs a version of the CODA software compiled for that SDK.

          +

          Additional information about the selected entry is displayed to the right to help you choose the correct version of CODA for the target device.

          SaveClick Save to store a local copy of the currently selected CODA to disk. You can then manually install the file to your devices using the method of your choice.
          Install

          Click Install to download and install the CODA selected in the Install latest CODA list. A progress bar is shown if the install operation requires more than a few seconds to complete.

          +

          NOTE The SIS and SISX file types must be associated with an installer application like Nokia PC Suite in order to install them onto the device. Use the Save command above to perform a manual install to the device if you don't have an installer application.

          +

           

          +
          Related references
          + + + + + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_new_conn_wiz_edit.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_new_conn_wiz_edit.htm Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,122 @@ + + + + + + +Editing connections + + + + +

          Editing connections

          +

          Use the Remote Connections view to monitor, create, edit, or remove common remote connection settings.

          + +

          Edit connection name and type

          +

          Use the Edit connection name and type page to assign a name and connection type to the new connection setup.

          +

          +

          Figure 1 - New Connection wizard Edit connection name and type page

          +

          Table 1. Edit connection name and type page - options

          + + + + + + + + + + + + + + + + + +
          ItemExplanation
          Conection TypeSelect the type of connection this setup will use.
          Connetion name

          Enter a name for the connection.

          Supported Services

          Shows a list of services supported by the connection type chosen.

          +

          Set Connection Settings pane

          +

          Use the Set Connection Settings pane to compare the version of remote agent installed on the device with the latest version available for Carbide. In this pane you can:

          +
            +
          • Set the device OS used by the device and supported by the selected remote agent
          • +
          • Allow easy serial port selection when connecting to a device
          • +
          • Verify that you have the latest remote agent installed on a device
          • +
          +

          +

          Figure 2 - New Connection wizard Set Connection Settings tab

          +

          Table 2. Bluetooth Setting page - Set Connection Settings tab

          + + + + + + + + + + + + + + + + + + + + + + + + + +
          ItemExplanation
          Serial Port A dropdown list of serial ports with known identifiers for selecting the communication port used by the PC to communicate with the device. A named COM port (COM4 - BthModem0) indicates an active port. Unnamed port numbers have usually not been opened and assigned by the PC.
          Baud Ratea dropdown list of baud rates common to serial connections.
          Device OS

          A dropdown list of device OSes that are supported by the remote agent software. Select the OS used by the device before running a check.

          Select a service to testClick to select a listed service for testing.
          Test Service Status

          Click Initiate service testing to query the remote agent software on the device for its version number. It then compares the version number found with the latest version available for Carbide. A progress bar will appear should the Check CODA version operation requires more than a few seconds.

          +

          NOTE The PC must have an internet connection to perform a remote agent version check.

          +

          Once the comparison is complete the Status text is updated with the result and further instructions as required.

          +

          +

          If a connection fails, the errors normally fall into these two categories:

          +
            +
          • connection failure - this usually indicates the chosen COM port is not open. Try selecting a different COM port, specifically one with a name attached to it (COM4 - BthModem0) for the type of connection you are using (USB or Bluetooth). Repeat as necessary until you get a successful response.
          • +
          • CODA not responding - this indicates that the COM port is open but CODA is not responding. First, verify that CODA is up and running on the device. Second, CODA may be listening on a different COM port, so choose another named COM port and try again.
          • +
          +

           

          +

          Install Remote Agents pane

          +

          Use the Install Remote Agents pane to select the latest remote agent version to download and install to the device.

          +

          +

          Figure 2 - New Connection wizard Install remote agents tab

          +

          Table 3. Bluetooth Setting page - Install Remote Agents tab

          + + + + + + + + + + + + + + + + + +
          ItemExplanation
          Install remote agents

          A list of the most current versions of remote agents sorted by SDK and version. Select the version most compatable with the device. For example, a device running S60 3.1.0 needs a version of the CODA software compiled for that SDK.

          +

          Additional information about the selected entry is displayed to the right to help you choose the correct version of CODA for the target device.

          SaveClick Save to store a local copy of the currently selected CODA to disk. You can then manually install the file to your devices using the method of your choice.
          Install

          Click Install to download and install the CODA selected in the Install latest CODA list. A progress bar is shown if the install operation requires more than a few seconds to complete.

          +

          NOTE The SIS and SISX file types must be associated with an installer application like Nokia PC Suite in order to install them onto the device. Use the Save command above to perform a manual install to the device if you don't have an installer application.

          +

           

          +
          Related references
          + + + + + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_new_connection_wizard.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_new_connection_wizard.htm Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,61 @@ + + + + + + +Setup Connection + + + + +

          Setup Connection

          +

          Use the Edit Connection page to assign a connection type, name, and connection settings to the new connection setup.

          +

          +

          Figure 1 - New Connection wizard Setup Connection tab

          +

          Table 1. Setup Connection page - options

          + + + + + + + + + + + + + + + + + +
          ItemExplanation
          Connection Type

          Select the type of connection and its supported services from the drop down list of options. The types of connections include:

          +
            +
          • Bluetooth - serial port connection through Bluetooth
          • +
          • Serial - serial port connection through a COM serial port
          • +
          • USB - serial port connection through USB that supports CODA 4.x
          • +
          +

          And the supported services may include:

          +
            +
          • CODA
          • +
          • Tracing
          • +
          • and others
          • +
          Connection Name

          Enter a name for the connection.

          Connection Settings

          Shows a list of services supported by the connection type chosen.

          +
            +
          • Bluetooth - serial port connection through Bluetooth
          • +
          • Serial - serial port connection through a COM serial port
          • +
          • USB - serial port connection through USB that supports CODA 4.x
          • +
          +
          Related references
          + + + + + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_on_device_check_tab.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_on_device_check_tab.htm Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,58 @@ + + + + + + +Test Connection + + + + +

          Test Connection

          +

          Use the Set Connection Settings pane to compare the version of remote service installed on the device with the latest version available for Carbide. A remote service is any software on the device that can communicate with Carbide. This includes CODA (Carbide On-device Debug Agent), Trace, Performance Investigator, and other services. In this pane you can:

          +
          • Set the device OS used by the device and supported by the remote service
          • +
          • Verify that Carbide can communicate with the remote service via the chosen connection setting
          • +
          • Verify that you have the latest version of the remote service installed on the device
          • +
          +

          Options presented may differ based on the type of connection setting chosen.

          +

          +

          Figure 1 - Test Connection pane in the New Connection dialog

          +
          Table 1 Test Connection pane — items
          + + + + + + + + + + + + + + + + + +
          ItemExplanation
          Device OS (used to determine installer version)

          A dropdown list of device OSes that are supported by CODA. Select the OS used by the device before running a check.

          Select a service to testSelect the remote service type to query on the remote device.
          Initiate service testing

          Click Initiate service testing to query the remote software on the device for its version number. It then compares the version number found with the latest version available for Carbide. A progress bar will appear when the operation requires more than a few seconds.

          +

          NOTE The PC must have an internet connection to perform a remote service version check.

          +

          Once the comparison is complete the Status text is updated with the result and further instructions as required.

          +

          +

          If a connection fails, the errors normally fall into these two categories:

          +
            +
          • connection failure - this usually indicates the chosen COM port is not open. Try selecting a different COM port, specifically one with a name attached to it (COM4 - BthModem0) for the type of connection you are using (USB or Bluetooth). Repeat as necessary until you get a successful response.
          • +
          • Service not responding - this indicates that the COM port is open but the remote service is not responding. First, verify that remote service is up and running on the device. Second, the remote service may be listening on a different COM port, so choose another named COM port and try again.
          • +
          +
          Related references
          + + + + diff -r 16e8bfa397ad -r ff0156b93599 core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_on_device_setup.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/remote_conn/wnd_on_device_setup.htm Wed Oct 06 10:31:32 2010 -0500 @@ -0,0 +1,31 @@ + + + + + + +On-Device Connections + + + + +

          On-Device Connections

          +

          Use the New Connection wizard to verify and update Carbide software services on a device. Click the New Connection... icon (New Connection icon) in the Remote Connections view toolbar to open. Current services available include CODA, Tracing, and others. The following tabs are present:

          + +

          +

          Figure 1 - New Connection dialog

          +
          Related references
          + + + + diff -r 16e8bfa397ad -r ff0156b93599 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 Sat Oct 02 12:36:21 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_00.htm Wed Oct 06 10:31:32 2010 -0500 @@ -15,7 +15,7 @@
        • Building an executable based on the project sources
        • Debugging the DLL using the Carbide debugger
    -

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

    +

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

    Other references