Click here to Skip to main content
16,011,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to get filenames from CFileDialog with multiselection files? Pin
James R. Twine27-Dec-06 6:00
James R. Twine27-Dec-06 6:00 
GeneralRe: how to get filenames from CFileDialog with multiselection files? Pin
Arris7427-Dec-06 6:56
Arris7427-Dec-06 6:56 
Question, Pin
Arris7427-Dec-06 4:10
Arris7427-Dec-06 4:10 
AnswerRe: , Pin
Johan Pretorius27-Dec-06 4:26
Johan Pretorius27-Dec-06 4:26 
GeneralRe: , Pin
Arris7427-Dec-06 4:55
Arris7427-Dec-06 4:55 
GeneralRe: , Pin
Johan Pretorius27-Dec-06 5:24
Johan Pretorius27-Dec-06 5:24 
AnswerRe: , Pin
Hamid_RT27-Dec-06 6:09
Hamid_RT27-Dec-06 6:09 
QuestionLinking error if project compile in vc8 Pin
singh_nav27-Dec-06 3:24
singh_nav27-Dec-06 3:24 
hi All ,

I have a project which is depend upon another project . Now i am using the function of another project's .h file into my main project file . If i compile it on VC6 then there is no any type error but if i use VC8 compiler then it is showing following linking error
I have the proper decleration and defination of these function

How to come out this problem

ProgressPage.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall ZipUnzip::~ZipUnzip(void)" (??1ZipUnzip@@UAE@XZ) referenced in function "public: void __thiscall CProgressPage::TraverseTree(class ATL::CStringT<wchar_t,class strtraitmfc<wchar_t,class="" atl::chtraitscrt<wchar_t=""> > >,struct _TREEITEM *,unsigned int)" (?TraverseTree@CProgressPage@@QAEXV?$CStringT@_WV?$StrTraitMFC@_WV?$ChTraitsCRT@_W@ATL@@@@@ATL@@PAU_TREEITEM@@I@Z)

ProgressPage.obj : error LNK2019: unresolved external symbol "public: unsigned char __thiscall ZipUnzip::RestoreFilesFromZipArchive(class ATL::CStringT<wchar_t,class strtraitmfc<wchar_t,class="" atl::chtraitscrt<wchar_t=""> > >,class ATL::CStringT<wchar_t,class strtraitmfc<wchar_t,class="" atl::chtraitscrt<wchar_t=""> > >,class ATL::CStringT<wchar_t,class strtraitmfc<wchar_t,class="" atl::chtraitscrt<wchar_t=""> > >)" (?RestoreFilesFromZipArchive@ZipUnzip@@QAEEV?$CStringT@_WV?$StrTraitMFC@_WV?$ChTraitsCRT@_W@ATL@@@@@ATL@@00@Z) referenced in function "public: void __thiscall CProgressPage::TraverseTree(class ATL::CStringT<wchar_t,class strtraitmfc<wchar_t,class="" atl::chtraitscrt<wchar_t=""> > >,struct _TREEITEM *,unsigned int)" (?TraverseTree@CProgressPage@@QAEXV?$CStringT@_WV?$StrTraitMFC@_WV?$ChTraitsCRT@_W@ATL@@@@@ATL@@PAU_TREEITEM@@I@Z)

ProgressPage.obj : error LNK2019: unresolved external symbol "public: __thiscall ZipUnzip::ZipUnzip(void)" (??0ZipUnzip@@QAE@XZ) referenced in function "public: void __thiscall CProgressPage::TraverseTree(class ATL::CStringT<wchar_t,class strtraitmfc<wchar_t,class="" atl::chtraitscrt<wchar_t=""> > >,struct _TREEITEM *,unsigned int)" (?TraverseTree@CProgressPage@@QAEXV?$CStringT@_WV?$StrTraitMFC@_WV?$ChTraitsCRT@_W@ATL@@@@@ATL@@PAU_TREEITEM@@I@Z)
.\Release/RebuilderWizard.exe : fatal error LNK1120: 3 unresolved externals


Regards
Navdeep
AnswerRe: Linking error if project compile in vc8 Pin
James R. Twine27-Dec-06 3:34
James R. Twine27-Dec-06 3:34 
AnswerRe: Linking error if project compile in vc8 Pin
Hamid_RT27-Dec-06 6:22
Hamid_RT27-Dec-06 6:22 
QuestionProblem while Reducing Size of Main Frame window? Pin
aamir.zia27-Dec-06 2:53
aamir.zia27-Dec-06 2:53 
AnswerRe: Problem while Reducing Size of Main Frame window? Pin
James R. Twine27-Dec-06 2:57
James R. Twine27-Dec-06 2:57 
GeneralRe: Problem while Reducing Size of Main Frame window? Pin
aamir.zia27-Dec-06 5:39
aamir.zia27-Dec-06 5:39 
GeneralRe: Problem while Reducing Size of Main Frame window? Pin
James R. Twine27-Dec-06 6:18
James R. Twine27-Dec-06 6:18 
QuestionHow To Save C++ (unsigned char* object) to Oracle DataBase? Pin
JESRE27-Dec-06 2:41
JESRE27-Dec-06 2:41 
AnswerRe: How To Save C++ (unsigned char* object) to Oracle DataBase? Pin
James R. Twine27-Dec-06 2:51
James R. Twine27-Dec-06 2:51 
AnswerRe: How To Save C++ (unsigned char* object) to Oracle DataBase? Pin
Hamid_RT27-Dec-06 6:24
Hamid_RT27-Dec-06 6:24 
QuestionDialog based application lives but SDI doesn't :-( Pin
SelvaKr27-Dec-06 2:24
SelvaKr27-Dec-06 2:24 
AnswerRe: Dialog based application lives but SDI doesn't :-( Pin
James R. Twine27-Dec-06 2:49
James R. Twine27-Dec-06 2:49 
GeneralRe: Dialog based application lives but SDI doesn't :-( Pin
SelvaKr27-Dec-06 2:55
SelvaKr27-Dec-06 2:55 
GeneralThanks...It works :-) Pin
SelvaKr27-Dec-06 2:57
SelvaKr27-Dec-06 2:57 
QuestionHow to add .dll Pin
manu_220527-Dec-06 2:18
manu_220527-Dec-06 2:18 
QuestionRe: How to add .dll Pin
prasad_som27-Dec-06 2:22
prasad_som27-Dec-06 2:22 
QuestionRe: How to add .dll Pin
manu_220527-Dec-06 2:37
manu_220527-Dec-06 2:37 
AnswerRe: How to add .dll Pin
prasad_som27-Dec-06 2:44
prasad_som27-Dec-06 2:44 

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.