"Dorian B." <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > > >>>> 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.
Dorian, this are the compiler command-line /Od /I "../../SDK/gecko1.9/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D _MBCS" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\test.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /nologo /c /Wp64 /ZI /TP /errorReport:prompt and linker command-line /OUT:"..\firefox\test3\Debug\test.exe" /INCREMENTAL /NOLOGO /LIBPATH:"../../SDK/gecko1.9/lib" /MANIFEST /MANIFESTFILE:"Debug\test.exe.intermediate.manifest" /DEBUG /PDB:"..\firefox\test3\debug\test.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 /ERRORREPORT:PROMPT windows.libs... With gecko1.8 it works. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
