Namespaces
Variants
Actions
Revision as of 07:39, 1 August 2012 by hamishwillee (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Creating Help resources fails on S60 5th Edition Emulator (Known Issue)

Jump to: navigation, search
Article Metadata

Tested with
Devices(s): Emulator (SDK v0.9)

Compatibility
Platform(s): S60 5th Edition (initial release)

Article
Keywords: n/a
Created: User:Technical writer 1 (26 Nov 2008)
Last edited: hamishwillee (01 Aug 2012)

Description

The Symbian Help file is not shown in the Emulator in the S60 5th Edition v0.9 SDK.

When creating a project using a Carbide project template for a GUI application (such as HelloWorld), the help file is not copied correctly. It should be copied to the \S60_5th_Edition_SDK_v0.9\epoc32\winscw\c\resource\help folder. However, this folder does not exist in the S60 5th Edition SDK, and copying the file fails. Instead, build_help.mk generates a file named "help" in the resource folder.

How to reproduce

Check that the help folder does not exist in the \S60_5th_Edition_SDK_v0.9\epoc32\winscw\c\resource\ folder. Create and compile a project using the HelloWorld template. A file called "help" is created in the resource folder.

Solution

Delete the file named help (without an extension) from \S60_5th_Edition_SDK_v0.9\epoc32\winscw\c\resource\ if it exists.

Add a line to build_help.mk to make sure that the help folder exists:

  ifeq (WINS,$(findstring WINS, $(PLATFORM)))
'''mkdir $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help'''
copy test_0xE8666678.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
endif

Alternative solution

Manually add the help folder to \S60_5th_Edition_SDK_v0.9\epoc32\winscw\c\resource\.

131 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved