how can i know that any particular header file is available in the SDK?
| Mon, 2008-04-07 08:51 | |
|
|
hi so please tell me how can i come to know that is this header is supported by using SDK? |
| Mon, 2008-04-07 08:51 | |
|
|
hi so please tell me how can i come to know that is this header is supported by using SDK? |
Forum posts: 603
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.
Forum posts: 463
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
Forum posts: 1153
I on the other hand think the topic of this post is excellent
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.
Forum posts: 142
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
Forum posts: 33
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
Forum posts: 1153
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)...
Forum posts: 33
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
Forum posts: 1153
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...
Forum posts: 463
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.
Forum posts: 33
hi alh
i m using codewarrior as an IDE