Hi
I've got the source codes for Mozilla 1.7.5 and SDK 1.7.5. I tried to perform the example
described in network/test/testcookie.cpp (I have made it a separate example). The compilation
ends fine, but during linking it produces the following error:
d:\mozilla\my project\test.cpp(107) : warning C4700: local variable 'rv' used without having been initialized
d:\mozilla\my project\test.cpp(146) : warning C4700: local variable 'cookie' used without having been initialized
test.obj : error LNK2019: unresolved external symbol "public: static void const * const nsObsoleteACString::sCanonicalVTable" ([EMAIL PROTECTED]@@2PBXB) referenced in function "protected: __thiscall nsACString::nsACString(char *,unsigned int,unsigned int)" (??0nsACString@@[EMAIL PROTECTED]@Z)
aa.exe : fatal error LNK1120: 1 unresolved externals
Compiler is cl 7.1.
Where can I get the library missing in SDK?
-- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ _______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
