MFC中CString出现的问题,求解
CStringnames[];CStringfilename;for(inti=0;i<5;i++){names[i]=filename;}会出现3个错误,求解???错误...
CString names[];
CString filename;
for(int i=0;i<5;i++)
{
names[i]=filename;
}
会出现3个错误,求解???
错误 34 error LNK2001: 无法解析的外部符号 "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > * names" (?names@@3PAV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@A) D:\1\test\test\Look3.obj
错误 35 error LNK2001: 无法解析的外部符号 "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > * names" (?names@@3PAV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@A) D:\1\test\test\testView.obj
错误 36 error LNK1120: 1 个无法解析的外部命令 D:\1\test\Debug\test.exe 1 展开
CString filename;
for(int i=0;i<5;i++)
{
names[i]=filename;
}
会出现3个错误,求解???
错误 34 error LNK2001: 无法解析的外部符号 "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > * names" (?names@@3PAV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@A) D:\1\test\test\Look3.obj
错误 35 error LNK2001: 无法解析的外部符号 "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > * names" (?names@@3PAV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@A) D:\1\test\test\testView.obj
错误 36 error LNK1120: 1 个无法解析的外部命令 D:\1\test\Debug\test.exe 1 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询