diff --git a/PipeServer/MemoryHelper.cpp b/PipeServer/MemoryHelper.cpp index b316534..d249868 100644 --- a/PipeServer/MemoryHelper.cpp +++ b/PipeServer/MemoryHelper.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include "ReClassNET_Plugin.hpp" diff --git a/PipeServer/PipeServer.vcxproj b/PipeServer/PipeServer.vcxproj index 31c7ea3..e6c449f 100644 --- a/PipeServer/PipeServer.vcxproj +++ b/PipeServer/PipeServer.vcxproj @@ -22,32 +22,32 @@ {75CAA2A9-D512-40E0-8918-B7F87806805E} Win32Proj PipeServer - 10.0.15063.0 + 10.0 DynamicLibrary true - v141 + v142 Unicode DynamicLibrary false - v141 + v142 true Unicode DynamicLibrary true - v141 + v142 Unicode DynamicLibrary false - v141 + v142 true Unicode diff --git a/Plugin/Extensions.cs b/Plugin/Extensions.cs index e552802..bd1b061 100644 --- a/Plugin/Extensions.cs +++ b/Plugin/Extensions.cs @@ -10,7 +10,7 @@ public static IntPtr ReadIntPtr(this BinaryReader br) { Contract.Requires(br != null); -#if WIN64 +#if RECLASSNET64 return (IntPtr)br.ReadInt64(); #else return (IntPtr)br.ReadInt32(); @@ -21,7 +21,7 @@ public static void Write(this BinaryWriter bw, IntPtr value) { Contract.Requires(bw != null); -#if WIN64 +#if RECLASSNET64 bw.Write(value.ToInt64()); #else bw.Write(value.ToInt32()); diff --git a/Plugin/MemoryPipePlugin.csproj b/Plugin/MemoryPipePlugin.csproj index 3f76a1f..fc51cbc 100644 --- a/Plugin/MemoryPipePlugin.csproj +++ b/Plugin/MemoryPipePlugin.csproj @@ -9,8 +9,9 @@ Properties MemoryPipePlugin MemoryPipePlugin - v4.6.1 + v4.7.2 512 + x86 diff --git a/Plugin/Properties/Resources.Designer.cs b/Plugin/Properties/Resources.Designer.cs index 11ea0fb..9c13436 100644 --- a/Plugin/Properties/Resources.Designer.cs +++ b/Plugin/Properties/Resources.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ @@ -13,13 +13,13 @@ namespace MemoryPipePlugin.Properties { /// - /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// A strongly-typed resource class, for looking up localized strings, etc. /// - // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert - // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. - // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen - // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -33,7 +33,7 @@ internal Resources() { } /// - /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { @@ -47,8 +47,8 @@ internal Resources() { } /// - /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { @@ -61,7 +61,7 @@ internal Resources() { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap logo { get {