--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_00.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_00.htm Tue Jul 20 13:52:51 2010 -0500
@@ -8,7 +8,7 @@
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
-<h2>Creating and Debugging DLL Projects Tutorial</h2>
+<h2>DLL Projects Tutorial</h2>
<p>In this example we show how to create a project for a DLL (Dynamic Linked Library) using one of the built-in Carbide templates, how to build it into an executable, and how to launch the debugger to verify program accuracy. The steps to do this include:</p>
<ol>
<li><a href="new_proj_from_template_01.htm">Creating</a> a project from a project template</li>
@@ -18,8 +18,8 @@
<p class="note"><b>NOTE</b> There must be at least one recognized SDK installed before you can create a project. See the <a href="../../../reference/SDKPreferences.html">SDK Preferences panel</a> 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 <a href="../../AddinganSDK.html">add</a> it to the Discovered Symbian OS SDK list.</p>
<h4>Other references</h4>
<ul>
- <li><a href="new_proj_from_template_00.htm">Creating and Debugging New Projects Tutorial</a></li>
- <li><a href="run_mode_debug_example_00.htm">Debugging on Remote Targets (Run-mode) Tutorial</a></li>
+ <li><a href="new_proj_from_template_00.htm">Emulator Application Projects</a></li>
+ <li><a href="run_mode_debug_example_00.htm">Remote Target Debugging (Run-mode)</a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_01.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_01.htm Tue Jul 20 13:52:51 2010 -0500
@@ -58,7 +58,7 @@
<p><strong>NEXT STEP</strong> > <a href="new_proj_from_template_02.htm">Building</a> the object code based on the project sources </p>
<h4>Other references</h4>
<ul>
- <li><a href="new_proj_dll_example_00.htm">Creating and Debugging DLL Projects Tutorial</a></li>
+ <li><a href="new_proj_dll_example_00.htm">DLL Projects</a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_02.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_02.htm Tue Jul 20 13:52:51 2010 -0500
@@ -40,7 +40,7 @@
<h4><strong>NEXT STEP</strong> > <a href="new_proj_from_template_03.htm">Defining</a> a launch configuration for running or debugging the DLL</h4>
<h4>Other references</h4>
<ul>
- <li><a href="new_proj_dll_example_00.htm">Creating and Debugging DLL Projects Tutorial</a></li>
+ <li><a href="new_proj_dll_example_00.htm">DLL Projects</a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_03.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_03.htm Tue Jul 20 13:52:51 2010 -0500
@@ -57,7 +57,7 @@
<h4>Other references</h4>
<ul>
- <li><a href="new_proj_dll_example_00.htm">Creating and Debugging DLL Projects Tutorial</a></li>
+ <li><a href="new_proj_dll_example_00.htm">DLL Projects</a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_00.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_00.htm Tue Jul 20 13:52:51 2010 -0500
@@ -4,11 +4,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
-<title>Creating and Debugging New Projects Tutorial</title>
+<title>Emulator Application Projects Tutorial</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
-<h2>Creating and Debugging New Projects Tutorial</h2>
+<h2>Emulator Application Projects Tutorial</h2>
<p>In this example we show how to create a new project using one of the built-in Carbide templates, how to build it into an executable, and how to launch the debugger to verify program accuracy. The steps to do this include:</p>
<ol>
<li><a href="new_proj_from_template_01.htm">Creating</a> a project from a project template</li>
@@ -18,8 +18,8 @@
</ol>
<p class="note"><b>NOTE</b> There must be at least one recognized SDK installed before you can create a project. See the <a href="../../../reference/SDKPreferences.html">SDK Preferences panel</a> 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 <a href="../../AddinganSDK.html">add</a> it to the Discovered Symbian OS SDK list.</p>
<h4>Other references</h4>
-<ul><li><a href="new_proj_from_template_00.htm">Creating and Debugging DLL Projects Tutorial</a></li>
- <li><a href="run_mode_debug_example_00.htm">Debugging on Remote Targets (Run-mode) Tutorial</a></li>
+<ul><li><a href="new_proj_from_template_00.htm">DLL Projects</a></li>
+ <li><a href="run_mode_debug_example_00.htm">Remote Target Debugging (Run-mode)</a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_02.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_02.htm Tue Jul 20 13:52:51 2010 -0500
@@ -91,7 +91,7 @@
<ul>
- <li><a href="new_proj_from_template_00.htm">Creating and Debugging New Projects Tutorial</a><a href="./"></a></li>
+ <li><a href="new_proj_from_template_00.htm">Emulator Application Projects</a><a href="./"></a><a href="./"></a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_04.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_04.htm Tue Jul 20 13:52:51 2010 -0500
@@ -58,7 +58,7 @@
<h4>Other references</h4>
<ul>
- <li><a href="new_proj_from_template_00.htm">Creating and Debugging New Projects Tutorial</a><a href="./"></a><a href="./"></a></li>
+ <li><a href="new_proj_from_template_00.htm">Emulator Application Projects</a><a href="./"></a><a href="./"></a><a href="./"></a><a href="./"></a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_00.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_00.htm Tue Jul 20 13:52:51 2010 -0500
@@ -4,22 +4,22 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
-<title>Debugging on Remote Targets (Run-mode) Tutorial</title>
+<title>Remote Target Debugging (Run-mode) Tutorial</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
-<h2>Debugging on Remote Targets (Run-mode) Tutorial</h2>
+<h2>Remote Target Debugging (Run-mode) Tutorial</h2>
<p>In this example we demonstrate how to debug applications on a remote device using the Application TRK remote debug agent. This enables you to test programs on the actual device it will operate on while observing its behavior using the Carbide debugger. The steps to do this include:</p>
<ol>
<li><a href="run_mode_debug_example_01.htm">Connect</a> target device for PC</li>
<li><a href="../trk/trk_installation_instr.htm">Install </a>TRK v3.2.6 remote agent or later on the target device</li>
- <li><a href="run_mode_debug_example_04.htm">Configure</a> project for debugging</li>
+ <li><a href="run_mode_debug_example_04.htm">Configure</a> project for downloading</li>
<li><a href="run_mode_debug_example_05.htm">Debug</a> project on target device</li>
</ol>
<h4>Other references</h4>
<ul>
- <li><a href="new_proj_from_template_00.htm">Creating and Debugging New Projects Tutorial</a></li>
- <li><a href="new_proj_dll_example_00.htm">Creating and Debugging DLL Projects Tutorial</a></li>
+ <li><a href="new_proj_from_template_00.htm">Emulator Application Projects</a></li>
+ <li><a href="new_proj_dll_example_00.htm">DLL Projects</a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_01.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_01.htm Tue Jul 20 13:52:51 2010 -0500
@@ -13,7 +13,7 @@
<ol>
<li><strong>Connect target device to PC</strong></li>
<li><a href="../trk/trk_installation_instr.htm">Install </a>TRK remote agent (v3.2.6) or later on the target device</li>
- <li><a href="run_mode_debug_example_04.htm">Configure</a> project for debugging</li>
+ <li><a href="run_mode_debug_example_04.htm">Configure</a> project for downloading</li>
<li><a href="run_mode_debug_example_05.htm">Debug</a> project on target device</li>
</ol>
<hr>
@@ -35,7 +35,7 @@
<p><strong>NEXT</strong>: <a href="run_mode_debug_example_02.htm">Install TRK remote agent</a></p>
<h4>Other references</h4>
<ul>
- <li><a href="run_mode_debug_example_00.htm">Debugging on Remote Targets (Run-mode) Tutorial</a></li>
+ <li><a href="run_mode_debug_example_00.htm">Remote Target Debugging (Run-mode)</a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_02.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_02.htm Tue Jul 20 13:52:51 2010 -0500
@@ -12,7 +12,7 @@
<ol>
<li><a href="run_mode_debug_example_01.htm">Connect</a> target device to PC</li>
<li><strong>Install TRK remote agent (v3.2.6) or later on the target device</strong></li>
- <li><a href="run_mode_debug_example_03.htm">Configure</a> project for debugging</li>
+ <li><a href="run_mode_debug_example_03.htm">Configure</a> project for downloading</li>
<li><a href="run_mode_debug_example_04.htm">Debug</a> project on target device</li>
</ol>
<hr>
@@ -41,7 +41,7 @@
<p><strong>NEXT:</strong> <a href="run_mode_debug_example_03.htm">Configure project for debugging</a></p>
<h4>Other references</h4>
<ul>
- <li><a href="run_mode_debug_example_00.htm">Debugging on Remote Targets (Run-mode) Tutorial</a></li>
+ <li><a href="run_mode_debug_example_00.htm">Remote Target Debugging (Run-mode)</a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_03.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_03.htm Tue Jul 20 13:52:51 2010 -0500
@@ -13,13 +13,13 @@
<ol>
<li><a href="run_mode_debug_example_01.htm">Connect</a> target device to PC</li>
<li><a href="../trk/trk_installation_instr.htm">Install </a>TRK remote agent (v3.2.6) or later on the target device</li>
- <li><strong>Configure project for debugging</strong></li>
+ <li><strong>Configure project for downloading</strong></li>
<li><a href="run_mode_debug_example_05.htm">Debug</a> project on target device</li>
</ol>
<hr>
<p> </p>
<div class="step">
- <h4><strong>Configure project for debugging</strong></h4>
+ <h4><strong>Configure project for downloading</strong></h4>
<ol>
<li>Select a configuration to debug the HelloWorld application on the target device.
<p>We choose <strong>Phone Debug (armv5_udeb)</strong> for this example using the <strong>Manage Configurations</strong> icon on the toolbar, but yours name may differ based upon the SDK selected for your project.</p>
@@ -59,7 +59,7 @@
<p><strong>NEXT:</strong> <a href="run_mode_debug_example_04.htm">Debug project on target device</a></p>
<h4>Other references</h4>
<ul>
- <li><a href="run_mode_debug_example_00.htm">Debugging on Remote Targets (Run-mode) Tutorial</a></li>
+ <li><a href="run_mode_debug_example_00.htm">Remote Target Debugging (Run-mode)</a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_04.htm Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/run_mode_debug_example_04.htm Tue Jul 20 13:52:51 2010 -0500
@@ -12,16 +12,16 @@
<p>In this example we demonstrate how to debug applications on a remote device using the Application TRK remote debug agent. This enables you to test programs on the actual device it will operate on while observing its behavior using the Carbide debugger. The steps to do this include:</p>
<ol>
<li><a href="run_mode_debug_example_01.htm">Connect</a> target device to PC</li>
- <li><a href="../trk/trk_installation_instr.htm">Install</a> TRK remote agent (v3.2.6) or later on the target device</li>
- <li><a href="run_mode_debug_example_04.htm">Configure</a> project for debugging</li>
- <li><a href="run_mode_debug_example_05.htm">Debug</a> project on target device</li>
- </ol>
+ <li><a href="../trk/trk_installation_instr.htm">Install</a> TRK remote agent (v3.2.7) or later on the target device</li>
+ <li><a href="run_mode_debug_example_04.htm">Configure</a> project for downloading</li>
+ <li><strong>Debug project on target device</strong></li>
+</ol>
<hr>
<p> </p>
<p> </p>
<h4>Other references</h4>
<ul>
- <li><a href="run_mode_debug_example_00.htm">Debugging on Remote Targets (Run-mode) Tutorial</a></li>
+ <li><a href="run_mode_debug_example_00.htm">Remote Target Debugging (Run-mode)</a></li>
</ul>
<div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
--- a/core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml Mon Jul 19 17:04:12 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml Tue Jul 20 13:52:51 2010 -0500
@@ -32,9 +32,9 @@
<topic label="Debugging a DLL Project" href="html/projects/tutorials/new_proj_dll_example_03.htm" />
</topic>
<topic label="Remote Target Debugging (Run-mode)" href="html/projects/tutorials/run_mode_debug_example_00.htm" >
- <topic label="Install remote debug agent" href="html/projects/tutorials/run_mode_debug_example_01.htm" />
- <topic label="Connect remote device to PC" href="html/projects/tutorials/run_mode_debug_example_02.htm" />
- <topic label="Create or import project" href="html/projects/tutorials/run_mode_debug_example_03.htm" />
+ <topic label="Connect remote device to PC" href="html/projects/tutorials/run_mode_debug_example_01.htm" />
+ <topic label="Install remote debug agent" href="html/projects/tutorials/run_mode_debug_example_02.htm" />
+ <topic label="Configure project for downloading" href="html/projects/tutorials/run_mode_debug_example_03.htm" />
<topic label="Debug on remote device" href="html/projects/tutorials/run_mode_debug_example_04.htm" />
</topic>
</topic>