Sandy Walsh schrieb:
> Little update on this
> 
> I added to automation.py ...
> 
> _get_value(self):
> ...
>         elif vt == VT_I8:
>             return self._.VT_I8
> 
> tagVARIANT
>   _fields_ = [
> ...
>             ("VT_I8", c_longlong),
> 
> And it works fine.

Thanks for the heads up.  I have extended your patch so that also VT_UI8 is 
fully
supported in VARIANT, and extended the VARIANT._set_value().

Just in time for the 0.5.3 release...

Thanks,
Thomas


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to