Getting an error "the imail.rsg cannot be opened while building (working on UIQ 3.0)

Login to reply to this topic.
Tue, 2008-02-26 07:07
Joined: 2008-01-03
Forum posts: 21

Puzzled

the console say :-

largeargs -w ptrintconv -w tokenpasting -w missingreturn -MD -o src/ImailView.o ../src/ImailView.cpp
mwccsym2.exe|Compiler|Error
(C:\Symbian\Carbide\feb21\Imail\src\ImailView.cpp|12|9|11|362|11)
=#include
>the file 'Imail.rsg' cannot be opened
mwccsym2.exe|Compiler|Error
(C:\Symbian\Carbide\feb21\Imail\src\ImailView.cpp|75|28|19|1924|19)
= ViewConstructFromResourceL(R_UI_CONFIGURATIONS);
>undefined identifier 'R_UI_CONFIGURATIONS'
mwccsym2.exe|Compiler|Error

how can i get rid of this error

plz help


Wed, 2008-03-05 07:56
Joined: 2007-08-29
Forum posts: 293
Re: Getting an error "the imail.rsg cannot be opened while build

Hi,

you clean and rebuild your application.

try this command from group folder of your application.

abld resource

Add this #include "myapp.rsg"


Thanks & Regards
Ram

Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++

  • Login to reply to this topic.