core/com.nokia.carbide.cpp.doc.user/html/concepts/SampleExampleProjectCreate.html
author fturovic <frank.turovich@nokia.com>
Wed, 17 Jun 2009 12:03:14 -0500
changeset 259 53dc199caef8
parent 0 fb279309251b
child 923 bbee10bb6733
child 1207 e265bbe56eb0
permissions -rw-r--r--
updated release notes and bug fixes for 2.1

<!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>