Click here to Skip to main content
15,881,084 members

Comments by janaswamy uday (Top 5 by date)

janaswamy uday 5-Sep-13 1:42am View    
Deleted
error LNK2019: unresolved external symbol "void __cdecl std::_Xbad
_alloc(void)" (?_Xbad_alloc@std@@YAXXZ) referenced in function "char * __cdecl s
td::_Allocate<char>(unsigned int,char *)" (??$_Allocate@D@std@@YAPADIPAD@Z)

error LNK2019: unresolved external symbol "void __cdecl std::_Xlen
gth_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z) referenced in function
"public: bool __thiscall std::basic_string<char,struct std::char_traits<char="">,cl
ass std::allocator<char> >::_Grow(unsigned int,bool)" (?_Grow@?$basic_string@DU?
$char_traits@D@std@@V?$allocator@D@2@@std@@QAE_NI_N@Z)

error LNK2019: unresolved external symbol "void __cdecl std::_Xout
_of_range(char const *)" (?_Xout_of_range@std@@YAXPBD@Z) referenced in function
"public: void __thiscall std::basic_string<char,struct std::char_traits<char="">,cl
ass std::allocator<char> >::_Xran(void)const " (?_Xran@?$basic_string@DU?$char_t
raits@D@std@@V?$allocator@D@2@@std@@QBEXXZ)


error LNK2019: unresolved external symbol "char const * __cdecl st
d::_Winerror_map(int)" (?_Winerror_map@std@@YAPBDH@Z) referenced in function "pu
blic: virtual class std::basic_string<char,struct std::char_traits<char="">,class s
td::allocator<char> > __thiscall std::_System_error_category::message(int)const
" (?message@_System_error_category@std@@UBE?AV?$basic_string@DU?$char_traits@D@s
td@@V?$allocator@D@2@@2@H@Z)
janaswamy uday 3-Sep-13 9:26am View    
We are building in VC++2012. So we have now VC++2012.
This Error is displayed when migrating from VC++2008 to VC++2012.
janaswamy uday 3-Sep-13 7:38am View    
What do you mean by Win RT target. Still getting the same linker errors. Is there are any
procedures to work on Win RT issue in VS2012.
janaswamy uday 23-Aug-13 1:53am View    
"Invalid window handle." message is getting for GetLastError().
janaswamy uday 14-Aug-13 0:42am View    
In Visual Studios 2012 there is no PlatformSDK Folder. Now how to Set this for VS2012