core/com.nokia.carbide.cpp.doc.user/html/tasks/index.html
author dan.podwall@nokia.com
Mon, 06 Apr 2009 14:56:28 -0500
changeset 56 887bd61e1328
parent 2 d760517a8095
child 987 77469bd2d10b
child 1207 e265bbe56eb0
permissions -rw-r--r--
merge from RCL_2_0 to default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
cawthron
parents:
diff changeset
     2
<title>Tasks in Symbian OS Eclipse Development User Guide</title>
cawthron
parents:
diff changeset
     3
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
cawthron
parents:
diff changeset
     4
   </head>
cawthron
parents:
diff changeset
     5
   <body>
cawthron
parents:
diff changeset
     6
   <div class="AuthoredContent">
cawthron
parents:
diff changeset
     7
   <a name="eclipse_tasks"></a>
cawthron
parents:
diff changeset
     8
cawthron
parents:
diff changeset
     9
cawthron
parents:
diff changeset
    10
  </div><div class="Head1">
cawthron
parents:
diff changeset
    11
<h2>Tasks</h2>
cawthron
parents:
diff changeset
    12
</div><div class="Bodytext"> 
cawthron
parents:
diff changeset
    13
  
cawthron
parents:
diff changeset
    14
cawthron
parents:
diff changeset
    15
  <p>
cawthron
parents:
diff changeset
    16
	 This section explains the different tasks that can be performed using the
cawthron
parents:
diff changeset
    17
	 Symbian OS plug-ins for Eclipse. It provides step-by-step instructions for
cawthron
parents:
diff changeset
    18
	 performing each task. 
cawthron
parents:
diff changeset
    19
  </p>
cawthron
parents:
diff changeset
    20
  <p>
cawthron
parents:
diff changeset
    21
	 To develop a program requires that you have installed one or more
cawthron
parents:
diff changeset
    22
	 development kits. The <i>Working with SDKs</i> tasks describes the
cawthron
parents:
diff changeset
    23
	 tasks for setting up and selecting the kits to use with your project. 
cawthron
parents:
diff changeset
    24
  </p>
cawthron
parents:
diff changeset
    25
  <p>
cawthron
parents:
diff changeset
    26
	 Next, program creation is described. This can be done either by creating a
cawthron
parents:
diff changeset
    27
	 new project through a wizard, or by importing an existing Symbian OS project
cawthron
parents:
diff changeset
    28
	 file. 
cawthron
parents:
diff changeset
    29
  </p>
cawthron
parents:
diff changeset
    30
  <p>
cawthron
parents:
diff changeset
    31
	 You can either import a 
cawthron
parents:
diff changeset
    32
	 <code class="filename">bld.inf</code> file, in which case all the projects specified in that
cawthron
parents:
diff changeset
    33
	 component are imported, or import a single 
cawthron
parents:
diff changeset
    34
	 <code>mmp</code> file. The two cases are discussed separately below. 
cawthron
parents:
diff changeset
    35
  </p>
cawthron
parents:
diff changeset
    36
  <p>
cawthron
parents:
diff changeset
    37
	 You can then add and build code in the project. This is mostly done using
cawthron
parents:
diff changeset
    38
	 the standard CDT tools and techniques. The plug-ins through also offer special
cawthron
parents:
diff changeset
    39
	 support for the Symbian OS specific file formats for application information
cawthron
parents:
diff changeset
    40
	 files (AIF) and multi-bitmap files (MBM), as described in <i>Modifying
cawthron
parents:
diff changeset
    41
	 Resources</i>. 
cawthron
parents:
diff changeset
    42
  </p>
cawthron
parents:
diff changeset
    43
  <ul>
cawthron
parents:
diff changeset
    44
<li><a href="WorkingwithSDKs.html">Working with SDKs</a></li>
cawthron
parents:
diff changeset
    45
<li><a href="CreatingNewProjects.html">Creating New Projects</a></li>
cawthron
parents:
diff changeset
    46
<li><a href="ImportingProjects.html">Importing Projects from a Bld.Inf File</a></li>
cawthron
parents:
diff changeset
    47
<li><a href="ExportingtoMMP_BLDinf.html">Exporting Project(s) to MMP/Bld.inf Files </a></li>
cawthron
parents:
diff changeset
    48
<li><a href="AddingClasses.html">Adding Classes</a></li>
cawthron
parents:
diff changeset
    49
<li><a href="ModifyingResources.html">Modifying Resources</a></li>
cawthron
parents:
diff changeset
    50
<li><a href="projects/prj_build.htm">Building Projects</a></li>
cawthron
parents:
diff changeset
    51
</ul>
cawthron
parents:
diff changeset
    52
cawthron
parents:
diff changeset
    53
cawthron
parents:
diff changeset
    54
cawthron
parents:
diff changeset
    55
<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>
cawthron
parents:
diff changeset
    56
cawthron
parents:
diff changeset
    57
   </body>
cawthron
parents:
diff changeset
    58
   </html>
cawthron
parents:
diff changeset
    59