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

ARM64 Support? #29

Open Amaroq-Clearwater opened 4 years ago

Amaroq-Clearwater commented 4 years ago

Does this LegacyWrapper have support for ARM64 systems? And if not, then could it be added in the near future?

zalintyre commented 4 years ago

Hello @Amaroq-Clearwater,

no, currently there is no support for ARM64 in LegacyWrapper. But feel free to hand in a Pull Request!

Kind regards

Amaroq-Clearwater commented 3 years ago

I unfortunately lack the programming knowledge for adding ARM64 support myself, so it will be a while before I can create a pull request.

That said, I wonder if it would be possible to also add the ability to emulate 16-bit DLLs... may require dynamic recompilation though.