Re: Compiling XPCOM with gecko-sdk 15 and above.

2012-11-06 Thread jim . mathies
You should look at the new glue libraries that statically link to the crt on Windows - XPCOM_STANDALONE_STATICRUNTIME_GLUE_LDOPTS XPCOM_STATICRUNTIME_GLUE_LDOPTS I believe components use the standalone which is what we use for our exe stubs. ___ dev

Compiling XPCOM with gecko-sdk 15 and above.

2012-11-05 Thread dblinov76
Hello. I have binary c++ XPCOM component. I've tried to build it with xulrunner-sdk-15.0.1 (16 and above) and receive linker error: xpcomglue_s.lib(nsStringAPI.obj) : error LNK2001: unresolved external symbol __imp___snprintf xpcomglue_s.lib(nsCRTGlue.obj) : error LNK2001: unresolved externa