core/com.nokia.carbide.cpp.doc.user/html/concepts/index.html
author timkelly
Fri, 27 Mar 2009 10:47:09 -0500
changeset 17 71c0485f97c2
parent 2 d760517a8095
child 302 8ad872e05db4
permissions -rw-r--r--
new image for CDK
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>Concepts 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
   <h2>Concepts</h2>
cawthron
parents:
diff changeset
     7
   <div class="Bodytext"> 
cawthron
parents:
diff changeset
     8
  
cawthron
parents:
diff changeset
     9
cawthron
parents:
diff changeset
    10
  <p>
cawthron
parents:
diff changeset
    11
	 This section of the User Guide provides an overview of the main concepts in
cawthron
parents:
diff changeset
    12
	 Eclipse to create and build programs for Symbian OS. 
cawthron
parents:
diff changeset
    13
  </p>
cawthron
parents:
diff changeset
    14
  <p>
cawthron
parents:
diff changeset
    15
	 The Symbian OS plug-ins are a set of Eclipse plug-ins that provide project,
cawthron
parents:
diff changeset
    16
	 SDK and build support for Symbian OS developers. The plug-ins extend the
cawthron
parents:
diff changeset
    17
	 functionality provided by Eclipse and the C/C++ Development Toolkit (CDT). 
cawthron
parents:
diff changeset
    18
  </p>
cawthron
parents:
diff changeset
    19
  <p>
cawthron
parents:
diff changeset
    20
	 The plug-ins simplify Symbian OS development by removing the need to use
cawthron
parents:
diff changeset
    21
	 command line build tools, and provide a graphical interface to Symbian OS
cawthron
parents:
diff changeset
    22
	 specific file formats, such as AIF and MBM. 
cawthron
parents:
diff changeset
    23
  </p>
cawthron
parents:
diff changeset
    24
  <p>
cawthron
parents:
diff changeset
    25
	 The plug-ins provide a new perspective, called the Carbide.c++ Perspective, on
cawthron
parents:
diff changeset
    26
	 the Eclipse workbench. This perspective enhances the standard CDT C/C++
cawthron
parents:
diff changeset
    27
	 perspective by allowing you to select easily the SDKs and build target types
cawthron
parents:
diff changeset
    28
	 that you want to use for each project.
cawthron
parents:
diff changeset
    29
  </p>
cawthron
parents:
diff changeset
    30
  <p>
cawthron
parents:
diff changeset
    31
	 The following topics discuss these concepts in more detail: 
cawthron
parents:
diff changeset
    32
  </p>
cawthron
parents:
diff changeset
    33
  <ul>
cawthron
parents:
diff changeset
    34
<li><a href="SDKSupport.html">SDK Support</a></li>
cawthron
parents:
diff changeset
    35
<li><a href="CarbidePerspective.html">Carbide.c++ Perspective</a></li>
cawthron
parents:
diff changeset
    36
<li><a href="AIFDefWizard.html">AIF File</a></li>
cawthron
parents:
diff changeset
    37
<li><a href="MBMDefWizard.html">MBM File</a></li>
cawthron
parents:
diff changeset
    38
</ul>
cawthron
parents:
diff changeset
    39
</div>
cawthron
parents:
diff changeset
    40
<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
    41
cawthron
parents:
diff changeset
    42
   </body>
cawthron
parents:
diff changeset
    43
   </html>
cawthron
parents:
diff changeset
    44