Using RGA with Carbide.c++
Article Metadata
Contents |
Introduction
This article shows the steps required to create a new RGA project for Carbide.c++.
Creating a new project
- Create a new project using Open C "Hello World" template.
- Application UID must be from the secure range because we need capabilities.
Configuring environment
- Add library Runtime
- Add capability SwEvent
- Add system include \epoc32\include\rga












Some problems in the article
"Application UID must be from the secure range because we need capabilities."
Almost all applications need capabilities, that is not a valid justification of the requirement. 0xE??????? range UIDs can be used for R&D work, there's no need for having real UIDs already.
Most (if not all) RGA apps require SWEvent but for such capability Open Signed Online is also a valid option. This goes to the fact that the offline certificates (advertised in the article) are difficult (impossible in some cases) to obtain.
ltomuta 17:38, 25 June 2008 (EEST)