~略
// 生成されたメッセージ マップ関数
//{{AFX_MSG(CVcreigaiDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnButton5();
afx_msg void OnButton10();
afx_msg void OnButton6();
afx_msg void OnButton7();
afx_msg void OnDoubleclickedButton7();
afx_msg void OnRadio4();
afx_msg void OnButton8();
afx_msg void OnDropFiles(HDROP hDropInfo);(エラー)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
OnDropFiles' : このメンバ関数は、'CAboutDlg' クラス内で宣言されていません。
上記のソースをヘッダファイルで宣言し、インクルードしてcppで使用しています。
何か宣言がまずいでしょうか?
他の関数は普通に使用できるのですが。よろしくおねがいします。
引数間違っていただけでした。
解決。