# HG changeset patch # User fturovic # Date 1276015090 18000 # Node ID a27b7db9bb8d4bb07ef4e51c60147c6cc4579f92 # Parent 7b498d28159e3bfd01e1574ec217ac7a9604307f BUG 9370 - added links to device setup and agent install diff -r 7b498d28159e -r a27b7db9bb8d core/com.nokia.carbide.cpp.doc.user/html/reference/menus/on_device_setup.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/menus/on_device_setup.htm Tue Jun 08 10:25:02 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/menus/on_device_setup.htm Tue Jun 08 11:38:10 2010 -0500 @@ -5,15 +5,17 @@ -On-Device Setup menu +On-Device Connection menu -

On-Device Setup

-

Use the On-Device Setup menu option to open the On-Device Setup dialog for the downloading and installation of Carbide software to a device.

+

On-Device Connections

+

Use the On-Device Connections menu option to open the On-Device Connections dialog for the downloading and installation of Carbide software to a device.

Other references
diff -r 7b498d28159e -r a27b7db9bb8d core/com.nokia.carbide.cpp.doc.user/html/reference/menus/run_leavescan.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/menus/run_leavescan.htm Tue Jun 08 10:25:02 2010 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ - - - - - - -Leavescan - - - -

Run Leavescan

-

Symbian OS has a standard convention for functions that may Leave. Therefore, any function that Leaves, or calls a function that Leaves (other than in a TRAP harness), must have a name ending in L. Leavescan verifies that your code satisfies this convention. LeaveScan ignores calls in trapped functions, commented out code, ( // and /* and */). It also checks for calls to LD, LC and LX functions as well as normal L functions. It also checks for User::Leave(), ELeave, and User::LeaveIfError().

-

To start, define where the path to the leavescan.exe program using the Leavescan preference panel.

-

Next, to run Leavescan:

- -
-

for /R %i in (*.cpp) do leavescan %i >> leavescan.out

-

This will scan all cpp files in or below the current directory, placing the result in leavescan.out.

-
-

-

Figure 1. Invoking Run Leavescan on a single source file

-
Other references
- - - - \ No newline at end of file diff -r 7b498d28159e -r a27b7db9bb8d core/com.nokia.carbide.cpp.doc.user/html/reference/menus/s60_ui_designer.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/menus/s60_ui_designer.htm Tue Jun 08 10:25:02 2010 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ - - - - - - -S60 UI Designer - - - -

S60 UI Designer

-

Click File > New > S60 UI Design to launch the S60 UI Design wizard to add a new design to a project.

-
Other references
- - - - -