1 // SimanticsExcel.cpp : Defines the initialization routines for the DLL.
6 #include "SimanticsExcel.h"
13 //TODO: If this DLL is dynamically linked against the MFC DLLs,
14 // any functions exported from this DLL which call into
15 // MFC must have the AFX_MANAGE_STATE macro added at the
16 // very beginning of the function.
20 // extern "C" BOOL PASCAL EXPORT ExportedFunction()
22 // AFX_MANAGE_STATE(AfxGetStaticModuleState());
23 // // normal function body here
26 // It is very important that this macro appear in each
27 // function, prior to any calls into MFC. This means that
28 // it must appear as the first statement within the
29 // function, even before any object variable declarations
30 // as their constructors may generate calls into the MFC
33 // Please see MFC Technical Notes 33 and 58 for additional
39 //BEGIN_MESSAGE_MAP(CSimanticsExcelApp, CWinApp)
43 // CSimanticsExcelApp construction
45 CSimanticsExcelApp::CSimanticsExcelApp()
47 // TODO: add construction code here,
48 // Place all significant initialization in InitInstance
52 // The one and only CSimanticsExcelApp object
54 CSimanticsExcelApp theApp;
57 // CSimanticsExcelApp initialization
60 BOOL CSimanticsExcelApp::InitInstance()
62 CWinApp::InitInstance();