Tagged Questions

0
votes
0answers
109 views

Dynamically passing SAFEARRAY of ints with win32com

I am having trouble interfacing with a COM object. I am using Python and win32com. In particular, I can dynamically use all functions that don't need an array. Doubles, Ints, Strings and Booleans ...