Click here to Skip to main content
15,913,115 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Application Title in MDI Application Pin
Nibu babu thomas25-Jan-07 0:34
Nibu babu thomas25-Jan-07 0:34 
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 
Done Smile | :) thanks.
ups... sorry resource explorer! was hidden.. stupid me. =/


Well the previous part compiled ok, but I´m using too this code from MSDN by Paul DiLascia where he encapsulated SHBrowseForFolder in a class FolderDlg... http://msdn.microsoft.com/msdnmag/issues/05/06/CAtWork/default.aspx

At VS2003 it was working ok... but now I´m having this fatal error...
So my project still can´t compile Frown | :(

please any help apretiated .
thanks in advance.

FolderDlg.obj : error LNK2019: unresolved external symbol "class ATL::CStringT<char,class strtraitmfc_dll<char,class="" atl::chtraitscrt<char=""> > > __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<char,class strtraitmfc_dll<char,class="" atl::chtraitscrt<char=""> > > __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)
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



---------------------------------------------
"Don't panic!. All will become clear in time"
WYS Is Not always WYG

AnswerRe: small error Pin
prasad_som25-Jan-07 0:34
prasad_som25-Jan-07 0:34 
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 

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.