C++Builder Mobile Edition and Nokia S60 SDK2.0

Login to reply to this topic.
Mon, 2004-01-05 17:56
Joined: 2003-12-28
Forum posts: 1
Hi,
I installed C++Builder 6.0 Mobile Edition and S60 SDK2.0 for C++Builder. When I try to compile ex: HelloWorldBasic app
i get an error:

MAKEDEF WARNING: 1 export(s) not yet Frozen:
\Symbian\7.0s\Series60_v20_B\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V20_B\SERIES60
EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSB\.tst(3) : @NewApplication$qv @1
del "\Symbian\7.0s\Series60_v20_B\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V20
_B\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSB\UDEB\HELLOWORLDBASIC.e
xp"
Could Not Find D:\Symbian\7.0s\Series60_v20_B\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60
_V20_B\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSB\UDEB\HELLOWORLDBAS
IC.exp


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


Anybody can help me!

Thank you very much!

Wed, 2004-12-08 09:58
Joined: 2004-10-12
Forum posts: 1
Re: C++Builder Mobile Edition and Nokia S60 SDK2.0
I have the same error, who can give me some help ?
thanks.

Quote from: seaky
Hi,
I installed C++Builder 6.0 Mobile Edition and S60 SDK2.0 for C++Builder. When I try to compile ex: HelloWorldBasic app
i get an error:

MAKEDEF WARNING: 1 export(s) not yet Frozen:
\Symbian\7.0s\Series60_v20_B\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V20_B\SERIES60
EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSB\.tst(3) : @NewApplication$qv @1
del "\Symbian\7.0s\Series60_v20_B\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V20
_B\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSB\UDEB\HELLOWORLDBASIC.e
xp"
Could Not Find D:\Symbian\7.0s\Series60_v20_B\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60
_V20_B\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSB\UDEB\HELLOWORLDBAS
IC.exp


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


Anybody can help me!

Thank you very much!
Mon, 2005-01-03 13:59
Hong (not verified)
Forum posts: 2043
check point that...
First check, Is running epoc emulator?

so  then, Terminate the emulator.

and then, again build!
Mon, 2005-01-03 18:33
Joined: 2004-07-10
Forum posts: 364
Re: check point that...
Maybe they've released an ADK and not checked all the examples build.
Have a search in the forum, the SDK etc. about freezing. You can disable freezing by adding exportunfrozen to the .mmp
Sat, 2005-06-04 00:11
Joined: 2005-06-04
Forum posts: 1
Re: C++Builder Mobile Edition and Nokia S60 SDK2.0
Hi guys,

I got the same error;
MISSING: \Symbian\7.0s\Series60_v20_B\EPOC32\Localisation\HELLOWORLD.rpp
When i used BuilderX v1.5 with the Series60_2.0 SDK for C++BuilderX.
But I solved the issue by adding a file called HELLOWORLD.rpp, in the Localisation folder.
When i tried the same solution with an other project. the compilator removes the *.rpp file.

Well it could have worked. as it is now epoc doesnt start when i run the debugger.
Fri, 2005-06-10 16:59
Joined: 2005-03-06
Forum posts: 183
Re: C++Builder Mobile Edition and Nokia S60 SDK2.0
Yeah, we all the got the same error.
So whats wrong and how do you solve it?
Someone must have fixed it by now?

Regards,
Issey
Sat, 2005-06-11 14:54
Joined: 2005-03-06
Forum posts: 183
Re: C++Builder Mobile Edition and Nokia S60 SDK2.0
Hmmm,

I guess no one has _EVER_ solved this issue.
Well, neither did I.
I downloaded the SDK2_0 instead of the SDK2_0_B and its works fine.
Guess the "B" at the end must be a hint that the SDK is Broken Smiley

Regards,
Issey

Wed, 2005-09-07 13:43
Joined: 2005-09-07
Forum posts: 1
Re: C++Builder Mobile Edition and Nokia S60 SDK2.0
Coment with #, lines who got "$EPOCLocPath" in file cl_borlandc.pm in "7.0s/Series60_v20_B/Epoc32/tools/"

Hope it will help Wink

Renan
Mon, 2006-01-02 18:23
Joined: 2005-11-28
Forum posts: 101
Re: C++Builder Mobile Edition and Nokia S60 SDK2.0
i had same problem and comment those lines really help.
But now i v changed for ARMI UREL and i got error again ! i cant make sis Sad
PLEASE ! help im trying to solve it for 8 hours and nothing :/
Thank you

(the error is:
MISSING: \Symbian\7.0s\Series60_v20_B\EPOC32\Localisation\myapp.rpp
)
  • Login to reply to this topic.