home *** CD-ROM | disk | FTP | other *** search
- // $$root$$.cpp : Defines the initialization routines for the DLL.
- //
-
- #include "stdafx.h"
- #include "$$root$$.h"
-
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
- // C$$Safe_root$$App
-
- BEGIN_MESSAGE_MAP(C$$Safe_root$$App, CWinApp)
- //{{AFX_MSG_MAP(C$$Safe_root$$App)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- // DO NOT EDIT what you see in these blocks of generated code!
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
-
- /////////////////////////////////////////////////////////////////////////////
- // C$$Safe_root$$App construction
-
- C$$Safe_root$$App::C$$Safe_root$$App()
- {
- // TODO: add construction code here,
- // Place all significant initialization in InitInstance
- }
-
- /////////////////////////////////////////////////////////////////////////////
- // The one and only C$$Safe_root$$App object
-
- C$$Safe_root$$App theApp;
-