I'm debugging the HelloWorld app (Series 60 SDK C++).
It always stops at this point:
SharedData: Get request with key "InputLang" by HELLOWORLD
What's wrong ?
Hereby I write you the last lines of the output (debug):
.
.
.
SharedData: Get request with key "ColPal" by EikAppUiServer
AddLibrary HELLOWORLD[10008ace]
AknLayoutUtils: Rect width -4 > 0
AknLayoutUtils: Calculated rect -4 different from one from LAF 104
SharedData: Assign to 0x100058ec by HELLOWORLD
SharedData: total allocated memory: 5732
SharedData: Get request with key "ColPal" by HELLOWORLD
SharedData: Assign to 0x100058ec by HELLOWORLD
SharedData: total allocated memory: 5732
SharedData: Get request with key "InputLang" by HELLOWORLD
Timer has been called back! EikClock updates.
If so then this is a general 'symbian OS' HelloWorld, and is not Series 60 specific. I would delete it and use the example found in
\blah\blah\Series60Ex\HelloWorld
As this is targetted specifically at the series 60. Beaware that because the examples have the same name, that you need to delete a HelloWorld.rsg file found in Epoc32\include before building the new Series 60 example.
If it is the Series 60 example then let me know, as it works OK on my system.