用VC++6.0做一个类似QQ的程序,
BOOLCQQDlg::OnInitDialog(){CDialog::OnInitDialog();LVCOLUMNlv;lv.mask=LVCF_TEXT|LVCF_...
BOOL CQQDlg::OnInitDialog()
{
CDialog::OnInitDialog();
LVCOLUMN lv;
lv.mask=LVCF_TEXT|LVCF_FMT|LVCF_WIDTH;
lv.fmt=LVCFMT_CENTER;
lv.cx=120;
lv.pszText="用户号码";
m_list.InsertColumn(0,&lv);
lv.pszText="IP地址";
m_list.InsertColumn(1,&lv);
lv.pszText="用户类型";
m_list.InsertColumn(2,&lv);
// Set the icon for this dialog. The framework does this automatically
// when the application's main window is not a dialog
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
// TODO: Add extra initialization here
return TRUE; // return TRUE unless you set the focus to a control
}
运行的时候出错了:
F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(53) : error C2065: 'm_list' : undeclared identifier
F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(53) : error C2228: left of '.InsertColumn' must have class/struct/union type
F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(55) : error C2228: left of '.InsertColumn' must have class/struct/union type
F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(57) : error C2228: left of '.InsertColumn' must have class/struct/union type
求解:怎么改正?? 展开
{
CDialog::OnInitDialog();
LVCOLUMN lv;
lv.mask=LVCF_TEXT|LVCF_FMT|LVCF_WIDTH;
lv.fmt=LVCFMT_CENTER;
lv.cx=120;
lv.pszText="用户号码";
m_list.InsertColumn(0,&lv);
lv.pszText="IP地址";
m_list.InsertColumn(1,&lv);
lv.pszText="用户类型";
m_list.InsertColumn(2,&lv);
// Set the icon for this dialog. The framework does this automatically
// when the application's main window is not a dialog
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
// TODO: Add extra initialization here
return TRUE; // return TRUE unless you set the focus to a control
}
运行的时候出错了:
F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(53) : error C2065: 'm_list' : undeclared identifier
F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(53) : error C2228: left of '.InsertColumn' must have class/struct/union type
F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(55) : error C2228: left of '.InsertColumn' must have class/struct/union type
F:\新建文件夹 (2)\仿QQ服务器\仿QQ服务器Dlg.cpp(57) : error C2228: left of '.InsertColumn' must have class/struct/union type
求解:怎么改正?? 展开
2个回答
2014-12-14
展开全部
主要是没有定义啊。。你下载 用skinmagic或者skin++ 库,可以很简单的做出来。。。还有啊,这种错误,你可以把它复制放到度娘里面跑,一般都会跑出来解决方案的。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询