Click here to Skip to main content
15,924,317 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Application Title in MDI Application Pin
prasad_som25-Jan-07 1:57
prasad_som25-Jan-07 1:57 
QuestionRe: Application Title in MDI Application Pin
David Crow25-Jan-07 2:58
David Crow25-Jan-07 2:58 
GeneralRe: Application Title in MDI Application Pin
#realJSOP25-Jan-07 8:28
professional#realJSOP25-Jan-07 8:28 
AnswerRe: Application Title in MDI Application Pin
Ravi Bhavnani25-Jan-07 5:54
professionalRavi Bhavnani25-Jan-07 5:54 
Questionsmall error Pin
Jarley D.G.24-Jan-07 23:31
Jarley D.G.24-Jan-07 23:31 
AnswerRe: small error Pin
prasad_som24-Jan-07 23:39
prasad_som24-Jan-07 23:39 
GeneralRe: small error Pin
Jarley D.G.25-Jan-07 0:13
Jarley D.G.25-Jan-07 0:13 
AnswerRe: small error Pin
prasad_som25-Jan-07 0:34
prasad_som25-Jan-07 0:34 
jarleydg wrote:
FolderDlg.obj : error LNK2019: unresolved external symbol "class ATL::CStringT > > __cdecl _DbgName(long)" (?_DbgName@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@J@Z) referenced in function "protected: virtual long __stdcall CFolderDialog::QueryInterface(struct _GUID const &,void * *)" (?QueryInterface@CFolderDialog@@MAGJABU_GUID@@PAPAX@Z)
FolderDlg.obj : error LNK2019: unresolved external symbol "class ATL::CStringT > > __cdecl _DbgName(struct _GUID const &)" (?_DbgName@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@ABU_GUID@@@Z) referenced in function "protected: virtual long __stdcall CFolderDialog::QueryInterface(struct _GUID const &,void * *)" (?QueryInterface@CFolderDialog@@MAGJABU_GUID@@PAPAX@Z)


Probably you are using _DbgName , but linker is not getting its definition. In release build its definition is suppressed.


jarleydg wrote:
FolderDlg.obj : error LNK2019: unresolved external symbol "public: __thiscall CInterfaceNames::CInterfaceNames(struct DBGINTERFACENAME *,unsigned int)" (??0CInterfaceNames@@QAE@PAUDBGINTERFACENAME@@I@Z) referenced in function "void __cdecl `dynamic initializer for '_initMyDBI''(void)" (??__E_initMyDBI@@YAXXZ)
.\Debug/adquisition.exe : fatal error LNK1120: 3 unresolved externals


Same case is with class CInterfaceNames. Its for debug configuration only. In release confiruation, its defn's are suppressed, hence error.


GeneralRe: small error Pin
Jarley D.G.25-Jan-07 2:04
Jarley D.G.25-Jan-07 2:04 
AnswerRe: small error Pin
prasad_som25-Jan-07 2:16
prasad_som25-Jan-07 2:16 
GeneralRe: small error Pin
Jarley D.G.25-Jan-07 3:47
Jarley D.G.25-Jan-07 3:47 
GeneralRe: small error Pin
prasad_som25-Jan-07 5:31
prasad_som25-Jan-07 5:31 
AnswerRe: small error Pin
PJ Arends24-Jan-07 23:44
professionalPJ Arends24-Jan-07 23:44 
Questioncommand line parameters Pin
Feralrath24-Jan-07 23:04
Feralrath24-Jan-07 23:04 
AnswerRe: command line parameters Pin
Cedric Moonen24-Jan-07 23:08
Cedric Moonen24-Jan-07 23:08 
AnswerRe: command line parameters Pin
baerten24-Jan-07 23:18
baerten24-Jan-07 23:18 
AnswerRe: command line parameters Pin
Roger Stoltz24-Jan-07 23:23
Roger Stoltz24-Jan-07 23:23 
GeneralRe: command line parameters Pin
Feralrath24-Jan-07 23:27
Feralrath24-Jan-07 23:27 
GeneralRe: command line parameters Pin
Roger Stoltz24-Jan-07 23:55
Roger Stoltz24-Jan-07 23:55 
GeneralRe: command line parameters Pin
Feralrath25-Jan-07 0:58
Feralrath25-Jan-07 0:58 
GeneralRe: command line parameters Pin
toxcct25-Jan-07 1:12
toxcct25-Jan-07 1:12 
GeneralRe: command line parameters Pin
Gary R. Wheeler25-Jan-07 1:16
Gary R. Wheeler25-Jan-07 1:16 
GeneralRe: command line parameters Pin
Roger Stoltz25-Jan-07 1:46
Roger Stoltz25-Jan-07 1:46 
AnswerRe: command line parameters Pin
Michael Dunn25-Jan-07 8:27
sitebuilderMichael Dunn25-Jan-07 8:27 
GeneralRe: command line parameters Pin
Feralrath25-Jan-07 17:30
Feralrath25-Jan-07 17:30 

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.