Re: Compiling Binary XPCOM Plugin with Gecko 15

2012-08-20 Thread Pelota
This almost certainly means that you are compiling your code with -DDEBUG (or -D_DEBUG). Yes, it is so. Thx for the answer, ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Compiling Binary XPCOM Plugin with Gecko 15

2012-08-17 Thread orangespidermaster
I maintain a binary XPCOM component for Firefox. While compiling it with the Gecko SDK 15 I get the following error: xpcomglue_s_nomozalloc.lib(nsStringAPI.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj I compile with Visual

Re: Compiling Binary XPCOM Plugin with Gecko 15

2012-08-17 Thread Benjamin Smedberg
On 8/17/2012 3:14 AM, orangespidermas...@googlemail.com wrote: I maintain a binary XPCOM component for Firefox. While compiling it with the Gecko SDK 15 I get the following error: xpcomglue_s_nomozalloc.lib(nsStringAPI.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value