revised creating dll project info and images RCL_2_4
authorfturovic <frank.turovich@nokia.com>
Wed, 10 Feb 2010 15:19:41 -0600
branchRCL_2_4
changeset 923 bbee10bb6733
parent 922 fbd0e7c75ee1
child 931 c6f86d0867c2
child 939 47d3ca29d054
revised creating dll project info and images
core/com.nokia.carbide.cpp.doc.user/html/concepts/SampleExampleProjectCreate.html
core/com.nokia.carbide.cpp.doc.user/html/images/navigatorview.gif
core/com.nokia.carbide.cpp.doc.user/html/images/new_simple_project_01.png
core/com.nokia.carbide.cpp.doc.user/html/images/new_simple_project_02.png
core/com.nokia.carbide.cpp.doc.user/html/images/new_simple_project_03.png
core/com.nokia.carbide.cpp.doc.user/html/images/new_simple_project_04.png
--- a/core/com.nokia.carbide.cpp.doc.user/html/concepts/SampleExampleProjectCreate.html	Wed Feb 10 14:38:27 2010 -0600
+++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/SampleExampleProjectCreate.html	Wed Feb 10 15:19:41 2010 -0600
@@ -1,67 +1,45 @@
-<!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" />
-<title>Simple Example Project in Getting Started</title>
-<link rel="StyleSheet" href="../../book.css" type="text/css"/>
-</head>
-<body>
-<h2>Simple DLL Example</h2>
-
-   <p>
-	  This section will walk through the process of creating a simple
-	  &#8220;Test1&#8221; DLL project. For more information on creating a new project, see
-	  <a href="../tasks/CreatingNewProjects.html">Tasks &gt; Creating New Projects</a>. 
-   </p>
-   <p>
-	  To start, click File &gt; New &gt; Project to
-		invoke the New Project wizard. Select Symbian OS C++ Project in the Symbian OS folder and click Next to
-	  continue with the following steps:</p>
-   <ol>
-     <li>Select Basic dynamically linked library (DLL) project template and click Next.</li>
-   </ol>
-   <p align="center"><img src="../images/new_simple_project_01.png" width="409" height="503" align="middle" alt="" /></p>
-   <p class="figure">Figure 1 - Select Basic DLL</p>
-   <ol>
-     <li value="2">Enter a project name and specify a workspace location to store the project. </li>
-   </ol>
-   <p align="center"><img src="../images/new_simple_project_02.png" width="430" height="319" align="middle" alt="" /></p>
-   <p class="figure">Figure 2 - Specify Project Name and Location</p>
-   <ol>
-     <li value="3">Select the Symbian OS SDK and Build Configurations to use for this project, then click Next.</li>
-   </ol>
-   <blockquote>
-     <p class="note"><b>NOTE</b> This dialog will show SDKs installed on your PC.</p>
-   </blockquote>
-   <p align="center"><img src="../images/new_simple_project_03.png" width="403" height="397" align="middle" alt="" /></p>
-   <p class="figure">Figure 3 - Symbian OS SDKs and Build Configurations</p>
-   <ol>
-     <li value="4">Specify UID2 as &#8220;0x00000004&#8221;, your
-			               name as the Author and your Copyright notice.
-			               For more details on UID2, see <a href="../tasks/CreatingNewProjects.html">Creating New Projects</a>.
-               Click Next to continue.</li>
-   </ol>
-   <p align="center"><img src="../images/new_simple_project_04.png" width="403" height="397" align="middle" alt="" /> </p>
-   <p class="figure">Figure 4 - Basic Settings page</p>
-   <ol>
-     <li value="6"> 
-       Accept the default names for all directories.</li>
-   </ol>
-   <p align="center"><img src="../images/new_simple_project_05.png" width="403" height="397" align="middle" alt="" /></p>
-   <p class="figure">Figure 5- Project Directories page</p>
-   <ol>
-     <li value="7">
-        Click Finish. The simple &#8220;test1&#8221; DLL project is
-                         listed in the navigation view with the set of files created for the project. </li>
-   </ol>
-   <blockquote>
-     <p> This completes the simple &#8220;test1&#8221; DLL project creation. The image
-          below shows the expanded project  view.</p>
-   </blockquote>
-  <p align="center" class="Image"><img src="../images/navigatorview.gif" alt="The Navigator view provides a hierarchic..." width="271" height="345"  border="0" /></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" />
+<title>Simple Example Project in Getting Started</title>
+<link rel="StyleSheet" href="../../book.css" type="text/css"/></head>
+<body>
+<h2>Simple DLL Example</h2>
+
+   <p>
+	  This example walks through the process of creating a basic
+	  &#8220;MyDynamicDLL&#8221; DLL project. </p>
+   <p>For more information on creating new projects of all types, see<b> </b><a href="../tasks/CreatingNewProjects.html">Creating New Projects</a>. </p>
+   <div class="step">
+     <h4>Creating a DLL Project</h4>
+     <ol>
+       <li>Click <b>File &gt; New &gt; Symbian OS C++ Project</b> to invoke the <b>New</b> <b>Symbian OS C++ Project</b> wizard.</li>
+       <li>Select Basic dynamically linked library (DLL) project template and click Next.</li>
+       <p class="figure"><img src="../images/new_simple_project_01.png" width="500" height="567" alt="" /></p>
+       <p class="figure">Figure 1. Select Basic DLL template</p>
+       <li>Enter a project name and specify a workspace location to store the project. </li>
+       <p align="center"><img src="../images/new_simple_project_02.png" width="500" height="567"alt="" /></p>
+       <p align="center" class="figure">Figure 2. Project name and location information</p>
+       <li>Select the Symbian OS SDK and Build Configurations to use for this project, then click Next.</li>
+       <p align="center"><img src="../images/new_simple_project_03.png" width="500" height="567" alt="" /></p>
+       <p class="figure">Figure 3. SDK selection for project</p>
+       <li>Enter Specify UID2 as &#8220;0x0000008d&#8221;, your name as the Author and your Copyright notice.
+         For more details on UID2, see <a href="../tasks/CreatingNewProjects.html">Creating New Projects</a>.  
+         <p align="center"><img src="../images/new_simple_project_04.png" width="500" height="567" alt="" /></p>
+       </li>
+     </ol>
+     <p class="figure">Figure 4. Basic settings for DLL</p>
+     <ol start="6">
+       <li>Click Finish to generate the project. </li>
+       <p>The simple &#8220;MyDynamicDLL&#8221;  project is listed in the Project Explorer view with the set of files created for the project. </p>
+     </ol>
+     <p align="center" class="Image"><img src="../images/navigatorview.gif" alt="" width="342" height="387"  border="0" /></p>
+     <p align="center" class="figure">Figure 5. DLL example project in Project Explorer view</p>
+   </div>
+<div id="footer">Copyright &copy; 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>
+
+</body>
+</html>
    
\ No newline at end of file
Binary file core/com.nokia.carbide.cpp.doc.user/html/images/navigatorview.gif has changed
Binary file core/com.nokia.carbide.cpp.doc.user/html/images/new_simple_project_01.png has changed
Binary file core/com.nokia.carbide.cpp.doc.user/html/images/new_simple_project_02.png has changed
Binary file core/com.nokia.carbide.cpp.doc.user/html/images/new_simple_project_03.png has changed
Binary file core/com.nokia.carbide.cpp.doc.user/html/images/new_simple_project_04.png has changed