[Moved] New UID and .rss >>>Confusion
Hi,
I want to know when we get a new UID from symbian when asked for one. What are the changes I should bring in other files like make file, resource file other than mmp file. Please help and if redirect my mail to place where i can get any help.Any effort for solving my doubt will be highly appreciated.
Re: [Moved] New UID and .rss >>>Confusion
You can request the new UIDs from Symbian freely.
Re: [Moved] New UID and .rss >>>Confusion
As I said before, I recommend you give a look to an existing snippet and some introductory material.
Re: [Moved] New UID and .rss >>>Confusion
[QUOTE=david.caabeiro;426597]As I said before, I recommend you give a look to an existing snippet and some introductory material.[/QUOTE]
I have been trying them anyways i will try more.
Thank you for help
Re: [Moved] New UID and .rss >>>Confusion
[QUOTE=anson_zhao;426454]You can request the new UIDs from Symbian freely.[/QUOTE]
I have already got new UID from Symbian.I am facing difficulty in implementing it properly.
Anyways thank you for the help.
Re: [Moved] New UID and .rss >>>Confusion
There is a line in the code in working on, is like this
"const TUid KPostProcessorCustomInterface = { 0x111FD112 };"
this UID is not UID3 nor is UID2 as UID2 for ECOM is fixed and same and is 0x10009D8D.
I want to know what is interface UID (KPostProcessorCustom[COLOR="red"]Interface [/COLOR])
I have understood that implementation UID is UID3.
Please Guide me. Thanks in advance
Re: [Moved] New UID and .rss >>>Confusion
Have you ever considered:
1) reading the ECOM documentation?
2) tracing that KPostProcessorCustomInterface constant to see where it is used and thus what is its role?
In general, UIDs in the 0x1??????? range should not be touched. Also, anything you do not understand should not be touched.
In your case this seems to leave you just a few things to touch so there are not many mistakes you can make either. ;)