Developer Daze

Entries from June 2008

Getting Most out of Carbide.c++ Build System

June 19, 2008 · Leave a Comment

Carbide.c++ Build OptionsThe Carbide.c++ team at Nokia has just published a series of articles that explains the Carbide.c++ build system in-depth and how to get the most out of it. A recommended read for all developing software with Carbide.c++.

Happy coding!

Categories: Programming · Symbian OS

Ever Wondered What Macros are Defined for your Project?

June 19, 2008 · Leave a Comment

Carbide.c++ Build ConfigurationA colleague of mine recently popped down at my desk, asking me if there was an easy way to find the macros defined for a Symbian project build configuration. Given that a macro can originate form different places, its not always a easy guess. Of course you can look at the usual suspects, like the HRH file for the platform (\epoc32\include\variant\Symbian_OS_*.hrh) and the MMP file itself for the MACRO directive, but it won’t give you the full list, since the Symbian tool chain will insert its own on top. So how do you get it? Enter Carbide.c++ build configurations.

(more…)

Categories: Programming · Symbian OS

Am I Dreaming?

June 8, 2008 · Leave a Comment

Categories: Personal