say if I have a variable nsStr of type of nsEmbedString, could anyone tell
me how to convert the return value of nsStr.get() to char*? And how to
output the return value of nsStr.get() to file?

I tried to output the return value to file using fputws(nsStr.get(), fd).
But the compiler complains with "cannot convert" 'const PRUnichar*' to
'const wchar_t*'.

thanks :)


_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to