Click here to Skip to main content
15,881,665 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debug VS2005 application Pin
Albert Holguin16-Sep-11 4:32
professionalAlbert Holguin16-Sep-11 4:32 
QuestionGraph plotting in MFC Pin
Member 775137512-Sep-11 23:53
Member 775137512-Sep-11 23:53 
AnswerRe: Graph plotting in MFC Pin
charlieg13-Sep-11 0:02
charlieg13-Sep-11 0:02 
GeneralRe: Graph plotting in MFC Pin
Member 775137513-Sep-11 22:25
Member 775137513-Sep-11 22:25 
GeneralRe: Graph plotting in MFC Pin
charlieg14-Sep-11 3:08
charlieg14-Sep-11 3:08 
AnswerRe: Graph plotting in MFC Pin
CPallini13-Sep-11 0:56
mveCPallini13-Sep-11 0:56 
AnswerRe: Graph plotting in MFC Pin
john563213-Sep-11 21:50
john563213-Sep-11 21:50 
QuestionLNK2001 Pin
pix_programmer12-Sep-11 23:47
pix_programmer12-Sep-11 23:47 
Hi!
I've got the following linker errors in my VC++ 2008 project(Windows XP) under release mode:

minimal.obj : error LNK2001: unresolved external symbol "void __cdecl std::_Debug_message(wchar_t const *,wchar_t const *,unsigned int)" (?_Debug_message@std@@YAXPB_W0I@Z)
minimal.obj : error LNK2001: unresolved external symbol "struct std::_DebugHeapTag_t const & __cdecl std::_DebugHeapTag_func(void)" (?_DebugHeapTag_func@std@@YAABU_DebugHeapTag_t@1@XZ)
minimal.obj : error LNK2001: unresolved external symbol "void * __cdecl operator new[](unsigned int,struct std::_DebugHeapTag_t const &,char *,int)" (??_U@YAPAXIABU_DebugHeapTag_t@std@@PADH@Z)

I've added the following to the Additional Dependencies:

wxmsw29u_core.lib
wxbase29u.lib
wxtiffd.lib
wxjpegd.lib
wxpngd.lib
wxzlibd.lib
wxregexud.lib
wxexpatd.lib
winmm.lib
comctl32.lib
rpcrt4.lib
wsock32.lib
odbc32.lib
libcmt.lib
libcpmt.lib

Also I've added the following to the Ignore Specific Library:
LIBCMTD.lib
LIBCPMTD.lib

What else to do to get around those linker errors?
AnswerRe: LNK2001 Pin
Erudite_Eric13-Sep-11 0:23
Erudite_Eric13-Sep-11 0:23 
QuestionWhere does VC++ save include path settings? Pin
charlieg12-Sep-11 23:43
charlieg12-Sep-11 23:43 
AnswerRe: Where does VC++ save include path settings? Pin
Erudite_Eric13-Sep-11 0:24
Erudite_Eric13-Sep-11 0:24 
GeneralRe: Where does VC++ save include path settings? Pin
charlieg13-Sep-11 3:34
charlieg13-Sep-11 3:34 
GeneralRe: Where does VC++ save include path settings? Pin
Erudite_Eric13-Sep-11 4:01
Erudite_Eric13-Sep-11 4:01 
GeneralRe: Where does VC++ save include path settings? Pin
charlieg13-Sep-11 13:49
charlieg13-Sep-11 13:49 
GeneralRe: Where does VC++ save include path settings? Pin
Erudite_Eric13-Sep-11 22:53
Erudite_Eric13-Sep-11 22:53 
GeneralRe: Where does VC++ save include path settings? Pin
charlieg14-Sep-11 3:22
charlieg14-Sep-11 3:22 
GeneralRe: Where does VC++ save include path settings? Pin
Erudite_Eric14-Sep-11 20:21
Erudite_Eric14-Sep-11 20:21 
GeneralRe: Where does VC++ save include path settings? Pin
charlieg15-Sep-11 0:01
charlieg15-Sep-11 0:01 
AnswerRe: Where does VC++ save include path settings? Pin
bolivar12314-Sep-11 19:14
bolivar12314-Sep-11 19:14 
GeneralRe: Where does VC++ save include path settings? Pin
charlieg15-Sep-11 0:03
charlieg15-Sep-11 0:03 
QuestionDifference between Critical Sections over Mutex objects Pin
CodingLover12-Sep-11 19:13
CodingLover12-Sep-11 19:13 
AnswerRe: Difference between Critical Sections over Mutex objects PinPopular
వేంకటనారాయణ(venkatmakam)12-Sep-11 21:34
వేంకటనారాయణ(venkatmakam)12-Sep-11 21:34 
GeneralRe: Difference between Critical Sections over Mutex objects Pin
CodingLover13-Sep-11 0:13
CodingLover13-Sep-11 0:13 
AnswerRe: Difference between Critical Sections over Mutex objects Pin
ShilpiP13-Sep-11 1:05
ShilpiP13-Sep-11 1:05 
GeneralRe: Difference between Critical Sections over Mutex objects Pin
CodingLover13-Sep-11 1:22
CodingLover13-Sep-11 1:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.