What lib in the gecko 1.9.3 SDK do I link against to use moz_xmalloc()?

Posted by jeffamaphone on Stack Overflow See other posts from Stack Overflow or by jeffamaphone
Published on 2010-03-16T23:55:44Z Indexed on 2010/03/17 0:01 UTC
Read the original article Hit count: 269

I'm trying to link my XPCOM extension against the 1.9.3a3pre SDK and I get the following:

error LNK2001: unresolved external symbol _moz_xmalloc

So, what lib do I need to link to? The documentation doesn't say.

This is on Windows right now, but I'll need it to build on Mac and Linux (32/64) as well.

© Stack Overflow or respective owner

Related posts about geckosdk

Related posts about gecko1.9.3