获取运动参数和配置运动,档位调试

This commit is contained in:
zhengxuan.zhang
2022-11-01 20:20:14 +08:00
parent 32aaf13611
commit b7fef58da8
8 changed files with 335 additions and 100 deletions
+4
View File
@@ -27,6 +27,10 @@ class CLogger
public:
CLogger(CString m_Name)
{
//设置中文环境
//setlocale(LC_ALL, "Chinese-simplified");
setlocale(LC_ALL, "en_US.UTF-8");
IsEnabledLog = false;
m_File = nullptr;
CString Path = _T(""); // Speed optimization - noticed slow in GlowCode