[EMAIL PROTECTED] wrote:

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





You should try linking to xpcomglue.lib, nspr4.lib, plc4.lib, and plds4.lib. Link to embed_base_s.lib if you are calling NS_InitEmbedding.


-Darin
_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to