core/com.nokia.carbide.cpp.doc.user/html/tasks/CreatingNewProjects.html
changeset 1929 e42423cc31d4
parent 1893 e29df1745269
child 1934 4f0cd256d26c
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/CreatingNewProjects.html	Tue Aug 31 10:28:49 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/CreatingNewProjects.html	Tue Aug 31 10:54:44 2010 -0500
@@ -14,19 +14,19 @@
     <h3>Creating New Symbian OS C++ Projects</h3>
     <ol>
       <li class="step">Select <b>File &gt; New &gt; Symbian OS C++ Project</b> to invoke the <b>New Project</b> wizard.</span></li>
-        <p><img src="../images/step1.png" width="506" height="318" alt="" ></p>
+        <p><img src="images/new_proj_step1.png" width="548" height="120" alt="" ></p>
         <li>The <b class="step">New Symbian OS C++ Project</b> wizard appears. Select a template related to an installed SDK.</li>
       <p>A project template provides the initial source files and project settings appropriate for the chosen project type. A brief description of each template appears below the list. The project type determines the type of program that you are writing.</p>
       <p class="note"><b>NOTE</b> If the selected template requires user input, additional wizard pages will collect data from the user before creating the project.</p>
       <p>Checkmark the <b>Filter templates based on enabled SDKs</b> option to only list  SDKs enabled in the <a href="../reference/pref_carb_sdk_preference.html">Symbian SDKs panel</a>. Uncheck this option to list  SDKs that can be used with Carbide. Click <b>Next</b>.</p>
-      <p align="center"><img src="../images/step2.png" width="500" height="567" alt="" ></p>
+      <p align="center"><img src="images/new_proj_step2.png" width="525" height="503" alt="" ></p>
       <li>Enter a name for your project. </li>
       <p>Checkmark the <b>Use default location</b> option to save the project in the current workspace by default or uncheck it to save to another location. Enter the path in the <b>Location</b> field or click <b>Browse</b> button to locate the directory. Click <b>Next</b>.</p>
-      <p align="center"><span class="Image"><img src="images/new_proj_name_location.png" alt="new project" width="500" height="400"></span><span class="Image"><br>
+      <p align="center"><span class="Image"><img src="images/new_proj_name_location.png" alt="new project" width="525" height="503"></span><span class="Image"><br>
       </span></p>
       <li>Select the <b>SDKs and Build Configurations</b>. </li>
       <p>Checkmark the <b>Filter SDKs based on selected template</b> option to only show  build configurations based on the selected SDK template, or uncheck to show all enabled SDKs and their related build configurations.</p>
-      <p align="center"><img src="../images/step4.png" width="500" height="500" alt="" ></p>
+      <p align="center"><img src="images/new_proj_step4.png" width="525" height="503" alt="" ></p>
       <p class="Image">The Symbian OS SDKs wizard page shows a tree of the SDKs and the type of builds available within that SDK. Select a single SDK
         if the program you are developing is for just one version of a platform,
       or select multiple SDKs to build the program for multiple build platforms or SDK versions.</p>
@@ -34,7 +34,7 @@
         do the build, and whether debug and/or release builds are required. For this example we recommend using the Emulator Debug version as the <a href="../concepts/build_configurations.htm">build configuration</a>. Later, you can <a href="projects/prj_set_build_tgt.htm">switch</a> to another build configuration to create the project for a specific device.</p>
       <p> Click <b>Next</b>.</p>
       <li>Set the project properties in the <b>Basic Settings</b> page. </li>
-      <div align="center"><img src="../images/step5.png" width="500" height="500" alt="" >        </div>
+      <div align="center"><img src="images/new_proj_step5.png" width="525" height="503" alt="" >        </div>
       <blockquote>
         <p align="left" class="note"><b>NOTE</b> The basic properties for a project may change based on the template selected for a particular project type. </p>
         <p align="left" style="font-weight: normal;">Fill in the applicable fields, which
@@ -61,7 +61,7 @@
       <li span style="font-weight: normal;">
         Click <b>Next</b> to move to the <b>Project Directories</b> page.</li>
         <div class="Figure">
-          <p align="center" class="Image"><img src="../images/step6.png" width="500" height="500" alt="" ><br>
+          <p align="center" class="Image"><img src="images/new_proj_step6.png" width="525" height="503" alt="" ><br>
           </p>
           <p class="note" style="font-weight: normal;"> <b>NOTE</b> The project directories depends on the selected template. That is, the directories required to store project data may
       change based on the template used. </p>
@@ -71,7 +71,7 @@
       <p>This generates the necessary files for the project based on the template selected and show them in the <a href="../reference/view_proj_explorer.htm">Project Explorer</a> view.</p>
     </ol>
     <blockquote>
-      <p align="center"><img src="../images/step7.png" width="273" height="301" alt="" > </p>
+      <p align="center"><img src="images/new_proj_step7.png" width="224" height="267" alt="" > </p>
     </blockquote>
   </div>
   <blockquote>