controller plugin help

Login to reply to this topic.
Wed, 2007-10-31 12:14
Joined: 2007-09-18
Forum posts: 8

Hi, I am trying to implement a controller plugin. My class for controller plugin derives from CMMFController,
MMMFVideoPlayControllerCustomCommandImplementor, MMMFVideoControllerCustomCommandImplementor, similar classes for audio etc . Now after compiling I could resolve the errors in the program. But after that I am getting errors shown below which I have no idea
of.
ERROR: EUnresolved symbol: _ZN42CMMFVideoPlayControllerCustomCommandParser4NewLER47MMMFVideoPlayControllerCustomCommandImple
entor
LFTRAN - ELF file preprocessor V02.01 (Build 575)
ERROR: CUnresolved symbol: _ZN14CMMFController23AddCustomCommandParserLER27CMMFCustomCommandParserBase
opyright (c) 1996-2007 Symbian Software Ltd.
ERROR:
Unresolved symbol: _ZN38CMMFVideoControllerCustomCommandParser4NewLER43MMMFVideoControllerCustomCommandImplementor
n many more errors like this.
Can anybody help me?


Mon, 2007-11-19 12:59
Joined: 2007-09-20
Forum posts: 114
Re: controller plugin help

Hi,

Link your module against mmfstandardcustomcommands.lib and mmfcontrollerframework.lib .
Add the following line in the project mmp file:

LIBRARY mmfstandardcustomcommands.lib mmfcontrollerframework.lib


Chao,
Raghav

  • Login to reply to this topic.