1

无法在我的 c++ 项目中使用类向导实现“oninitdialog”。在运行 Windows 7 的相当新(3 个月旧)计算机上使用 vs2012(刚刚安装)。向导在我的 .cpp 文件中生成以下内容:

BOOL cdlg1::OnInitDialog()
{
    CDialogEx::OnInitDialog();

#5312

    return TRUE;  // return TRUE unless you set the focus to a control
#5313

#5312

    return TRUE;  // return TRUE unless you set the focus to a control
#5313
    // TODO:  Add extra initialization here

    return TRUE;  // return TRUE unless you set the focus to a control
#5313
    return TRUE;  // return TRUE unless you set the focus to a control
#5313
    // EXCEPTION: OCX Property Pages should return FALSE
}

看起来我可能没有访问某种源库。我可能会尝试重新安装该软件,但还有其他建议吗?

4

0 回答 0