core/com.nokia.carbide.cpp.doc.user/html/concepts/SampleExampleProjectCreate.html
author fturovic <frank.turovich@nokia.com>
Wed, 10 Feb 2010 15:19:41 -0600
branchRCL_2_4
changeset 923 bbee10bb6733
parent 0 fb279309251b
permissions -rw-r--r--
revised creating dll project info and images

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