15,742,011 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
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