> That is true in most cases - but its not obvious from the
> makepy generated file - did you actually call the function?
Yes. It seems the function requires one (Python) argument to be
present, even though conceptually this value is not used. The function
always returns the value of this argum
> I'm trying to use win32com to drive a COM object. I ran makepy to
> create the interface and am (apparently) able to run some of the
> object's functions. I'm having problem, though, with functions that
> have reference parameters (e.g., pointer to bool).
>
> I saw in some documentation (on
Hi,
I'm trying to use win32com to drive a COM object. I ran makepy to
create the interface and am (apparently) able to run some of the
object's functions. I'm having problem, though, with functions that
have reference parameters (e.g., pointer to bool).
I saw in some documentation (on oreilly