From 4fb0f6c9b7b0fdfc6cc52c9bf1153d87f92651ca Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期四, 14 八月 2025 11:52:50 +0800 Subject: [PATCH] 1. 修复RIP新增配方闪退的问题 2. 完善RIP结果绘画在视图窗口 --- EdgeInspector_App/stdafx.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/EdgeInspector_App/stdafx.h b/EdgeInspector_App/stdafx.h index f415982..db2d633 100644 --- a/EdgeInspector_App/stdafx.h +++ b/EdgeInspector_App/stdafx.h @@ -142,6 +142,14 @@ #pragma comment(lib, "SapClassBasic.lib") #endif +//7.绮惧害妫�妯″潡 +#include "../SDK/VisionMeasure/include/VisionMeasureClass.h" +#if _DEBUG +#pragma comment (lib, "../SDK/VisionMeasure/lib/Debug/VisionMeasure.lib") +#else +#pragma comment (lib, "../SDK/VisionMeasure/lib/Release/VisionMeasure.lib") +#endif + // #pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console") #ifdef _UNICODE -- Gitblit v1.9.3