Michael Eddington schrieb:
> Hello,
> 
> I'm the current maintainer of PyDbgEng and recently started adding
> support for comtypes >= v0.5.1.  After fixing up all my events I ran
> into this issue:
> 
> My interface is defined as shown below.  The OUT param "Frames" is
> actually an array.  However, in call_with_inout an exception is thrown
> if the type is passed in as an LP.  I added some code to work around the
> issue (which seems to work okay).  This all worked a-okay in the older
> 0.4 series.
> 
> Love to know if this is a bug or if I'm doing things wrong :)  If it is
> a bug it would be good to see a new release that addresses it.

I guess it is a bug which was introduced by 'fixing' the handling of
[in, out] arguments (that is what call_with_inout() does).

Do you use a type library for the IDebugControl interface, or did you
code the interface 'manually'?

(I'm currently travelling, and only have sporadic internet access,
so I cannot make a new release at the moment.)

-- 
Thanks,
Thomas


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to