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.


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

Reply via email to