search for: declare_message_map

Displaying 2 results from an estimated 2 matches for "declare_message_map".

2008 Jan 24
2
Problems when compiling MFC application
...>hello.h:32: error: ISO C++ forbids declaration of `afx_msg' with no type</font><br> <font size="2">hello.h:32: error: expected `;' before "void"</font><br> <font size="2">hello.h:36: error: ISO C++ forbids declaration of `DECLARE_MESSAGE_MAP' with no type</font><br> <font size="2">hello.h:36: error: expected `;' before '}' token</font><br> <font size="2">hello.h:36: error: expected `;' before '}' token</font><br> <font size="2"&...
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...// ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD) { //{{AFX_DATA_INIT(CAboutDlg) //}}AFX_DATA_INIT } void CAboutDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CAboutDlg) //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(CAb...