declaration syntax error included from eikapp.h line 10 appui.h line 7

Login to reply to this topic.
Thu, 2007-08-16 06:11
Joined: 2007-07-03
Forum posts: 43

Hi All,

I am using Symbian Series 60 2nd edition FP2 CW SDK and make an application using wizard(2.x view based application).
On compiling everything is fine.
I made few changes with the application like

>>Changed file names and respective classes names.
>>Added few functions for activation of views in AppUI class.
>>Resource files/hrh/loc files changes.

Now after compilation I am getting error :-

1)declaration syntax error (included from: E:\Symbian\8.0a\S60_2nd_FP2_CW\epoc32\include\eikapp.h:10 E:\Symbian\VRecorder\inc\VRecorder_AppUi.h:7 E:\Symbian\VRecorder\src\VR_Contacts_View.cpp:21) VRecorder line 29

2)declaration syntax error (included from: E:\Symbian\8.0a\S60_2nd_FP2_CW\epoc32\include\eikapp.h:10 E:\Symbian\VRecorder\inc\VRecorder_AppUi.h:7 E:\Symbian\VRecorder\src\VR_Logs_View.cpp:19) VRecorder line 29

3)Declaration syntax error at " void CVRecorder_AppUi::ConstructL()"

Any ideas..
I am using Carbide.c++ v1.1


------------------
Bhatt Kavita,

There is always a direct response from the definite intelligence of your subconcious mind to your concious thinking.If you ask for bread you will not recieve a stone.


Thu, 2007-08-16 08:03
Joined: 2004-10-07
Forum posts: 47
hi

can u past your code in 2 part ?...
1... no error
and
2 with error

Thanks
-symbi


Thanks & Regards,
Symbi

Wed, 2007-08-22 14:00
Joined: 2005-09-16
Forum posts: 141
Re: declaration syntax error included from eikapp.h line 10...

Hi,

This may with the class names mismatch, once again compare the class names with your working application.

regards,
eswar

  • Login to reply to this topic.