core/com.nokia.carbide.cpp.doc.user/html/concepts/templates.htm
author fturovic <frank.turovich@nokia.com>
Wed, 17 Jun 2009 12:03:14 -0500
changeset 259 53dc199caef8
parent 0 fb279309251b
child 1225 a546534a48de
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" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Project Templates</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Project Templates</h2>
<p>Carbide.c++ provides many common  templates to quickly create projects using specific SDKs or feature sets. Every template provides basic support for a specific type of project including sources, libraries, resources, etc. The type and number of templates available are controlled by the SDKs you have  enabled. </p>
<h4>Table 1. Available project templates</h4>
<table width="90%"  border="0" cellpadding="2" cellspacing="0">
  <tr>
    <th width="26%" scope="col">Project Type </th>
    <th width="74%" scope="col">Available Templates </th>
  </tr>
  <tr>
    <td><b>Generic Symbian OS </b></td>
    <td><ul>
      <li>Basic console application (EXE) - used for any SDK </li>
      <li>Basic dynamically linked library  (DLL) -  used for any SDK </li>
      <li>Basic static library (LIB) - used for any SDK </li>
      <li>Empty Project for Symbian  - empty project with minimal bld.inf and MMP and no sources or libraries. For advanced users only. </li>
    </ul></td>
  </tr>
  <tr>
    <td><b>S60 </b></td>
    <td><ul>
      <li> GUI Application</li>
      <li> GUI Application with UI Designer</li>
      <li>Open C Console application - project template based on  industry-standard POSIX and middleware C libraries for S60 </li>
    </ul></td>
  </tr>
  <tr>
    <td><b>Tutorials</b></td>
    <td><ul>
      <li>S60 Birthday Tutorial with UI Designer</li>
      <li> S60 Yahoo! Image Search Tutorial with UI Designer</li>
    </ul>      </td>
  </tr>
</table>
<h5>Related tasks</h5>
<ul>
  <li><a href="../tasks/CreatingNewProjects.html">Creating New Projects </a></li>
</ul>
<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>