msvcp100d.dll!std::codecvt::in(int & _State=0, const char * _First1=0x0022fce8, const char * _Last1=0x0022fcee, const char * & _Mid1=0xcccccccc, wchar_t * _First2=0x0022f974, wchar_t * _Last2=0x0022fb74, wchar_t * & _Mid2=0xcccccccc) Line 1521 + 0x1f bytes C++ > paths.exe!`anonymous namespace'::convert_aux(const char * from=0x0022fce8, const char * from_end=0x0022fcee, wchar_t * to=0x0022f974, wchar_t * to_end=0x0022fb74, std::basic_string,std::allocator > & target="", const std::codecvt & cvt={...}) Line 84 + 0x25 bytes C++ paths.exe!boost::filesystem3::path_traits::convert(const char * from=0x0022fce8, const char * from_end=0x0022fcee, std::basic_string,std::allocator > & to="", const std::codecvt & cvt={...}) Line 165 + 0x20 bytes C++ paths.exe!boost::filesystem3::path_traits::dispatch,std::allocator > >(const std::basic_string,std::allocator > & c="narrow", std::basic_string,std::allocator > & to="", const std::codecvt & cvt={...}) Line 174 + 0x7e bytes C++ paths.exe!boost::filesystem3::path::path(const char [7]& source=0x00eccafc, void * __formal=0x00000000) Line 135 + 0x29 bytes C++ paths.exe!`dynamic initializer for 'r''() Line 12 + 0x52 bytes C++ msvcr100d.dll!_initterm(void (void)* * pfbegin=0x00ecc320, void (void)* * pfend=0x00ecc450) Line 873 C paths.exe!__tmainCRTStartup() Line 473 + 0xf bytes C paths.exe!wmainCRTStartup() Line 371 C kernel32.dll!769b339a() [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll] ntdll.dll!77999ef2() ntdll.dll!77999ec5() // -- msvcp100d.dll call ends in xlocale in(...) at return (do_in(... // -- C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\crt\src\xlocale // result __CLR_OR_THIS_CALL in(_Statype& _State, const _Byte *_First1, const _Byte *_Last1, const _Byte *& _Mid1, _Elem *_First2, _Elem *_Last2, _Elem *& _Mid2) const { // convert bytes [_First1, _Last1) to [_First2, _Last) return (do_in(_State, _First1, _Last1, _Mid1, _First2, _Last2, _Mid2)); } //HTH