On 6/11/10 4:51 AM, Ami Ganguli wrote:

Now I've run into "ToNewUnicode", which seems to be defined in-ine in
one of the headers.  I'm not sure why the linker is looking for it if
it's in-line, but obviously it doesn't end up being in any of the
libraries.

You haven't got a lot of details what "link against" means, but if you are an embedder, you probably are using some form of frozen linkage. ToNewUnicode will be the symbol here:

http://mxr.mozilla.org/mozilla-central/source/xpcom/glue/nsStringAPI.h#1416

and will be provided by xpcomglue_s or xpcomglue, depending on which form of linkage you are using. See https://developer.mozilla.org/en/XPCOM_Glue for details about the linkage types.

--BDS
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to