高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】getbuffersetlength link not found
getbuffersetlength link not found
getbuffersetlength link not found
hi,
i am porting our application to visualstudio2005 and so i
am linking with vc8md.
i receive this error during linking phase:
odfilebuf.obj : error lnk2019: unresolved external symbol "public: wchar_t * __thiscall odwstring::getbuffersetlength(int)" (?getbuffersetlength@odwstring@@qaepa_wh@z) referenced in function "class odwstring __cdecl odstringtowidechar(char const *,unsigned int)" (?odstringtowidechar@@ya?avodwstring@@pbdi@z)
i link dd_root but i don't understand why it is not found the linking.
can anyone help me?
bye,
fede
ftimillero,
i have this exact same problem! did you manage to resolve it?
use /zc:wchar_t-
or wait for the next release, in the next release client application will be able to be built with /zc:wchar_t+
vladimir
|