Dear All,I am facing a problem passing an array by reference. It is exactly the
same problem as described in this thread:
https://mail.python.org/pipermail/python-win32/2002-November/000562.htmlhttps://mail.python.org/pipermail/python-win32/2014-July/013234.html
I am calling a method on a COM objec
Dear all,
Sorry for the noise on the list. Epic fail of my freshly configured mail
client.
Marco
On Fri, Jul 18, 2014 at 7:28 PM, Marco Nawijn wrote:
> On Fri, 18 Jul 2014 09:26:34 -0700
> Tim Roberts wrote:
>
> > Marco Nawijn wrote:
> > > An update on where I am at the moment. I managed to
On Fri, 18 Jul 2014 09:26:34 -0700
Tim Roberts wrote:
> Marco Nawijn wrote:
> > An update on where I am at the moment. I managed to find the
> > library that holds the definition for the GetComponents call. When
> > I run makepy on this library I get:
> >
> > def GetComponents(self, oAxisComponen
Marco Nawijn wrote:
> An update on where I am at the moment. I managed to find the library that
> holds the definition for the GetComponents call. When I run makepy on
> this library I get:
>
> def GetComponents(self, oAxisComponentsArray=defaultNamedNotOptArg):
> return self._ApplyTypes_(161100595
An update on where I am at the moment. I managed to find the library that
holds the definition for the GetComponents call. When I run makepy on
this library I get:
def GetComponents(self, oAxisComponentsArray=defaultNamedNotOptArg):
return self._ApplyTypes_(1611005953, 1, (24, 0), ((8204, 3),),
u'
Hi Tim,
Ok. I will give it a try and report back. I did a quick search and
found the TLB files. Never worked with them though, but I will
take a look.
Marco
On Thu, Jul 17, 2014 at 10:22 PM, Tim Roberts wrote:
> Marco Nawijn wrote:
> > Ok. Another clue (slightly blushing that I didn't notice
Marco Nawijn wrote:
> Ok. Another clue (slightly blushing that I didn't notice this before..).
> I focus on the Position.GetComponents(...) for the moment.
> Recall that this should set the orientation (9 values) and the
> position (3 values) by means of an array passed in by reference.
>
> To my
Ok. Another clue (slightly blushing that I didn't notice this before..).
I focus on the Position.GetComponents(...) for the moment.
Recall that this should set the orientation (9 values) and the
position (3 values) by means of an array passed in by reference.
To my surprise, it returns the same nu
Marco Nawijn wrote:
>
> Your answer implies that they are not declared correctly, because the
> parameter is really required. It throws an exception with "invalid
> number of parameters" if you leave it out.
Many people write their COM objects so that they work from C++ without
giving a rip about
Hi Tim,
Your answer implies that they are not declared correctly, because the
parameter is really required. It throws an exception with "invalid
number of parameters" if you leave it out.
If the type is somehow not declared correctly, is there a workaround?
Marco
On Thu, Jul 17, 2014 at 7:36
Marco Nawijn wrote:
>
> I am facing a problem passing an array by reference. It is exactly the
> same problem as described in this thread:
>
> https://mail.python.org/pipermail/python-win32/2002-November/000562.html
>
> In short, I have a valid reference to a Position object. This object
> has two
Dear All,
I am facing a problem passing an array by reference. It is exactly the
same problem as described in this thread:
https://mail.python.org/pipermail/python-win32/2002-November/000562.html
In short, I have a valid reference to a Position object. This object has
two methods,
GetComponents
12 matches
Mail list logo