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