Hello friends....

I am able to make an XPCOM component and i also got success to use it
from Mozilla extension using firefox......

I developed this component using VC++.

i just simply added one methos in Interface of component

long Fun(long a , long b);

But if i want to add some more methods which takes complex data types
likes strings ......

i have no knowledge abt string data types in XPCOM......

suppose i want to add

RSSFeedsPage(BSTR ToURL, VARIANT_BOOL* IsRSSPage) method

i tried but it is giving undeclared identifier for BSTR...

Is XPCOM does not support these data types of  COM...


how can i do that

Thanks.

**$Dixit$*

_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to