From e1dade1e252ffe20ba74a091ca9e6b78dae737bb Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期五, 12 九月 2025 17:07:46 +0800 Subject: [PATCH] 1. 添加程序唯一运行凭证 2. 添加程序闪退时的DUMP文件 --- SourceCode/Bond/SGMeasurement/SGMeasurement.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/SourceCode/Bond/SGMeasurement/SGMeasurement.h b/SourceCode/Bond/SGMeasurement/SGMeasurement.h index 3819dce..a9d2b9e 100644 --- a/SourceCode/Bond/SGMeasurement/SGMeasurement.h +++ b/SourceCode/Bond/SGMeasurement/SGMeasurement.h @@ -23,10 +23,13 @@ // 閲嶅啓 public: virtual BOOL InitInstance(); + virtual int ExitInstance(); // 瀹炵幇 - DECLARE_MESSAGE_MAP() + +private: + HANDLE m_hMutex; }; extern CSGMeasurementApp theApp; -- Gitblit v1.9.3