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

Callback or event from the DLL? #10

Closed deakjahn closed 6 years ago

deakjahn commented 6 years ago

Callbacks are not very likely but any chance of an event coming back from the loaded DLL?

zalintyre commented 6 years ago

I don't think I'd like to implement this - it would have a serious impact on the interface design and security. Maybe in a distant future ;)