srcanaapps/depexplorer/com.nokia.s60tools.appdep.help/html/gettingstarted/walk_through.htm
changeset 0 a02c979e8dfd
equal deleted inserted replaced
-1:000000000000 0:a02c979e8dfd
       
     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 <title>Basic walk-through</title>
       
     6 <link href="../../book.css" type="text/css" rel="stylesheet"></head>
       
     7 <body>
       
     8 
       
     9 <h3>Basic walk-through</h3>
       
    10 <p>To launch the Dependency Explorer Carbide.c++ Extension, you can either: </p>
       
    11 <ul>
       
    12 <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>
       
    13 <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>
       
    14 </ul>
       
    15 
       
    16 <p>Before you start, ensure there are components to be analysed.</p>
       
    17 <ul>
       
    18 <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>
       
    19 </ul>
       
    20 
       
    21 <p>Component dependency analysis involves the following steps: </p>
       
    22 <ol>
       
    23 <li><a href="../tasks/selecting_platform.htm">Select the SDK and build targets to be analysed</a>.</li>
       
    24 <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>
       
    25 <li>(Optional) <a href="../tasks/selecting_platform.htm#generate_cache">Generate cache</a> for the build targets within the SDKs.</li>
       
    26 <li><a href="../tasks/selecting_platform.htm#select_components">Select the components</a> to be analysed.</li>
       
    27 <li><a href="../tasks/analyse_component.htm">Analyse the components</a> to see, for example, which other components are using the selected one. 
       
    28 <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>
       
    29 <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>
       
    30 </ol>
       
    31 
       
    32 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
       
    33 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div> 
       
    34 
       
    35 </body>
       
    36 </html>