LegacyWrapper icon indicating copy to clipboard operation
LegacyWrapper copied to clipboard

LegacyWrapper uses a x86 wrapper to call legacy dlls from a 64 bit process (or vice versa).

Results 20 LegacyWrapper issues
Sort by recently updated
recently updated
newest added

Hi, Got **EntryPointNotFoundException** while trying to load c# class 32 bit dll in a 64bit console application. Please help to resolve this. Thanks,

I get a System.IO.IOException "Pipe is broken." exception inside PipeServer.cs LegacyWrapper.Transport.PipeServer::SendCallResponse(CallResult callResult) { _fromatter.Serialze(_pipe,callResult); }

Hi, I noticed that to reference a method within a DLL, I would have to create an interface that contained a method with the same name as the method in...

hacktoberfest

Hello, btw. nice project! Can i define the directory of the imported dll dynamically? Regards Martin

I am trying to use this on the web server. I place everything in the site's bin folder, but the page complaint with an exception about file not find in...

Int32 GetStr( out String Str); Not working, hangs or no Str change. original: //[DllImport("x32.dll", // CallingConvention = CallingConvention.StdCall, // CharSet = CharSet.Unicode, // EntryPoint = "GetStr")] //public static extern Int32...

Hi, how can I call this function which contains two parameters but just one is ref type: sbyte ReadPressure(sbyte pHandle, ref float pPressure); I would like to get the value...

When I am using this , using (var client = new WrapperClient(_isfDllPath, TargetArchitecture.Amd64)) { fileHandle = (uint)client.Invoke("LoadItemStoreA", new object[] { FileName }); } My application just got stuck. Nothing is...

# The Problem The current implementation uses a named pipe to enable communication between wrapper and client. This is insecure, because a named pipe can be read by anyone who...

hacktoberfest
security

Is there a way to run this from a project that is _not_ .NET Framework? I'm currently getting the following exception when trying to get an instance from the `WrapperProxyFactory`:...