core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_00.htm
changeset 1617 94b6d1326534
parent 1610 5e244b89116e
child 1632 82122e7b1554
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_00.htm	Wed Jul 14 15:00:33 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_00.htm	Wed Jul 14 15:59:19 2010 -0500
@@ -4,15 +4,15 @@
 <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 New Projects Tutorial</title>
+<title>Creating and Debugging New Projects Tutorial</title>
 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
 </head>
 <body bgcolor="#FFFFFF">
-<h2>Creating New Projects Tutorial</h2>
+<h2>Creating and Debugging New 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>
-    <li><a href="new_proj_from_template_02.htm">Building</a> an executable based on the project sources</li>
+    <li><a href="new_proj_from_template_02.htm">Building</a> an object code based on the project sources</li>
     <li><a href="new_proj_from_template_03.htm">Defining</a> a launch configuration for running or debugging the application</li>
     <li><a href="new_proj_from_template_04.htm">Controlling and debugging</a> the running program using  the Carbide debugger</li>
 </ol>