// About.cpp : implementation file // #include "stdafx.h" #ifdef STRICT // Already defined by stdafx, #undef STRICT // so we avoid warning linking msg #endif #ifdef _MBCS // The same as above #undef _MBCS #endif #if !defined(STUFF_STUFF_HPP) #include "Stuff\Stuff.hpp" #endif #if !defined(MAXPROXIES_MAXPROXIES_HPP) #include "MAXProxies\MAXProxies.hpp" #endif #if !defined(MIDLEVELRENDERER_HPP) #include "MLR\MLR.hpp" #endif #if !defined(ELEMENTPROXIES_ELEMENTPROXIES_HPP) #include "ElementProxies\ElementProxies.hpp" #endif #if !defined(ELEMENTRENDERER_ELEMENTRENDERER_HPP) #include "ElementRenderer\ElementRenderer.hpp" #endif #if !defined(GOSFX_GOSFX_HPP) #include #endif #undef Max #undef Min #include "Max.h" #include "BRB.h" #include "About.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CAbout dialog CAbout::CAbout(CWnd* pParent /*=NULL*/) : CDialog(CAbout::IDD, pParent) { //{{AFX_DATA_INIT(CAbout) // NOTE: the ClassWizard will add member initialization here //}}AFX_DATA_INIT } void CAbout::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CAbout) // NOTE: the ClassWizard will add DDX and DDV calls here //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(CAbout, CDialog) //{{AFX_MSG_MAP(CAbout) // NOTE: the ClassWizard will add message map macros here //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CAbout message handlers