Re: [python-win32] Importing an array from COM into Python

2006-04-04 Thread Mark Hammond
> I am trying to get the arrays out of this function (from the IDL): > > [id(175), helpstring("method CreateFooBarArray")] HRESULT > CreateFooBarArray([out]DOUBLE** FooArray, [out] DOUBLE** BarArray, > [out,retval] ULONG* SizeOfFooBarArrays); > > The two arrays (Foo and Bar) are created with malloc

Re: [python-win32] Importing an array from COM into Python

2006-04-04 Thread Metz, Bobby W, WCS
, April 04, 2006 12:15 PM To: [email protected] Subject: [python-win32] Importing an array from COM into Python Hello, I am trying to get the arrays out of this function (from the IDL): [id(175), helpstring("method CreateFooBarArray")] HRESULT CreateFooBarArray([out]DOUBLE** Fo

[python-win32] Importing an array from COM into Python

2006-04-04 Thread Dana Robinson
Hello, I am trying to get the arrays out of this function (from the IDL): [id(175), helpstring("method CreateFooBarArray")] HRESULT CreateFooBarArray([out]DOUBLE** FooArray, [out] DOUBLE** BarArray, [out,retval] ULONG* SizeOfFooBarArrays); The two arrays (Foo and Bar) are created with malloc and