P
Paul Keating
I need to call a C++ DLL from Python, for which I'm planning to use
boost.python. But the DLL has been written to a VBA interface, and this
means it expects to get variable length arrays as Windows Variants instead
of lists or tuples.
Anyone know how to construct a convincing Windows Variant in Python?
boost.python. But the DLL has been written to a VBA interface, and this
means it expects to get variable length arrays as Windows Variants instead
of lists or tuples.
Anyone know how to construct a convincing Windows Variant in Python?