Hi I am using the gecko-sdk that is available at this link. ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/g...
When I link my application with these libraries I get these errors. Weblock.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall nsEmbedCString::~nsEmbedCString(void)" (??1nsEmbedCString@@[EMAIL PROTECTED]) Weblock.obj : error LNK2001: unresolved external symbol "public: __thiscall nsEmbedCString::nsEmbedCString(void)" (??0nsEmbedCString@@[EMAIL PROTECTED]) Weblock.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall nsQueryInterface::operator()(struct nsID const &,void * *)const " (??RnsQueryInterface@@UBEIABUnsID@@[EMAIL PROTECTED]) C:\Program Files\Mozilla FireFox\components\Weblock.dll : fatal error LNK1120: 3 unresolved externals nsEmbedCString is the class I am using, its there in the header files nsEmbedString.h. But I cannot find its library. embed_base_s.lib nspr4.lib plc4.lib plds4.lib xpcom.lib xpcomglue.lib xpcomglue_s.lib Can someone help me with this Thanks in Advance Anil. _______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
