From 0c66940a8e2cf64c9890519901f433b3668216b6 Mon Sep 17 00:00:00 2001 From: KEJ <kimeungju@diteam.co.kr> Date: 수, 26 6월 2024 15:13:18 +0900 Subject: [PATCH] Ongoing80 #4942 CF AOI Review Bin File Loading 실패 개선 1. GlassRawMessenger 동기화 2. BIN파일 FindFile 제거(RawMessenger, Review 공통) 3. Unloading 시 BIN파일 제거 --- DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessenger.vcxproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessenger.vcxproj b/DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessenger.vcxproj index f54cbca..3ad997a 100644 --- a/DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessenger.vcxproj +++ b/DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessenger.vcxproj @@ -150,6 +150,7 @@ <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <TargetMachine>MachineX64</TargetMachine> + <UACExecutionLevel>RequireAdministrator</UACExecutionLevel> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> @@ -215,6 +216,7 @@ <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <TargetMachine>MachineX64</TargetMachine> + <UACExecutionLevel>RequireAdministrator</UACExecutionLevel> </Link> </ItemDefinitionGroup> <ItemGroup> @@ -235,6 +237,7 @@ <ClCompile Include="InterfaceFTP.cpp" /> <ClCompile Include="MacroResultFile.cpp" /> <ClCompile Include="RawResultReader.cpp" /> + <ClCompile Include="SelfDump.cpp" /> <ClCompile Include="StackResultCPJT.cpp" /> <ClCompile Include="StackResultCSOT.cpp" /> <ClCompile Include="stdafx.cpp"> @@ -264,6 +267,7 @@ <ClInclude Include="MacroResultFile.h" /> <ClInclude Include="RawResultReader.h" /> <ClInclude Include="Resource.h" /> + <ClInclude Include="SelfDump.h" /> <ClInclude Include="StackResultCPJT.h" /> <ClInclude Include="StackResultCSOT.h" /> <ClInclude Include="stdafx.h" /> -- Gitblit v1.9.3