# HG changeset patch # User fturovic # Date 1282837247 18000 # Node ID e29df1745269621f72115fd0bb1a0a481041fbdc # Parent 2009dcd074b09ffdd5c2c6a0ad81da8f06e9612e removed old SDK pref page and fixed link, then added new cheatsheet diff -r 2009dcd074b0 -r e29df1745269 core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/getStarted_cs.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/getStarted_cs.xml Thu Aug 26 09:57:08 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/getStarted_cs.xml Thu Aug 26 10:40:47 2010 -0500 @@ -1,46 +1,46 @@ - - - - Follow these steps to create and debug a Symbian project and using an emulator. using the S60 EPOC Emulator. - - - - Use the SDK Preferences panel to verify a supported Symbian SDK is installed. If not, you'll need to download a supported SDK and install it before continuing. - - - - - - - Use the New Project wizard to create a Symbian OS project. We named our example HelloCarbide. - - - - - - - If you don't see an EXE file in the C/C++ Projects view, build the project to create one. - - - - - - - Open the CHelloCarbideAppUI file and set a breakpoint in the HandleCommandL routine. - - - - - The first time Carbide.c++ launches a project it creates a debug launch configuration using preset project settings. It then switches to the Debug perspective, launches the S60 EPOC Emulator, and waits for a breakpoint to be hit. When it does, control is returned to the Carbide debugger. - - - - - - - Click Resume in the Debug view to pass control back to the emulator. - - - - - + + + + Follow these steps to create and debug a Symbian project and using an emulator. using the S60 EPOC Emulator. + + + + Use the SDK Preferences panel to verify a supported Symbian SDK is installed. If not, you'll need to download a supported SDK and install it before continuing. + + + + + + + Use the New Project wizard to create a Symbian OS project. We named our example HelloCarbide. + + + + + + + If you don't see an EXE file in the C/C++ Projects view, build the project to create one. + + + + + + + Open the CHelloCarbideAppUI file and set a breakpoint in the HandleCommandL routine. + + + + + The first time Carbide.c++ launches a project it creates a debug launch configuration using preset project settings. It then switches to the Debug perspective, launches the S60 EPOC Emulator, and waits for a breakpoint to be hit. When it does, control is returned to the Carbide debugger. + + + + + + + Click Resume in the Debug view to pass control back to the emulator. + + + + + diff -r 2009dcd074b0 -r e29df1745269 core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_find_n_add_extentions.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_find_n_add_extentions.xml Thu Aug 26 10:40:47 2010 -0500 @@ -0,0 +1,20 @@ + + + +` + + You can add functionality to Carbide by installing additional extensions. + + + + + Use the Carbide.c++ Portal > Customize tab to find, download, and install extensions. + + + + diff -r 2009dcd074b0 -r e29df1745269 core/com.nokia.carbide.cpp.doc.user/html/debugger.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/debugger.htm Thu Aug 26 09:57:08 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/debugger.htm Thu Aug 26 10:40:47 2010 -0500 @@ -34,7 +34,7 @@
Carbide.c++ User Guide
-

Version 3.0.0, June, 2010

+

Version 3.0.0, Sept, 2010

 

diff -r 2009dcd074b0 -r e29df1745269 core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_00.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_00.htm Thu Aug 26 09:57:08 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_dll_example_00.htm Thu Aug 26 10:40:47 2010 -0500 @@ -15,7 +15,7 @@
  • Building an executable based on the project sources
  • Debugging the DLL using the Carbide debugger
  • -

    NOTE There must be at least one recognized SDK installed before you can create a project. See the SDK Preferences panel to determine if the installed SDKs are recognized by Carbide.c++ IDE. If the SDK you have installed is not recognized, you may still be able to add it to the Discovered Symbian OS SDK list.

    +

    NOTE There must be at least one recognized SDK installed before you can create a project. See the Symbian SDKs panel to determine if the installed SDKs are recognized by Carbide.c++ IDE. If the SDK you have installed is not recognized, you may still be able to add it to the Discovered Symbian OS SDK list.

    Other references