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

Is it possible to wrap a DLL belonging to commercial software? #46

Closed Mugsy323 closed 1 year ago

Mugsy323 commented 1 year ago

I'd like to "wrap" a 32bit DLL that was written for use with another program (not written by me.)

I know I can include a wrapped DLL to my own VS code, but that's not what I need.

TIA

zalintyre commented 1 year ago

Hello @Mugsy323 , to use the LegacyWrapper, you must edit the source code of the application.