|
» Subscribe » Favorite Links » What is S60? » Freeware & Trials » S60 devices » Hints and tips » About this blog |
» Blognotes (15) » Bugs and Workarounds (4) » Build tools (5) » Carbide.c++ 1.1 (4) » Carbide.c++ 1.2 (8) » Carbide.c++ 1.3.x (8) » Carbide.c++ 2.0.x (1) » Carbide Plug-Ins (4) » CodeWarrior (2) » FAQ (6) » Future directions (24) » General (46) » Off-topic (4) » On-device debugging (13) » Performance Investigator (2) » Product features (16) » Product releases (16) » Screencast (12) » Support (30) » Tool setup (5) » UI Designer (8) » Usability (15) » Work in Progress (13) » Write-build-debug (4) |
|
» Launching from the SPN View » Tips for using the CodeScanner tool! » Carbide in the summer » Austin Eclipse DemoCamp » Where's my console output? |
|
Subscribe to RSS feed For email notification, please click here ยป |
« Why a Carbide.c++ blog? | Main | Carbide.c++ nears Beta »
Previously C++ project tutorials (that ship with the SDK or are available on Forum Nokia) have consisted of a separate doc and zip file containing the project that required you to import the MMP and open the instructions in a PDF reader. In order to make learning about S60 a little easier, one of our developers is investigating a more convenient way of accessing programming examples, to be delivered in v1.2 (or 1.1 if we're lucky). Take a look...
1. Invoke the tutorial project directly from the File --> New menu
![]()
2. Select desired tutorial (list only has 1 for demo purposes, but you get the idea)
![]()
3. Pick an SDK target (in case the example can target more than a single SDK)
![]()
4. Project is imported into the workspace in a few simple steps, and instructions laid out in the right pane, so you refer to them while viewing the project.
However... This model assumes that you even read these tutorials -- and that you actually like to read your instruction docs within the IDE.
Our assumption is that this would be a decent way of improving on how tutorials are currently shipped. Obviously, comments for or against would be great.
Comments
Your post reminded me "Application Wizard" feature for Carbide, i found it really usefull during Symbian development! Is it possible to extend Carbide with custom templates (wizard plugins)?
Posted by: Mindaugas | June 20, 2006 10:04 AMHi Mindaugas,
You will be able to create your own wizards using the same template model we use. There's even documentation on it. It'll be available with the final product.
Out of curiosity, what kind of templates are you thinking of creating?
Posted by: Markus Ahonen | June 22, 2006 08:57 AMhi
Posted by: hamidi | October 17, 2007 03:16 AMi'm going to introduce with Carbide C++.
i found this page during search for tutorials.
when i open the New menu, i don't see the C++ Project Tutorials for S60. i use Carbide C++ v1.2.
as a newbie, is there any source which will guide me through development on a real application, step by step? i'm an expert in VC++.
please inform me by email. i may lose this page.
thx
Hi,
Ive recently started with development under Symbian C++. I'm using Carbide.C++ v1.2 and S60 FP2 Beta SDK. Though i didnt find any Project tutorial link under the New Menu I imported the bld.inf file into carbide. That worked for me, and the programs are compiling fine without errors.
But here's a problem im facing, when I create a New Symbian C++ GUI Application Project and try to build, I get a "Make Error stating No rule to make Target" it says projectname.winscw No such file or folder.
Can anyone please Help me out?
Thank you,
Posted by: Rohit Joshi | November 14, 2007 10:31 PMRohit Joshi