|
BOOL CTimeLogServerApp::InitInstance() { ::AfxOleLockApp(); // Register all OLE server (factories) as running. This enables the // OLE libraries to create objects from other applications. COleObjectFactory::RegisterAll();
return TRUE; } int CTimeLogServerApp::ExitInstance() { // TODO: Add your specialized code here and/or call the base class ::AfxOleUnlockApp(); return CWinApp::ExitInstance(); } |