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 (within the past 4 months) this has stopped working. I'm getting the following errors during the link phase:

string_s.lib(nsSubstring.obj) : error LNK2001: unresolved external symbol _NS_Free_P

string_s.lib(nsReadableUtils.obj) : error LNK2001: unresolved external symbol _NS_Alloc_P

I have a feeling this is somehow related to bug 262218 (libxpcom.so should only export frozen symbols).
Is there anything I can do, short of linking to xpcom proper or rolling my own string lib?


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

Reply via email to