CodefoundryDE / LegacyWrapper

LegacyWrapper uses a x86 wrapper to call legacy dlls from a 64 bit process (or vice versa).
MIT License
80 stars 20 forks source link

LegacyWrapper64.exe is not working #13

Open nbadal2111 opened 5 years ago

nbadal2111 commented 5 years ago

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 happening. I cannot able to debug. As on the new WrapperClient, it just stuck. Please can you suggest us, what to do for this.

zalintyre commented 5 years ago

Can you try to attach a debugger to LegacyWrapper.exe? You should at least see an exception then.

zalintyre commented 5 years ago

Please try the new version 3.0 and have a look if the issue persists.