Displaying 2 results from an estimated 2 matches for "on_wm_paint".
2008 Jan 24
2
Problems when compiling MFC application
...="2">hello.cpp: At global scope:</font><br>
<font size="2">hello.cpp:83: error: `CFrameWnd' has not been declared</font><br>
<font size="2">hello.cpp:85: error: expected constructor, destructor, or type conversion before "ON_WM_PAINT"</font><br>
<font size="2">winegcc: g++ failed</font><br>
<font size="2">make: *** [hello.o] Error 2</font><br>
<font size="2"> can anyone let me know what is the problem, and what...
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CGUIDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CGUIDlg, CDialog)
//{{AFX_MSG_MAP(CGUIDlg)
ON_WM_SYSCOMMAND()
ON_WM_DESTROY()
ON_WM_PAINT()
ON_WM_QUERYDRAGICON()
ON_BN_CLICKED(IDC_PLAY, OnPlay)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
////////////////////////////////////////////////////////////////////////////
/
// CGUIDlg message handlers
BOOL CGUIDlg::OnInitDialog()
{
CDialog::OnInitDialog();
//...