how can i know that any particular header file is available in the SDK?

Login to reply to this topic.
Mon, 2008-04-07 08:51
Joined: 2008-02-25
Forum posts: 33

hi
i am working on symbian 3rd edition fp1
and when i am trying to create a GCCE UREL build of the application to the following directory
C:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\GCCE\UREL
through the command prompt it gives a warning
"Can't find following headers in System Include Path"
and the header is "CCamAutoFocus.h"

so please tell me how can i come to know that is this header is supported by using SDK?


Mon, 2008-04-07 08:54
Joined: 2003-12-05
Forum posts: 603
Re: how can i know that any particular header file is available

If the component you are trying to use is part of Symbian or S60 SDK, the header should be in C:\Symbian\9.2\S60_3rd_FP1\Epoc32\include or subdirectory there. If not, then it is not supported. Unless the component is an extension not included int the SDK or from third party developer.

Mon, 2008-04-07 09:43
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: how can i know that any particular header file is

Just to add to Andreas advise, the best way to find out in general (library or headers) is search for the file in the epoc directory. The search hits will give you a fair idea. Also if you check the SDK document, you will find a note if an API is depreciated, etc.

Note: keep your subject short and relevant, instead of asking the whole question in the subject itself. Helps a little to a person trying to answer your query Eye-wink

Tue, 2008-04-08 10:16
Joined: 2004-11-29
Forum posts: 1153
Re: how can i know that any particular header file is available

I on the other hand think the topic of this post is excellent Smiling

nothing irrelevant in there...

Could phrase it with a few words shorter maybe, but nothing to really complain about imo...

Better a few words too much, then too few in my oppinion.

Tue, 2008-04-08 12:53
Joined: 2008-01-16
Forum posts: 142
Re: how can i know that any particular header file is available

Hi vivek,

You have to add these in your mmp.

CAPABILITY UserEnvironment

LIBRARY ecam.lib

Just see this link. http://wiki.forum.nokia.com/index.php/CS000821_-_Handling_Camera_resource


Thanks & Regards,
Md.Khalid Ahmad

Tue, 2008-04-08 13:29
Joined: 2008-02-25
Forum posts: 33
any particular header file is available in the SDK?

hi Andreas and Neil

headers are there

and i will keep in mind to make the subject line short

and khalid as u said that these file should be include in the mmp
{CAPABILITY UserEnvironment

LIBRARY ecam.lib }

i have added both

Tue, 2008-04-08 13:51
Joined: 2004-11-29
Forum posts: 1153
Re: how can i know that any particular header file is available

if the file is in a subdirectory of ...\epoc32\include, then you have to add these too, to your mmp file. (or use paths in the includes)

so for example if your header file is in ...\epoc32\include\camstuff\
add:
SYSTEMINCLUDE \epoc32\include\camstuff

to your mmp file, OR use #include

CCamAutoFocus.h does not seem to be part of the standard 3rd_FP1 sdk (at least it is not in mine)...

Tue, 2008-04-08 13:59
Joined: 2008-02-25
Forum posts: 33
any particular header file is available in the SDK?

hi alh

ya this isn't in the sdk
but i had put it there
lets leave it
i solved it
i built the app through the command prompt and fm there its working fine
thanks for helping me

Tue, 2008-04-08 14:16
Joined: 2004-11-29
Forum posts: 1153
Re: how can i know that any particular header file is available

Ok, what IDE do you use?

In CodeWarrior you will have to re-import the mmp file for any changes in it to take effect.

In Carbide, I believe such things are supposed to be automatic...

Tue, 2008-04-08 14:39
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: how can i know that any particular header file is

ya this isn't in the sdk
but i had put it there

Might not be the best option to copy headers blindly.

I dont know about codewarrior, but like Alh suggested, there is no need to re-import in carbide for sure.

Thu, 2008-04-10 10:40
Joined: 2008-02-25
Forum posts: 33
header file is available in the SDK?

hi alh

i m using codewarrior as an IDE

  • Login to reply to this topic.