www.pudn.com > CLanCompiler.rar > OutputDlg.cpp
// OutputDlg.cpp : implementation file
//
#include "stdafx.h"
#include "CLanCompiler.h"
#include "OutputDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// COutputDlg dialog
COutputDlg::COutputDlg(CWnd* pParent /*=NULL*/)
: CDialog(COutputDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(COutputDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void COutputDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(COutputDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(COutputDlg, CDialog)
//{{AFX_MSG_MAP(COutputDlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// COutputDlg message handlers