2
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
3 |
<head>
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
|
5 |
<title>Installing the Carbide.c++ Plug-in SDK help</title>
|
|
6 |
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
|
|
7 |
</head>
|
|
8 |
<body bgcolor="#FFFFFF">
|
|
9 |
|
12
|
10 |
<h2> Carbide.c++ Plug-in SDK help</h2>
|
2
|
11 |
|
|
12 |
<p>If you're just getting started with creating a Carbide.c++ plug-in you're probably looking
|
12
|
13 |
at this help documentation from within Carbide.c++. Make sure you first follow the steps to import the Carbide Development Kit (CDK) as described in <a href="env_setup.htm">Setting up your development environment</a>. The CDK contains all the non-internal APIs for you to browse for your convenience. The same documentation appears in the javadoc comments in the source code.<br/>
|
2
|
14 |
<br/>
|
12
|
15 |
The SDK help is under the "Carbide.c++ Plug-in Developer Guide" entry in the Eclipse online
|
2
|
16 |
help.<br/>
|
|
17 |
<br/>
|
12
|
18 |
<img src="../img/help_api_ref.jpg" width="878" height="630"><br/>
|
|
19 |
<br/>
|
|
20 |
</p>
|
2
|
21 |
|
|
22 |
<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>
|
|
23 |
</div></body>
|
|
24 |
</html> |