Vasu Yadav wrote:

I am able to Instantiate helloword JS-XPCOM component, when I am trying to 
return object to nsISupports interface pointer. but not same when  directly 
tried to return object to nsIHelloWorld interface pointer.

Perhaps your nsIHelloWorld interface has not been properly registered with XPConnect. (I don't know why this would be though, I see you already have a manifest entry for it.) You can test this by starting Firefox and evaluating Components.interfaces.nsIHelloWorld in the console.

--
Warning: May contain traces of nuts.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to