srcanaapps/depexplorer/com.nokia.s60tools.appdep.help/html/gettingstarted/walk_through.htm
author noe\swadi
Sat, 09 Jan 2010 10:04:11 +0530
changeset 0 a02c979e8dfd
permissions -rw-r--r--
1. Copyrights changed to EPL 2. Feature updates mentioned in release notes.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Basic walk-through</title>
<link href="../../book.css" type="text/css" rel="stylesheet"></head>
<body>

<h3>Basic walk-through</h3>
<p>To launch the Dependency Explorer Carbide.c++ Extension, you can either: </p>
<ul>
<li>Select the <b>Dependency Explorer</b> item in the <b>Carbide</b> menu (this starts automatically the <b>SDK Selection</b> wizard), or</li>
<li>Go to the <b>Window > Show View > Other...</b> menu, where the tool can be found under the <b>Carbide Extensions</b> category.</li>
</ul>

<p>Before you start, ensure there are components to be analysed.</p>
<ul>
<li>Install the necessary SDKs to Carbide.c++. Symbian OS SDKs are recommended for extensive analysis.  For instructions, see <a href="../tasks/manage_platforms.htm">Managing SDKs</a>.</li>
</ul>

<p>Component dependency analysis involves the following steps: </p>
<ol>
<li><a href="../tasks/selecting_platform.htm">Select the SDK and build targets to be analysed</a>.</li>
<li>(Optional) If needed, add third-party components such as Symbian OS Installation (SIS) files for analysis. For instructions, see <a href="../tasks/selecting_platform.htm#add_sis">Add SIS files</a>.</li>
<li>(Optional) <a href="../tasks/selecting_platform.htm#generate_cache">Generate cache</a> for the build targets within the SDKs.</li>
<li><a href="../tasks/selecting_platform.htm#select_components">Select the components</a> to be analysed.</li>
<li><a href="../tasks/analyse_component.htm">Analyse the components</a> to see, for example, which other components are using the selected one. 
<p>You can also do the following: <a href="../tasks/check_comp_prop.htm">check the component's properties</a>, <a href="../tasks/check_imp_func.htm">check its imported functions</a>, <a href="../tasks/check_exp_func.htm">check its exported functions</a>, <a href="..\tasks\locate_component.htm">locate components</a>, <a href="../tasks/search_comp.htm"> find components</a>, <a href="..\tasks\search.htm">search for components and functions</a>, <a href="..\tasks\view_source.htm">view the source file</a>, <a href="..\tasks\view_source_file_in_project.htm">view the source file in project</a>, and <a href="..\tasks\view_method_call_locations.htm">view method call locations</a>.</p></li>
<li><p>Finally, to share the results of your analysis, <a href="../tasks/export_report.htm">export a report</a> as an HTML file.</p></li>
</ol>

<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div> 

</body>
</html>