This action will force synchronization from cutself/proj, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
// ExtractFeatureCode.cpp : 定义应用程序的类行为。//#include "stdafx.h"#include "ExtractFeatureCode.h"#include "ExtractFeatureCodeDlg.h"#ifdef _DEBUG#define new DEBUG_NEW#endifCExtractFeatureCodeApp::CExtractFeatureCodeApp(){is_add_main_thred_ = false;}CMN_MY_APP_DEFINE(CExtractFeatureCodeApp);bool CExtractFeatureCodeApp::OnInit_(){if (!__super::OnInit_())return false;CExtractFeatureCodeDlg dlg;m_pMainWnd = &dlg;INT_PTR nResponse = dlg.DoModal();if (nResponse == IDOK){// TODO: 在此放置处理何时用// "确定"来关闭对话框的代码}else if (nResponse == IDCANCEL){// TODO: 在此放置处理何时用// "取消"来关闭对话框的代码}else if (nResponse == -1){TRACE(traceAppMsg, 0, "警告: 对话框创建失败,应用程序将意外终止。\n");TRACE(traceAppMsg, 0, "警告: 如果您在对话框上使用 MFC 控件,则无法 #define _AFX_NO_MFC_CONTROLS_IN_DIALOGS。\n");}return FALSE;}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。