티스토리 툴바


xpcom nsEmbedString gives linker error

Posted 2009/09/16 11:04 by Dave Aitch
rizwan wrote:This is the exact error:
"error LNK2019: unresolved external symbol "public: wchar_t const 
* __thiscall nsAString::BeginReading(void)const " 
(?BeginReading@nsAString@@QBEPB_WXZ) referenced in function "public: 
wchar_t const * __thiscall nsString_external::get(void)const " 
(?get@nsString_external@@QBEPB_WXZ)"


Well, it sounds to me a Unicode problem. Probably specifying a compiler option (not a linker option) "/Zc:wchar_t-" can help? It makes wchar_t a mare 16bits int, like PRUnichar in NSPR.



저작자 표시 비영리 동일 조건 변경 허락

« PREV : 1 : ... 9 : 10 : 11 : 12 : 13 : 14 : 15 : 16 : 17 : ... 200 : NEXT »