Setting the /Zc:wchar_t- option resolves the "BeginReading unresolved external" for the simple test, but the (big) component code doesn't link anyway with several unresolved external errors.
I think I must get more know how on gecko 1.9 SDK before convert to it. Thanks to all of you. - Stefano "Igor Tandetnik" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > 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
