Dorian B. <[EMAIL PROTECTED]> wrote: >>>> error LNK2019: unresolved external symbol "public: wchar_t const * >>>> __thiscall nsAString::BeginReading(void)const " >>>> ([EMAIL PROTECTED]@@QBEPB_WXZ) referenced in function >>>> "public: wchar_t >>>> const * __thiscall nsString_external::get(void)const " >>>> ([EMAIL PROTECTED]@@QBEPB_WXZ) >>>> >>>> what about ? > > You probably have the /Zc:wchar_t flag set.
With VC8, /Zc:wchar_t is on by default. One needs /Zc:wchar_t- to turn it off. Igor Tandetnik _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
