From 4d0aadb943c074a886c2a8c4b0657bd9a0ce2efe Mon Sep 17 00:00:00 2001 From: goat Date: Wed, 17 Aug 2022 20:19:29 +0200 Subject: [PATCH] fix: use statically linked CRT for DalamudCrashHandler attempts to resolve issue with missing exports --- .../Windows/PluginInstaller/PluginInstallerWindow.cs | 6 +++--- DalamudCrashHandler/DalamudCrashHandler.vcxproj | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs b/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs index 9c2ad9bbc..b658d3304 100644 --- a/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs +++ b/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs @@ -985,19 +985,19 @@ namespace Dalamud.Interface.Internal.Windows.PluginInstaller if (pm.SafeMode) { ImGuiHelpers.ScaledDummy(10); - + ImGui.PushStyleColor(ImGuiCol.Text, ImGuiColors.DalamudOrange); ImGui.PushFont(InterfaceManager.IconFont); ImGuiHelpers.CenteredText(FontAwesomeIcon.ExclamationTriangle.ToIconString()); ImGui.PopFont(); ImGui.PopStyleColor(); - + var lines = Locs.SafeModeDisclaimer.Split('\n'); foreach (var line in lines) { ImGuiHelpers.CenteredText(line); } - + ImGuiHelpers.ScaledDummy(10); ImGui.Separator(); } diff --git a/DalamudCrashHandler/DalamudCrashHandler.vcxproj b/DalamudCrashHandler/DalamudCrashHandler.vcxproj index 8aa951a6d..4541462b7 100644 --- a/DalamudCrashHandler/DalamudCrashHandler.vcxproj +++ b/DalamudCrashHandler/DalamudCrashHandler.vcxproj @@ -58,6 +58,7 @@ true false _DEBUG;%(PreprocessorDefinitions) + MultiThreadedDebug false @@ -69,6 +70,7 @@ true true NDEBUG;%(PreprocessorDefinitions) + MultiThreaded true @@ -91,4 +93,4 @@ - \ No newline at end of file +