Re: [python-win32] no array returned in output parameter

2008-12-18 Thread Enric Jaen
ox( NULL, _T(“Error getting array of scan filters”), _T(“Error”), MB_OK ); return } - Mensaje original De: Mark Hammond CC: python-win32@python.org Enviado: miércoles, 17 de diciembre, 2008 23:41:53 Asunto: Re: [python-win32] no array returned in output parameter On 17/12/2008 2:

Re: [python-win32] no array returned in output parameter

2008-12-17 Thread Mark Hammond
On 17/12/2008 2:54 PM, Roger Upole wrote: Mark Hammond wrote: On 17/12/2008 12:30 AM, Roger Upole wrote: Enric Jaen wrote: It's the library of the Xcalibur, a propietary program used in proteomics. to read spectra. They provide an API, and VB examples to access it. The problem is happening

[python-win32] no array returned in output parameter

2008-12-16 Thread Roger Upole
Mark Hammond wrote: On 17/12/2008 12:30 AM, Roger Upole wrote: Enric Jaen wrote: It's the library of the Xcalibur, a propietary program used in proteomics. to read spectra. They provide an API, and VB examples to access it. The problem is happening with those methods that return and array, a

Re: [python-win32] no array returned in output parameter

2008-12-16 Thread Mark Hammond
On 17/12/2008 12:30 AM, Roger Upole wrote: Enric Jaen wrote: It's the library of the Xcalibur, a propietary program used in proteomics. to read spectra. They provide an API, and VB examples to access it. The problem is happening with those methods that return and array, as the others work fin

Re: [python-win32] no array returned in output parameter

2008-12-16 Thread Enric Jaen
to access the data but both crashes for different reasons. I'd appreacite any glue that I could follow. /Enric - Mensaje original De: Tim Roberts Para: Python-Win32 List Enviado: lunes, 15 de diciembre, 2008 21:42:05 Asunto: Re: [python-win32] no array returned in output paramete

Re: [python-win32] no array returned in output parameter

2008-12-15 Thread Tim Roberts
Enric Jaen wrote: > I am 100 % sure because I have tested it with a VB program and it returns > data. > What are you controlling here? Is this Flash? > As I have seen from previous posts in this mailinglist, the memory is > allocated at the COM side. > Yes, but that should be irrelevan

Re: [python-win32] no array returned in output parameter

2008-12-15 Thread Enric Jaen
original De: Tim Roberts Para: Python-Win32 List Enviado: lunes, 15 de diciembre, 2008 19:11:42 Asunto: Re: [python-win32] no array returned in output parameter Enric Jaen wrote: > I have the following method generated by makepy.py: > > def GetFilters(self, pvarFi

Re: [python-win32] no array returned in output parameter

2008-12-15 Thread Tim Roberts
Enric Jaen wrote: > I have the following method generated by makepy.py: > > def GetFilters(self, pvarFilterArray=defaultNamedNotOptArg, > pnArraySize=defaultNamedNotOptArg): > """method GetFilters""" > return self._oleobj_.InvokeTypes(68, LCID, 1, (24, 0), ((16396, 0), > (16387, 0

[python-win32] no array returned in output parameter

2008-12-15 Thread Enric Jaen
Hi, ** Situation ** Using python 2.6.1. I have the following method generated by makepy.py: def GetFilters(self, pvarFilterArray=defaultNamedNotOptArg, pnArraySize=defaultNamedNotOptArg): """method GetFilters""" return self._oleobj_.InvokeTypes(68, LCID, 1, (24, 0), ((16396, 0),