hi, all
i used carbide.c++ build a default s60ui app, its architecture is traditonal architecture(app->ui->view), i want to build a avkon architecture app(app->ui->view->container), so i modified the example, added container files(.h, .cpp) and let ui derived CAknViewAppUi, view derived CAknView, container derived CCoeControl.
rewrited the content of those.
then i build it, it told me, no such dir or file xxx_uid.rsg when i include <it> in a file.
and another question is i add avkon_view in rss, add menu_item in menupane, i define the txt in the rls file, but.... it told me not found the label, but it can find the other txt in rls file. i define my txt just like other item app had defined.
#define qtn_xxx_xxxx "test"
plz help
thank

Reply With Quote


