diff -r 000000000000 -r a02c979e8dfd srcanaapps/depexplorer/com.nokia.s60tools.appdep.help/html/gettingstarted/walk_through.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/srcanaapps/depexplorer/com.nokia.s60tools.appdep.help/html/gettingstarted/walk_through.htm Sat Jan 09 10:04:11 2010 +0530 @@ -0,0 +1,36 @@ + + + + +Basic walk-through + + + +

Basic walk-through

+

To launch the Dependency Explorer Carbide.c++ Extension, you can either:

+ + +

Before you start, ensure there are components to be analysed.

+ + +

Component dependency analysis involves the following steps:

+
    +
  1. Select the SDK and build targets to be analysed.
  2. +
  3. (Optional) If needed, add third-party components such as Symbian OS Installation (SIS) files for analysis. For instructions, see Add SIS files.
  4. +
  5. (Optional) Generate cache for the build targets within the SDKs.
  6. +
  7. Select the components to be analysed.
  8. +
  9. Analyse the components to see, for example, which other components are using the selected one. +

    You can also do the following: check the component's properties, check its imported functions, check its exported functions, locate components, find components, search for components and functions, view the source file, view the source file in project, and view method call locations.

  10. +
  11. Finally, to share the results of your analysis, export a report as an HTML file.

  12. +
+ + + + +