Trying to use CSpeechRecognitionUtility , which is now in public SDK starting Symbian^3.
Now whenever the control reaches, ispeechObj = CSpeechRecognitionUtility::NewL( *this, Kuid );
the application displays system error -1 , & in my opinion the potential reason for this may be the wrong Client UID passed (KUid here).The Client UID currently i am passing is the UID of the application as mentioned in the mmp file, similar to what we do in APS creation, but i do not think that should be the correct one to pass..
So any pointers on above case or is there something else causing system error -1..



