What is the help files folder in S60 3rd?
| Wed, 2006-03-15 12:05 | |
|
Hello!
In previous versions of S60 SDK this path was "\resource\help\" and if you wanted your application display a help topic you had to copy your hlp file into that folder, than launch help application. If you wanted to change the help content (e.g. when changing language) you simply had to replace that hlp file initially copied in "\resource\help" with the new one. Now, in S60 3rd edition this code has as result "No help topics found", and the attempts to copy application's help file into "\resource\help" fail. This code works on the emulator but it doesn't work on device. I'm sure it's about Platform Security, so what could be the solution? Who can give me a clue? What is the right path for help files and how can you dynamically change the help file while application is running? |
|






Forum posts: 9
Replace secure_id with the actual secure id (see it in the .mmp)
Forum posts: 12
What do you mean by that? Replace secure_id where? What actual secure id means?