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

2008-12-18 Thread Enric Jaen
(“Error getting array of scan filters”), _T(“Error”), MB_OK ); return } - Mensaje original De: Mark Hammond skippy.hamm...@gmail.com 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

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

2008-12-16 Thread Enric Jaen
Para: Python-Win32 List python-wi...@python.o rg Enviado: lunes, 15 de diciembre, 2008 21:42:05 Asunto: Re: [python-win32] no array returned in output parameter 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

[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,

[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),

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,

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

2008-12-15 Thread Enric Jaen
original De: Tim Roberts t...@probo.com Para: Python-Win32 List python-win32@python.org 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

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 irrelevant.