.rpp file missing error!!!

Login to reply to this topic.
Sat, 2005-02-26 08:11
Joined: 2004-11-20
Forum posts: 67
Hi all,
I have installed  SDK2.0 of SymbianOS Ver7 and C++BuilderX Mobile Edition 1.5,
When I want to build a test app, anew project in WINS UDEB, WINS UREL, ARMI UREL, ARMI UDEB, I get this error message:

MISSING: \Symbian\7.0s\Series60_v20_B\EPOC32\Localisation\TEST.rpp

what is the reason?
How should I configure it?

Mon, 2005-02-28 13:19
Joined: 2005-01-07
Forum posts: 41
.rpp file missing error!!!
have you made sure you're including your .rss file in your .mmp?

RESOURCE          Test.rss

after a bldmake, etc. the ressource file should be compile into the path mentionned
(technically "\Epoc32\Localisation\TEST\Test.rpp")

hth
Thu, 2005-06-09 20:38
Joined: 2005-03-06
Forum posts: 183
Re: .rpp file missing error!!!
yeah,,
I'm getting this also, I got the resource included as suggested.

What else needs to be configured?

Regards,
Issey
Thu, 2005-06-09 21:18
Joined: 2005-03-06
Forum posts: 183
Re: .rpp file missing error!!!

Are we being jerked off by Nokia with a broken perl script here or is there a simpler explaination?
If its a broken script, can someone post a working script for SDK v2.0?

Regards,
Issey
Tue, 2005-06-14 07:54
Joined: 2005-01-07
Forum posts: 41
Re: .rpp file missing error!!!
1) actually it just occurred to me that your path is wrong. (missing "\TEST\")
your error message, is it a cut&paste?
if so, it must be a path issue. never used BuilderX (VC++) but you have a path variable set wrong somewhere in project settings?

2) your ressource file may just not be compiling correctly, not creating the output files!! (you checked the location it says for TEST.rpp right? Wink. have you tried calling from the command line only rcomp.exe to compile ressources, see if it returns any errors?
  • Login to reply to this topic.