[EMAIL PROTECTED] wrote: > I am building Firefox 2.0.0.4 using the mozilla-build with VS 2005 in > order to link XPCOM into a multithreaded dll for my application > (currently debug). I have to use MOZILLA_INTERNAL_API because some of > the non-frozen interfaces I need are not available in the Gecko-SDK (I > know this will need to change for Firefox 3, but I need Firefox 2 > now). I have built Firefox (numerous times with various options) with > no problem. My problem is in building the dll in my application. > > I am getting the following unresolved external errors building with VS > 2005: > > nsSubstring::Assign(unsigned short const *,unsigned int)" (__imp_? > [EMAIL PROTECTED]@@[EMAIL PROTECTED]) > import.lib(xxx.obj) : error LNK2001: unresolved external symbol > "__declspec(dllimport) > > nsCharTraits::EmptyBuffer(unsigned short const *,unsigned > int)" ([EMAIL PROTECTED]@G@@2PEBGEB) > import.lib(xxx.obj) : error LNK2001: unresolved external symbol > "__declspec(dllimport)
That symbol is provided by unicharutils_s.lib --BDS _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
