2
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
2 |
<html>
|
|
3 |
<head>
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
|
5 |
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
6 |
<title>Getting Started</title>
|
|
7 |
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
|
|
8 |
</head>
|
|
9 |
<body bgcolor="#FFFFFF">
|
|
10 |
<h2>Getting Started</h2>
|
|
11 |
|
|
12 |
<p>The information in this section will help you get started creating plug-ins for Carbide.c++. Topics in this section include: </p>
|
|
13 |
<ul>
|
|
14 |
<li><a href="background.htm">Background information</a></li>
|
|
15 |
<li><a href="env_setup.htm">Setting up your development environment</a></li>
|
13
|
16 |
<li><a href="sdk_help.htm">Viewing the Carbide.c++ Plug-in SDK help</a></li>
|
|
17 |
<li><a href="import_examples.htm">Importing the SDK example plug-in</a></li>
|
2
|
18 |
<li><a href="launchconfig.htm">Debugging a Carbide.c++ plug-in</a></li>
|
|
19 |
</ul>
|
|
20 |
<div id="footer">Copyright © 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></div>
|
|
21 |
|
|
22 |
</body>
|
|
23 |
</html>
|