Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
"Error   2   error LNK2019: unresolved external symbol "protected: static int __cdecl CNewListControlDlg::InitEditor(class CWnd * *,int,int,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > &,unsigned long,void *,int)" (?InitEditor@CNewListControlDlg@@KAHPAPAVCWnd@@HHAAV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@KPAXH@Z) referenced in function "public: void __thiscall CNewListControlDlg::AddColumns(void)" (?AddColumns@CNewListControlDlg@@QAEXXZ)  NewListControlDlg.obj   NewListControl"


Error	3	error LNK2019: unresolved external symbol "protected: static int __cdecl CNewListControlDlg::EndEditor(class CWnd * *,int,int,class ATL::CStringT<char,class> > > &,unsigned long,void *,int)" (?EndEditor@CNewListControlDlg@@KAHPAPAVCWnd@@HHAAV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@KPAXH@Z) referenced in function "public: void __thiscall CNewListControlDlg::AddColumns(void)" (?AddColumns@CNewListControlDlg@@QAEXXZ)	NewListControlDlg.obj	NewListControl
Posted
Updated 19-Sep-14 7:41am
v2
Comments
Richard MacCutchan 19-Sep-14 13:41pm    
You have some modules or libraries missing from your link phase.
[no name] 19-Sep-14 14:20pm    
No comment!
Sergey Alexandrovich Kryukov 19-Sep-14 15:16pm    
How is that different from writing no comment? Apparently, that is not the same. :-)
—SA
[no name] 19-Sep-14 15:44pm    
*lol*
Regards, Bruno
Sergey Alexandrovich Kryukov 19-Sep-14 15:46pm    
:-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900