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

use for activex object #40

Closed nanchengjiumeng closed 2 years ago

nanchengjiumeng commented 2 years ago

A dll with activex object doesn't expose any method and only exposes a class. How do I use this package?

zalintyre commented 2 years ago

LegacyWrapper is designed to be used with classic function based DLLs - there is no support for class libraries at this time, sorry.

If you want, feel free to contribute code to make more features posible.

Kind regards Franz