> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
> Behalf Of Ola Rylow

> I'm accessing LabVIEW through the ActiveX interface and I'm having a
problem with reading a UInt32 array.

Support for VT_UI4 safe-arrays was added in pywin32 build 207, so you should
try that.  Note however that build 208, soon to be released, fixes a bug
that caused large unsigned numbers to be converted to negative Python
integers - so you probably will also want to grab build 208 as soon as it
released.

Mark

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to