PDA

View Full Version : Compilation error



Manjula
12th March 2011, 13:21
Hi All,

I want to run Symbian C++ application on Qt creator. i downloaded the SMS Example from http://www.forum.nokia.com/info/sw.nokia.com/id/04802db9-ea13-48f3-b3e2-6ccf639bcbf7/S60_Platform_SMS_Example.html. While Building it shows the following errors :

" H:/QtSDK/Symbian/SDKs/Symbian3Qt471/epoc32/include/mw/eikccpu.h:230: error: extra qualification 'CAknCcpuSupport::' on member 'UseNewCBAToCoverEmbedCBA'
H:/QtSDK/Symbian/SDKs/Symbian3Qt471/epoc32/include/mw/eikedwin.h:1586: error: extra qualification 'CEikEdwin::' on member 'AknEditorFlags'

H:/QtExamples/SMSApplication/SMSExampleMtmsEngine.cpp:11: fatal error: mmsclient.h: No such file or directory compilation terminated."

in my .pro file i include the following LIBS....
symbian {

TARGET.UID3 = 0x2003B01D
TARGET.CAPABILITY = ReadUserData \
WriteUserData \
NetworkServices \
LIBS += -lcone -leikcore -lavkon -lhwrmvibraclient -lmediaclientaudio -lprofileengine -lcntmodel -leikctl -leikcoctl -luiklaf -lform -letel3rdparty -lmmscli -llibintl3
}

Can anyone help me to avoid thos errors.
Thanks...

mms
30th March 2011, 22:25
got the same error

any help