CodefoundryDE / LegacyWrapper

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

64 in 32! #3

Closed rjm2k closed 6 years ago

rjm2k commented 6 years ago

greetings and thanks again for this work, I wonder if you have considered the reverse option, using a 64 bit dll in a 32 bit process? I will work to amend the code myself but it's nice to have in nuget if you ever get the chance to do it.

thanks

zalintyre commented 6 years ago

If you want to create a pull request, I can create a new nuget package out of it. I think it should be possible to choose the right wrapper exe from code then (default to the 32bit wrapper).

zalintyre commented 6 years ago

@rjm2k have you started working on a solution already? I'm asking because I came up with a few ideas how to implement that request and I would work on this myself when I get some spare time.

rjm2k commented 6 years ago

Not yet, something else came up. Thanks

Get Outlook for Androidhttps://aka.ms/ghei36


From: Franz Wimmer notifications@github.com Sent: Monday, August 14, 2017 9:53:34 AM To: CodefoundryDE/LegacyWrapper Cc: rjm2k; Mention Subject: Re: [CodefoundryDE/LegacyWrapper] 64 in 32! (#3)

@rjm2khttps://github.com/rjm2k have you started working on a solution already? I'm asking because I came up with a few ideas how to implement that request and I would work on this myself when I get some spare time.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/CodefoundryDE/LegacyWrapper/issues/3#issuecomment-322134345, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAkKVr8isBR1yqf8NegaW_IiiaHzEFTDks5sYAsOgaJpZM4OoD9P.

zalintyre commented 6 years ago

Hi @rjm2k,

please check out LegacyWrapper 2.1 ;) You can now load 64bit DLLs in a 32bit process (if your OS is 64bit).

Greetings, Franz

rjm2k commented 6 years ago

Great thanks

Get Outlook for Androidhttps://aka.ms/ghei36


From: Franz Wimmer notifications@github.com Sent: Monday, August 21, 2017 3:41:09 PM To: CodefoundryDE/LegacyWrapper Cc: rjm2k; Mention Subject: Re: [CodefoundryDE/LegacyWrapper] 64 in 32! (#3)

Hi @rjm2khttps://github.com/rjm2k,

please check out LegacyWrapper 2.1 ;) You can now load 64bit DLLs in a 32bit process (if your OS is 64bit).

Greetings, Franz

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/CodefoundryDE/LegacyWrapper/issues/3#issuecomment-323760590, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAkKVv9K-GZ7aOd6JB1EazKl6Aeu6Zv-ks5saZbsgaJpZM4OoD9P.

zalintyre commented 6 years ago

With #4, I consider this issue resolved.