From b8af4c380f4454915e556423b71c2ceb1a5abdd4 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期六, 04 一月 2025 08:46:38 +0800
Subject: [PATCH] 1.RxWindows库

---
 SourceCode/Bond/Servo/Servo.cpp |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/Servo.cpp b/SourceCode/Bond/Servo/Servo.cpp
index 81b50bc..4e005c6 100644
--- a/SourceCode/Bond/Servo/Servo.cpp
+++ b/SourceCode/Bond/Servo/Servo.cpp
@@ -87,6 +87,10 @@
 	CServoGraph::RegisterWndClass();
 
 
+	// 初始化BEQ库
+	RX_Init();
+
+
 	CServoDlg dlg;
 	m_pMainWnd = &dlg;
 	INT_PTR nResponse = dlg.DoModal();
@@ -117,3 +121,10 @@
 	return FALSE;
 }
 
+int CServoApp::ExitInstance()
+{
+	m_model.term();
+	RX_Term();
+
+	return CWinApp::ExitInstance();
+}

--
Gitblit v1.9.3