updated welcome section of manual, bug fixes, and TOC
authorfturovic <frank.turovich@nokia.com>
Thu, 09 Apr 2009 14:14:03 -0500
changeset 80 61ef8f7de1aa
parent 72 5464a0b24d87
child 87 c606acbe8b76
updated welcome section of manual, bug fixes, and TOC
core/com.nokia.carbide.cpp.doc.user/html/bugs_fixed.htm
core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_help.htm
core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_install.htm
core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_overview.htm
core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_requirements.htm
core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_tools.htm
core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_updating.htm
core/com.nokia.carbide.cpp.doc.user/html/tasks/start/images/update_features2.png
core/com.nokia.carbide.cpp.doc.user/html/tasks/start/images/update_features3.png
core/com.nokia.carbide.cpp.doc.user/html/tasks/start/images/update_features4.png
core/com.nokia.carbide.cpp.doc.user/html/tasks/start/images/update_features5.png
core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml
--- a/core/com.nokia.carbide.cpp.doc.user/html/bugs_fixed.htm	Tue Apr 07 15:28:30 2009 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/bugs_fixed.htm	Thu Apr 09 14:14:03 2009 -0500
@@ -15,9 +15,7 @@
 <body bgcolor="#ffffff">
 <h2>Carbide.c++ bugs fixed </h2>
 <p>This is a comprehensive list of bugs fixed by release: </p>
-<ul>
-  <li><a href="#bugs204">Bugs Fixed in 2.0.4</a></li>
-  <li><a href="#bugs210">Bugs Fixed in 2.1.0</a></li>
+<ul><li><a href="#bugs210">Bugs Fixed in 2.1.0</a></li>
   <li><a href="#bugs204">2.0.4</a>, <a href="#bugs203">2.0.3</a>, <a href="#bugs202"> 2.0.2</a>, <a href="#bugs200">2.0.0</a></li>
   <li><a href="#bugs131">1.3.1</a>, <a href="#bugs130">1.3.0</a> , <a href="#bugs122">1.2.2</a>, <a href="#bugs121">1.2.1</a></li>
 </ul>
@@ -28,7 +26,9 @@
 <h3><a name="bugs204" id="bugs5"></a>Bugs Fixed in v2.0.4</h3>
 <ul>
   <li><a href="https://xdabug001.ext.nokia.com/bugzilla/show_bug.cgi?id=8050">8050</a> - Fixed an issue that preventing the building of a target when another target of the same project is being debugged.</li>
+  <li><a href="https://xdabug001.ext.nokia.com/bugzilla/show_bug.cgi?id=8196">8282</a> - Fixed several issues with <span class="code">PRJ_EXTENSION</span> that prevented resource building under SBSv1.</li>
   <li><a href="https://xdabug001.ext.nokia.com/bugzilla/show_bug.cgi?id=8694">8694</a> - Fixed an issue that prevented  building a project using SBSv2 when the workspace and kit resided on different drives.</li>
+  <li><a href="https://xdabug001.ext.nokia.com/bugzilla/show_bug.cgi?id=8196">8804</a> - Fixed a problem where the number of build errors reported wasn't consistent between the Console and Problem views.</li>
 </ul>
 <h3><a name="bugs203" id="bugs3"></a>Bugs Fixed in v2.0.3</h3>
 <ul>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_help.htm	Thu Apr 09 14:14:03 2009 -0500
@@ -0,0 +1,28 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<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>Carbide Help</title>
+<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
+</head>
+<body bgcolor="#FFFFFF">
+<h2>Carbide Help</h2>
+<p>The Carbide IDE provides a wealth of help resources you can tap into to make learning and using Carbide easy. They include:</p>
+<ul>
+  
+  <li><b>Welcome</b> pages &#8212; the Welcome pages provide links to what's new, bug fixes, examples, and internet resources. They provide all the information you need to learn about new features and capabilites. Click <b>Help &gt; Welcome</b> to view the various pages.</li>
+  <li><b>Manuals</b> &#8212; extensive documentation on all aspect of Carbide, Carbide tools, SDKs, and more, are available by clicking <b>Help &gt; Help Content</b> and then choosing the manual to read.</li>
+  <li><b>Cheat sheets</b> &#8212; cheat sheets provide interactive assistance for many common tasks. They appear in their own view and allow you to step through the instructions at your own pace. Click <b>Help &gt; Cheat Sheets</b>, then select the cheat sheet to open.</li>
+  <li><b>F1</b> support &#8212; press <b>F1</b> to open a informational Help view about the currently selected view or dialog.</li>
+  <li><b>Hover help</b> support &#8212; hover the pointer over a symbol in any C/C++ editor and a popup  appears with related information. If the symbol represents a Symbian API call  then Symbian API information appears.</li>
+</ul>
+<h4>References</h4>
+<ul>
+  <li> <a href="file:///fturovic/Documents/workspace-2.x.x/carbidecpp/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_overview.htm">Carbide.c++ Overview</a></li>
+</ul>
+<div id="footer">Copyright &copy; 2009 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>
+
+</body>
+</html>
\ No newline at end of file
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_install.htm	Tue Apr 07 15:28:30 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<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>Carbide.c++ Installation</title>
-<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
-</head>
-<body bgcolor="#FFFFFF">
-<h2>Carbide.c++ Installation</h2>
-<p>You must install Carbide.c++ on a computer in order to create Symbian programs. </p>
-<p class="note"><b>NOTE</b> Also, see <a href="carbide_requirements.htm">Carbide.c++ Requirements</a> to ensure you have everything required to develop Symbian programs.</p>
-<div class="step">
-  <h4>Installing Carbide.c++ </h4>
-  <ol>
-    <li>Launch the Carbide.c++ installer</li>
-    <p>The first page of install wizard appears.</p>
-    <li>Follow install wizard instructions and accept default settings</li>
-        <li>Click Finish in installer window</li>
-    <p>The installer exits.</p>
-<li>Install a software development kit (SDK) for Symbian development</li>
-    <p>You must have at least one Symbian OS SDK's installed to develop programs for Symbian devices. See <a href="carbide_requirements.htm">System Requirements</a> for a complete list of supported SDKs.</p>
-    <li>Install Perl</li>
-    <p>Download and install <a href="ftp://ftp.activestate.com/ActivePerl/Windows/5.6/ActivePerl-5.6.1.635-MSWin32-x86.msi">ActivePerl-5.6.1.635.</a></p>
-    <li>Install the &#8220;Symbian Connect&#8221; software that came with your phone</li>
-    <p>You need software that communicates with the target device from your PC. For more information, see <a href="carbide_deploying.htm">Deploying Programs to Devices</a>.</p>
-  </ol>
-</div>
-<div id="footer">Copyright &copy; 2009 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>
-
-</body>
-</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_overview.htm	Thu Apr 09 14:14:03 2009 -0500
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<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>Carbide Overview</title>
+<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
+</head>
+<body bgcolor="#FFFFFF">
+<h2>Carbide Overview</h2>
+<p>Carbide is an integrated development environment (IDE) designed to develop <a href="http://www.SymbianFoundation.org">Symbian</a> applications for mobile devices. Carbide is built using the open source <a href="http://www.eclipse.org">Eclipse</a> and C/C++ development toolkit (CDT) projects as its base with a wealth of additional tools that make it ideal for developing mobile applications. Carbide includes all the tools necessary to develop mobile applications including editors, GUI designers, project management tools, source code analysis tools, compilers, debuggers, profilers, on-device agents, revision control systems,and much more.</p>
+<p>The basic structure of creating applications is easy to understand. You create a project, add some code, compile it into an executable file, then test it on an emulator, a simulator, or the actual device. If the application is compiled for debugging you can also control the program from within Carbide to ensure that the program behaves as expected using breakpoints, watchpoints, view variables, memory, stack traces, and other intimate details of the program as it runs.</p>
+<p>To learn more about Carbide, see the following topics:</p>
+<ul>
+  <li><a href="carbide_requirements.htm">Carbide system requirements</a></li>
+  <li><a href="carbide_help.htm">Carbide Help</a></li>
+  <li><a href="carbide_tools.htm">Carbide Tools</a></li>
+  <li><a href="carbide_updating.htm">Updating Carbide</a></li>
+</ul>
+<div id="footer">Copyright &copy; 2009 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>
+
+</body>
+</html>
\ No newline at end of file
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_requirements.htm	Tue Apr 07 15:28:30 2009 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_requirements.htm	Thu Apr 09 14:14:03 2009 -0500
@@ -1,104 +1,108 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<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>Carbide.c++ Installation</title>
-<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
-</head>
-<body bgcolor="#FFFFFF">
-<h2>System Requirements</h2>
-<p>You use the Carbide.c++ IDE in conjunction with a recognized SDK to develop Symbian software.</p>
-<p> In practice, whether you use an SDK, a developer kit (DevKit), or both depends on the edition of
-    Carbide.c++ you have (see Table 1). Further, if you use an OS devkit,
-    it must be version  9.1b or higher for EKA2 with
-  Platform Security support.</p>
-<h5>Table 1. Support packages used for development with each Carbide.c++ Editions </h5>
-<table width="100%"  border="0" cellpadding="3" cellspacing="0">
-  <tr>
-    <th width="28%" scope="col">Carbide.c++ Edition</th>
-    <th width="35%" scope="col">Support Packages <br />
-    Used for Software Development </th>
-    <th width="37%" scope="col">What You Can Do...</th>
-  </tr>
-  <tr>
-    <td height="65"><b>Developer / Professional</b></td>
-    <td rowspan="2" valign="middle"><p>An SDK or OS developer kit (DevKit) including:</p>
-      <ul><li>9.x or higher for Platform Security </li>
-    </ul></td>
-    <td><p>Targets: S60 5th and 3rd Ed., Qt, UIQ</p>
-      <p>Debugger: Emulators, on-device debugging </p></td>
-  </tr>
-  <tr>
-    <td><b>OEM</b></td>
-    <td><p>Targets: S60 5th and 3rd Ed., Qt, UIQ</p>
-    <p>Debugger: Emulators, on-device debugging, device debugging in ROM, kernel debugging </p>
-    <p>Performance Investigator: application performance data, memory usage, power usage, button event reporting </p></td>
-  </tr>
-</table>
-<h5>Table 2. System Requirements</h5>
-<table width="85%"  border="0" cellpadding="2">
-  <tr>
-    <th width="27%" scope="row">Hardware</th>
-    <td width="73%"><ul>
-        <li>x86-based personal computer </li>
-        <li>1800MHz</li>
-        <li> 1GB of RAM minimum, recommend 2GB or more</li>
-        <li>CD-ROM drive </li>
-        </ul>
-    </td>
-  </tr>
-  <tr>
-    <th scope="row">Operating System </th>
-    <td><p>Microsoft&reg; Windows&reg; XP (Service Pack 2) recommended, Microsoft&reg; Windows&reg; Vista&reg; supported </p>
-        <p class="note"><b>NOTE</b> While Carbide.c++ supports many different OS configurations, only the ones listed here provide for optimal Symbian development. </p>
-        <p class="note"><b>NOTE</b> If you experience any VM issues, see the <a href="../../hints_tips.htm#VMissues">Tips &amp; Hints</a> page for info on modifying Carbide's default memory setup. </p></td>
-  </tr>
-  <tr>
-    <th scope="row">Other Software </th>
-    <td><p>A Symbian OS&#8482; SDK and Perl:</p>
-      <ul>
-          <li>S60 Platform SDKs (<a href="http://forum.nokia.com/info/sw.nokia.com/id/4a7149a5-95a5-4726-913a-3c6f21eb65a5/S60-SDK-0616-3.0-mr.html">forum.nokia.com/main/resources/tools_and_sdks/carbide/</a>)
-            <ul>
-              <li>S60 5th Edition</li>
-              <li>S60 3rd Edition, FP1</li>
-              <li>S60 3rd Edition, MR </li>
-              <li>S60 3rd Edition </li>
-            </ul>
-        </li>
-        <li>Qt
-          (<a href="http://www.trolltech.com/">www.trolltech.com</a>)
-          <ul>
-            <li>Qt SDK for S60</li>
-          </ul>
-        </li>
-        <li>UIQ SDKs (<a href="http://www.uiq.com/">www.uiq.com</a>)
-          <ul>
-            <li>UIQ 3.1 </li>
-            <li>UIQ 3.0</li>
-          </ul>
-        </li>
-      </ul>
-      <ul><li>Perl (<a href="http://www.activestate.com">www.activestate.com</a>)
-    (required)              
-          <ul>
-              <li><a href="ftp://ftp.activestate.com/ActivePerl/Windows/5.6/ActivePerl-5.6.1.635-MSWin32-x86.msi">ActivePerl-5.6.1.635</a></li>
-          </ul></li>
-          <li>Symbian Connect software 
-          <p>Software that communicates between a PC and a target device. For example, <a href="http://europe.nokia.com/nokia/0,,72014,00.html">Nokia PC Suite</a>. </p></li>
-      </ul></td>
-  </tr>
-  <tr>
-    <th scope="row">Disk Space </th>
-    <td><ul>
-        <li>700 MB for Carbide.c++</li>
-        <li>Up to 1.5 GB per S60 SDK</li>
-        <li>1.5 GB for each Symbian OS&#8482; SDK installation</li>
-    </ul></td>
-  </tr>
-</table>
-<div id="footer">Copyright &copy; 2009 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>
-
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<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>Carbide.c++ Installation</title>
+<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
+</head>
+<body bgcolor="#FFFFFF">
+<h2>System Requirements</h2>
+<p>You use the Carbide.c++ IDE in conjunction with a recognized SDK to develop Symbian software.</p>
+<p> In practice, whether you use an SDK, a developer kit (DevKit), or both depends on the edition of
+    Carbide.c++ you have (see Table 1). Further, if you use an OS devkit,
+    it must be version  9.1b or higher for EKA2 with
+  Platform Security support.</p>
+<h5>Table 1. Support packages used for development with each Carbide.c++ Editions </h5>
+<table width="100%"  border="0" cellpadding="3" cellspacing="0">
+  <tr>
+    <th width="28%" scope="col">Carbide.c++ Edition</th>
+    <th width="35%" scope="col">Support Packages <br />
+    Used for Software Development </th>
+    <th width="37%" scope="col">What You Can Do...</th>
+  </tr>
+  <tr>
+    <td height="65"><b>Developer / Professional</b></td>
+    <td rowspan="2" valign="middle"><p>An SDK or OS developer kit (DevKit) including:</p>
+      <ul><li>9.x or higher for Platform Security </li>
+    </ul></td>
+    <td><p>Targets: S60 5th and 3rd Ed., Qt, UIQ</p>
+      <p>Debugger: Emulators, on-device debugging</p>
+    <p>UI Designer: create graphical interfaces quickly using standard UI components</p></td>
+  </tr>
+  <tr>
+    <td><b>OEM</b></td>
+    <td><p>Targets: S60 5th and 3rd Ed., Qt, UIQ</p>
+    <p>Debugger: Emulators, on-device debugging, device debugging in ROM, kernel debugging </p>
+    <p>Performance Investigator: application performance data, memory usage, power usage, button event reporting </p></td>
+  </tr>
+</table>
+<h5>Table 2. System Requirements</h5>
+<table width="85%"  border="0" cellpadding="2">
+  <tr>
+    <th width="27%" scope="row">Hardware</th>
+    <td width="73%"><ul>
+        <li>x86-based personal computer </li>
+        <li>1800MHz</li>
+        <li> 1GB of RAM minimum, recommend 2GB or more</li>
+        <li>CD-ROM drive </li>
+        </ul>
+    </td>
+  </tr>
+  <tr>
+    <th scope="row">Operating System </th>
+    <td><p>Microsoft&reg; Windows&reg; XP (Service Pack 2) recommended, Microsoft&reg; Windows&reg; Vista&reg; supported </p>
+        <p class="note"><b>NOTE</b> While Carbide.c++ supports many different OS configurations, only the ones listed here provide for optimal Symbian development. </p>
+        <p class="note"><b>NOTE</b> If you experience any VM issues, see the <a href="../../hints_tips.htm#VMissues">Tips &amp; Hints</a> page for info on modifying Carbide's default memory setup. </p></td>
+  </tr>
+  <tr>
+    <th scope="row">Other Software </th>
+    <td><p>A Symbian OS&#8482; SDK and Perl:</p>
+      <ul>
+          <li>S60 Platform SDKs (<a href="http://forum.nokia.com/info/sw.nokia.com/id/4a7149a5-95a5-4726-913a-3c6f21eb65a5/S60-SDK-0616-3.0-mr.html">forum.nokia.com/main/resources/tools_and_sdks/carbide/</a>)
+            <ul>
+              <li>S60 5th Edition</li>
+              <li>S60 3rd Edition, FP1</li>
+              <li>S60 3rd Edition, MR </li>
+              <li>S60 3rd Edition </li>
+            </ul>
+        </li>
+        <li>Qt
+          (<a href="http://www.trolltech.com/">www.trolltech.com</a>)
+          <ul>
+            <li>Qt SDK for S60</li>
+          </ul>
+        </li>
+        <li>UIQ SDKs (<a href="http://www.uiq.com/">www.uiq.com</a>)
+          <ul>
+            <li>UIQ 3.1 </li>
+            <li>UIQ 3.0</li>
+          </ul>
+        </li>
+      </ul>
+      <ul><li>Perl (<a href="http://www.activestate.com">www.activestate.com</a>)
+    (required)              
+          <ul>
+              <li><a href="ftp://ftp.activestate.com/ActivePerl/Windows/5.6/ActivePerl-5.6.1.635-MSWin32-x86.msi">ActivePerl-5.6.1.635</a></li>
+          </ul></li>
+          <li>Symbian Connect software 
+          <p>Software that communicates between a PC and a target device. For example, <a href="http://europe.nokia.com/nokia/0,,72014,00.html">Nokia PC Suite</a>. </p></li>
+      </ul></td>
+  </tr>
+  <tr>
+    <th scope="row">Disk Space </th>
+    <td><ul>
+        <li>700 MB for Carbide.c++</li>
+        <li>Up to 1.5 GB for each S60 SDK installation</li>
+    </ul></td>
+  </tr>
+</table>
+<h4>References</h4>
+<ul>
+  <li> <a href="carbide_overview.htm">Carbide.c++ Overview</a></li>
+</ul>
+<div id="footer">Copyright &copy; 2009 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>
+
+</body>
 </html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_tools.htm	Thu Apr 09 14:14:03 2009 -0500
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<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>Carbide Tools</title>
+<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
+</head>
+<body bgcolor="#FFFFFF">
+<h2>Carbide Tools</h2>
+<p>&nbsp;</p>
+<h4>References</h4>
+<ul>
+  <li> <a href="file:///fturovic/Documents/workspace-2.x.x/carbidecpp/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_overview.htm">Carbide.c++ Overview</a></li>
+</ul>
+<div id="footer">Copyright &copy; 2009 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>
+
+</body>
+</html>
\ No newline at end of file
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_updating.htm	Tue Apr 07 15:28:30 2009 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_updating.htm	Thu Apr 09 14:14:03 2009 -0500
@@ -1,30 +1,50 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<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>Updating Carbide.c++</title>
-<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
-<style type="text/css">
-<!--
-.style2 {color: #FF0000}
--->
-</style>
-</head>
-<body bgcolor="#FFFFFF">
-<h2>Updating Carbide.c++</h2>
-<p>Updates to Carbide.c++ current features are available using the Software Updates feature. </p>
-<p>Carbide is a collection of difference software projects combined into a working  environment for Symbian OS C/C++ development. At its base Carbide uses Eclipse and  CDT projects from Eclipse.org. We then modify some of these base plug-ins to work with our Carbide plug-ins. This is important for you to know as any updates to those modified base plug-ins may cause Carbide to not work as intended. </p>
-<p class="note"><span class="style2"><b>IMPORTANT</b> We recommend that you  not install any updates for Carbide.c++ features except for those provided by Nokia via Software Update. Replacing any standard Eclipse plugin with an updated version from a non-Nokia update site  can result in Carbide.c++ no longer working as intended.</span></p>
-<p>Select <b>Help &gt; Software Updates &gt; Find and Install...</b> to display the Install/Update dialog. Select &quot;Search for new features to install&quot; and click Next.</p>
-<p align="center"><img src="images/update_features.png" width="528" height="327" /></p>
-<p class="figure">Figure 1 - Install/Update Dialog </p>
-<p>Select the <b>Carbide.c++ Update Site</b> option and click <b>Finish</b>.</p>
-<p align="center"><img src="images/update_features2.png" width="528" height="586" /></p>
-<p class="figure">Figure 2 - Update Sites </p>
-<p>For more information visit the Carbide site online at <a href="http://www.forum.nokia.com/main/resources/tools_and_sdks/carbide_cpp/">http://www.forum.nokia.com/main/resources/tools_and_sdks/carbide_cpp/</a>.</p>
-<div id="footer">Copyright &copy; 2009 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>
-
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<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>Updating Carbide.c++</title>
+<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
+<style type="text/css">
+<!--
+.style2 {color: #FF0000}
+-->
+</style>
+</head>
+<body bgcolor="#FFFFFF">
+<h2>Updating Carbide.c++</h2>
+<p>Updates to Carbide.c++ current features are available using the <b>Software Updates</b> feature. </p>
+<p>Carbide is a collection of difference software projects combined into a working  environment for Symbian OS C/C++ development. At its base Carbide uses Eclipse and  CDT projects from <a href="http://www.eclipse.org/">Eclipse.org</a>. We then modify some of these base plug-ins to work with our Carbide plug-ins. This is important for you to know as any updates to those modified base plug-ins may cause Carbide to not work as intended. </p>
+<p class="note"><span class="style2"><b>IMPORTANT</b> We recommend that you  not install any updates for Carbide.c++ features except for those provided by Nokia via Software Update. Replacing any standard Eclipse plugin with an updated version from a non-Nokia update site  can result in Carbide.c++ no longer working as intended.</span></p>
+<div class="step">
+  <h4>Installing Carbide Updates</h4>
+  <ol>
+    <li>Select <b class="step">Help &gt; Software Updates &gt; Find and Install...</b> to display the Install/Update dialog. Select &quot;Search for new features to install&quot; and click Next.
+  <p align="center"><img src="images/update_features.png" width="528" height="327" /></p>
+  <p class="figure">Figure 1 - Install/Update Dialog </p></li>
+  <li>Select the <b>Carbide.c++ Update Site</b> option and click <b>Finish</b>.
+  <p align="center"><img src="images/update_features2.png" width="600" height="419" /></p>
+  <p class="figure">Figure 2 - Update Sites </p></li>
+  <li>Select the <b>Carbide.c++ features to install, then click Next</b>
+    <p align="center"><img src="images/update_features3.png" width="600" height="482" /></p>
+  <p class="figure">Figure 3 - Search results showing Carbide features available</p>
+  </li>
+  <li>Accept with the license 
+    terms and click Next.
+    <p align="center"><img src="images/update_features4.png" width="600" height="482" /></p>
+  <p class="figure">Figure 4 - Update Sites </p></li>
+  <li>Select where the new feature should be installed, then  click <b>Finish</b>.
+    <p align="center"><img src="images/update_features5.png" width="600" height="482" /></p>
+  <p class="figure">Figure 5 - Update Sites </p></li>
+  </ol>
+</div>
+<p>Carbide downloads the selected features and installs them. You may need to relaunch Carbide.c++ to access the newly installed capabilities.</p>
+<h4>References</h4>
+<ul>
+  <li> <a href="carbide_overview.htm">Carbide.c++ Overview</a></li>
+</ul>
+<div id="footer">Copyright &copy; 2009 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>
+
+</body>
+</html>
Binary file core/com.nokia.carbide.cpp.doc.user/html/tasks/start/images/update_features2.png has changed
Binary file core/com.nokia.carbide.cpp.doc.user/html/tasks/start/images/update_features3.png has changed
Binary file core/com.nokia.carbide.cpp.doc.user/html/tasks/start/images/update_features4.png has changed
Binary file core/com.nokia.carbide.cpp.doc.user/html/tasks/start/images/update_features5.png has changed
--- a/core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml	Tue Apr 07 15:28:30 2009 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml	Thu Apr 09 14:14:03 2009 -0500
@@ -3,12 +3,12 @@
 
 <toc label="Introduction" href="html/concepts/Introduction.html"  >
 
-	<topic label="Carbide.c++ Overview" >
+	<topic label="Carbide.c++ Overview" href="html/tasks/start/carbide_overview.htm" >
+		<topic label="System Requirements" 			href="html/tasks/start/carbide_requirements.htm" />
+		<topic label="Carbide Help" 				href="html/tasks/start/carbide_help.htm" >
+		<topic label="Carbide Tools" 				href="html/tasks/start/carbide_tools.htm" >
+		<topic label="Updating Carbide" 			href="html/tasks/start/carbide_updating.htm" >
 	      
-		<topic label="Introduction" 				href="html/concepts/Introduction.html" >
-		<topic label="System Requirements" 		href="html/tasks/start/carbide_requirements.htm" />
-   <topic href="html/tasks/start/carbide_install.htm" label="Carbide.c++ Installation">
-   </topic>
 			<topic label="Supported Target Types"	href="html/concepts/build_targets.htm" />		
 			<topic label="Supported SDKs" 		    href="html/sos_references.htm" />
 			<topic label="Updating Carbide.c++" 	href="html/tasks/start/carbide_updating.htm" />