|
@@ -49,8 +49,6 @@ BOOL CYAServerApp::InitInstance()
|
|
|
// 如果一个运行在 Windows XP 上的应用程序清单指定要
|
|
|
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
|
|
|
//则需要 InitCommonControlsEx()。否则,将无法创建窗口。
|
|
|
- service_task_init();
|
|
|
- debug_print_syslog(0, "Service thread, SQL thread, log thread Started.");
|
|
|
CreateMutex(NULL, FALSE, _T("MyMux"));
|
|
|
if(GetLastError() == ERROR_ALREADY_EXISTS){
|
|
|
HWND hWnd = ::FindWindow(NULL, _T("永安信通数据采集系统"));
|
|
@@ -97,7 +95,10 @@ BOOL CYAServerApp::InitInstance()
|
|
|
|
|
|
init_param();
|
|
|
load_conf();
|
|
|
-
|
|
|
+
|
|
|
+ service_task_init();
|
|
|
+ debug_print_syslog(0, "Service thread, SQL thread, log thread Started.");
|
|
|
+
|
|
|
CYAServerDlg dlg;
|
|
|
m_pMainWnd = &dlg;
|
|
|
|