Alex Fritze wrote:
Hi,
I have a Mozilla extension that links to $(XPCOM_GLUE_LIBS) - i.e. xpcomglue.lib and string_s.lib - and defines '-DXPCOM_GLUE'. Recently
You should not be linking with string_s.lib... the string impl's there are not frozen and will change. You should instead be using the embedding string API.
OK, I see. The non-frozen string implementation doesn't really matter to me, though; I'm only using non-frozen string stuff internally. Is there really no way to link to string_s anymore? Why does XPCOM_GLUE_LIBS still contain it?
Thanks, Alex _______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
