From 1e9c1c5e39930f04b862b3730e87d36eb1af59de Mon Sep 17 00:00:00 2001 From: morsisko Date: Sun, 25 Oct 2020 16:30:42 +0100 Subject: [PATCH] Changed warning message, settings for x64 compilation --- xSelectBlock/SelectBlockDialog.cpp | 2 +- xSelectBlock/xSelectBlock.vcxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xSelectBlock/SelectBlockDialog.cpp b/xSelectBlock/SelectBlockDialog.cpp index a337ca8..3c48390 100644 --- a/xSelectBlock/SelectBlockDialog.cpp +++ b/xSelectBlock/SelectBlockDialog.cpp @@ -319,7 +319,7 @@ INT_PTR CALLBACK DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPara auto end = getStopAddress(hwndDlg); if (start > end) - MessageBoxA(dialog, "Start address couldn't be higher than stop address", "Wrong data", MB_ICONWARNING); + MessageBoxA(dialog, "Start address can't be higher than stop address", "Wrong data", MB_ICONWARNING); else if (!Script::Gui::Dump::SelectionSet(start, end)) MessageBoxA(dialog, "Couldn't set your selection. Maybe those values are out of bounds for this memory page?", "Couldn't select", MB_ICONWARNING); diff --git a/xSelectBlock/xSelectBlock.vcxproj b/xSelectBlock/xSelectBlock.vcxproj index 641e91c..a5dbe2d 100644 --- a/xSelectBlock/xSelectBlock.vcxproj +++ b/xSelectBlock/xSelectBlock.vcxproj @@ -42,14 +42,14 @@ DynamicLibrary false - v120_xp + v140 true MultiByte DynamicLibrary false - v120_xp + v140 true MultiByte