On Feb 26, 11:55 am, Anna Nachesa <[email protected]> wrote: > Hi, > > did you also set the property "treat wchar_t as built-in type" to "no"? > (same as /Zc:wchar_t- , in MSVC9 it is in "Configuration Properties - C/C++ > - Language" group). This might help with the error 1. > > Anna > > martin-278 wrote: > > > Error 1 error LNK2019: unresolved external symbol "public: > > wchar_t > > const * __thiscall nsAString::BeginReading(void)const " (? > > beginread...@nsastring@@QBEPB_WXZ) referenced in function "public: > > wchar_t const * __thiscall nsString_external::get(void)const " (? > > g...@nsstring_external@@QBEPB_WXZ) embed.obj > > -- > View this message in > context:http://www.nabble.com/embedding-mozilla-newAPI-tp22221629p22221846.html > Sent from the Mozilla - Embedding mailing list archive at Nabble.com.
That was quick :) Thank you Anna, it eliminated both errors and it now works fine. Thank you again _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
