www.pudn.com > CLanCompiler.rar > OutputErrDlg.cpp


// OutputErrDlg.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "CLanCompiler.h" 
#include "OutputErrDlg.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// COutputErrDlg dialog 
 
 
COutputErrDlg::COutputErrDlg(CWnd* pParent /*=NULL*/) 
	: CDialog(COutputErrDlg::IDD, pParent) 
{ 
	//{{AFX_DATA_INIT(COutputErrDlg) 
		// NOTE: the ClassWizard will add member initialization here 
	//}}AFX_DATA_INIT 
} 
 
 
void COutputErrDlg::DoDataExchange(CDataExchange* pDX) 
{ 
	CDialog::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(COutputErrDlg) 
		// NOTE: the ClassWizard will add DDX and DDV calls here 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(COutputErrDlg, CDialog) 
	//{{AFX_MSG_MAP(COutputErrDlg) 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// COutputErrDlg message handlers 
 
BOOL COutputErrDlg::OnInitDialog()  
{ 
	CDialog::OnInitDialog(); 
	 
	// TODO: Add extra initialization here 
//	AfxInitRichEdit(); 
	return TRUE;  // return TRUE unless you set the focus to a control 
	              // EXCEPTION: OCX Property Pages should return FALSE 
}