Hi, I am devloping a Firefox extension. I have a very basic doubt. Should I go for raw pointers or XPCOM string library? or should I use nsEmbedString? If I want to use the string library which header file should I include in my component? When I tried using NS_NAMED_LITERAL_STRING, compiler cribs that it's an undeclared identifier. I successfully used nsCEmbedString by including nsEmbedString.h.
Thanks & Regards, Raj. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
