Displaying 2 results from an estimated 2 matches for "afx_msg".
Did you mean:
afs_msg
2008 Jan 24
2
Problems when compiling MFC application
...lt;br>
<font size="2">In file included from hello.cpp:20:</font><br>
<font size="2">hello.h:26: error: expected class-name before '{' token</font><br>
<font size="2">hello.h:31: error: ISO C++ forbids declaration of `afx_msg' with no type</font><br>
<font size="2">hello.h:31: error: expected `;' before "void"</font><br>
<font size="2">hello.h:32: error: ISO C++ forbids declaration of `afx_msg' with no type</font><br>
<font size...
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...= IDD_ABOUTBOX };
//}}AFX_DATA
// 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(C...