core/com.nokia.carbide.cpp.doc.user/html/tasks/index.html
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 987 77469bd2d10b
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
<title>Tasks in Symbian OS Eclipse Development User Guide</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
   </head>
   <body>
   <div class="AuthoredContent">
   <a name="eclipse_tasks"></a>


  </div><div class="Head1">
<h2>Tasks</h2>
</div><div class="Bodytext"> 
  

  <p>
	 This section explains the different tasks that can be performed using the
	 Symbian OS plug-ins for Eclipse. It provides step-by-step instructions for
	 performing each task. 
  </p>
  <p>
	 To develop a program requires that you have installed one or more
	 development kits. The <i>Working with SDKs</i> tasks describes the
	 tasks for setting up and selecting the kits to use with your project. 
  </p>
  <p>
	 Next, program creation is described. This can be done either by creating a
	 new project through a wizard, or by importing an existing Symbian OS project
	 file. 
  </p>
  <p>
	 You can either import a 
	 <code class="filename">bld.inf</code> file, in which case all the projects specified in that
	 component are imported, or import a single 
	 <code>mmp</code> file. The two cases are discussed separately below. 
  </p>
  <p>
	 You can then add and build code in the project. This is mostly done using
	 the standard CDT tools and techniques. The plug-ins through also offer special
	 support for the Symbian OS specific file formats for application information
	 files (AIF) and multi-bitmap files (MBM), as described in <i>Modifying
	 Resources</i>. 
  </p>
  <ul>
<li><a href="WorkingwithSDKs.html">Working with SDKs</a></li>
<li><a href="CreatingNewProjects.html">Creating New Projects</a></li>
<li><a href="ImportingProjects.html">Importing Projects from a Bld.Inf File</a></li>
<li><a href="ExportingtoMMP_BLDinf.html">Exporting Project(s) to MMP/Bld.inf Files </a></li>
<li><a href="AddingClasses.html">Adding Classes</a></li>
<li><a href="ModifyingResources.html">Modifying Resources</a></li>
<li><a href="projects/prj_build.htm">Building Projects</a></li>
</ul>



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

   </div></body>
   </html>