zen wrote:
Hi all,
whenever i use string class (which is not FROZEN) other than from the nsStringAPI.h, i facing link problem:

Please use the frozen nsStringAPI if at all possible.

"unresolved external symbol "public: __thiscall nsAString::~ ....."

Where can i find the string implementation file?

You need to link against xpcom_core. But this means that your component won't work in future versions of the app.

Where can i find the complete tutorial of string class for both Frozen & non-Frozen interface?

http://developer.mozilla.org/en/docs/XPCOM_API_Reference#String is the documentation we have right now. Additions and expansion of this doc is greatly appreciated.

--BDS
_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to