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
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
2 matches
Mail list logo