
1 Jun
2012
1 Jun
'12
10:07 a.m.
Lars Viklund wrote:
[1] 1>libboost_filesystem-vc110-mt-gd-1_50.lib(path.obj) : error LNK2001: unresolved external symbol "protected: virtual int __thiscall std::codecvt<wchar_t,char,int>::do_length(int const &,char const *,char const *,unsigned int)const " (?do_length@?$codecvt@_WDH@std@@MBEHABHPBD1I@Z)
Well, you could start by preparing a simple test program that calls std::codecvt in the same way path.obj does, to eliminate Boost as a factor. If do_length is indeed not present in the dynamic runtime, this would probably be a showstopper bug against the RC, so it will get noticed. :-)