Carbide.c++ Express is out
News posted February 21st, 2006 by eric
Nokia has just released the first edition of Carbide.c++ Express, its new Eclipse-based Symbian OS C++ development tools. Carbide.c++ Express is the free entry level development tool for Symbian OS development.
Download:
Carbide.c++ Express v1.0 (84MB, Forum Nokia registration required).
The Carbide.c++ Express Installation Guide
The Carbide.c++ Express datasheet
The Carbide.c++ Release notes






Carbide.c++ Express is out
Hi,
I have tried to include a 3.1 project from MMP file but it tells me Error: X:\XXX\group\XXXApp.mmp:21: No include path in which to find bldvariant.hrh X:\XXX\group\XXXApp.mmp:22: No include path in which to find data_caging_paths.hrh How to configure import so that it knows \epoc32\include\oem?
Thanks, Stanislav
Carbide.c++ Express is out
That's a directory you should NEVER see.
tOtE
Carbide.c++ Express is out
Carbide.c++ Express is out
Carbide.c++ Express is out
Hi,
there is a way to make Carbide work with non-official S60 builds. Find C:\Program Files\Carbide\plugins\com.symbian.cdt.sdk.91.build.winscw_1.0.0.jar and unjar it to the folder named com.symbian.cdt.sdk.91.build.winscw_1.0.0 Replace in com.symbian.cdt.sdk.91.build.winscw_1.0.0\plugin.xml "$EPOCROOTepoc32\include\variant\Symbian_OS_v9.1.hrh" with a proper file name (Symbian_OS_v9.X.hrh, or better with the path that was mentioned in previous post) Stop and start Eclipse, select a proper SDK, and import the project you need.
Good luck
Carbide.c++ Express is out
Carbide.c++ Express is out
Did you set a breakpoint in your source code anywhere? Assuming you're debugging an application a good place to set a breakpoint is in the ContructL method of your AppUi class.
Also, make sure you close the emulator either directly or by killing the debug session before launching a new debug session.
Please go to http://discussion.forum.nokia.com/forum/forumdisplay.php?f=95 for future support.
Carbide.c++ Express is out