同步操作将从 cutself/proj 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
// CheckServer.cpp : Defines the class behaviors for the application.//#include "stdafx.h"#include "CheckServer.h"#include "CheckServerDlg.h"#include "LuaVM_S.h"#include "CS_CfgInfo.h"#ifdef _DEBUG#define new DEBUG_NEW#endifCCheckServerApp::CCheckServerApp(){// support Restart Managerm_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;is_add_main_thred_ = false;}// The one and only CCheckServerApp objectCMN_MY_APP_DEFINE(CCheckServerApp);// CCheckServerApp initializationbool CCheckServerApp::OnInit_(){// InitCommonControlsEx() is required on Windows XP if an application// manifest specifies use of ComCtl32.dll version 6 or later to enable// visual styles. Otherwise, any window creation will fail.INITCOMMONCONTROLSEX InitCtrls;InitCtrls.dwSize = sizeof(InitCtrls);// Set this to include all the common control classes you want to use// in your application.InitCtrls.dwICC = ICC_WIN95_CLASSES;InitCommonControlsEx(&InitCtrls);if (!__super::OnInit_())return false;////////////////////////////////////////////////////////////////////////////**************************init******************************************//////////////////////////////////////////////////////////////////////////CCheckServerDlg dlg;m_pMainWnd = &dlg;INT_PTR nResponse = dlg.DoModal();if (nResponse == IDOK){// TODO: Place code here to handle when the dialog is// dismissed with OK}else if (nResponse == IDCANCEL){// TODO: Place code here to handle when the dialog is// dismissed with Cancel}else if (nResponse == -1){TRACE(traceAppMsg, 0, "Warning: dialog creation failed, so application is terminating unexpectedly.\n");TRACE(traceAppMsg, 0, "Warning: if you are using MFC controls on the dialog, you cannot #define _AFX_NO_MFC_CONTROLS_IN_DIALOGS.\n");}/*// Delete the shell manager created above.if (pShellManager != NULL){delete pShellManager;}*/// Since the dialog has been closed, return FALSE so that we exit the// application, rather than start the application's message pump.return FALSE;}int CCheckServerApp::OnExit_(){stCS_CfgInfo::GetMe().Save();return __super::OnExit_();}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。