SourceCode/Bond/SGMeasurement/SGMeasurement.cpp
@@ -103,7 +103,7 @@ CWinApp::InitInstance(); // 唯一实例运行检测 m_hMutex = ::CreateMutex(NULL, FALSE, _T("MutexEdgeInspector_App")); m_hMutex = ::CreateMutex(NULL, FALSE, _T("MutexSGMeasurementApp")); if (m_hMutex != NULL) { if (::GetLastError() == ERROR_ALREADY_EXISTS) { AfxMessageBox(_T("The Program is already running. Exit this Program."), MB_OK | MB_ICONERROR);